source: gnome/add/orca.xml@ 2badcc6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 2badcc6 was 2badcc6, checked in by Randy McMurchy <randy@…>, 17 years ago

Added new package Orca-2.18.1 as a replacement for the obsolete Gnopernicus package

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7033 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY orca-download-http "&gnome-download-http;/orca/2.18/orca-&orca-version;.tar.bz2">
8 <!ENTITY orca-download-ftp "&gnome-download-ftp;/orca/2.18/orca-&orca-version;.tar.bz2">
9 <!ENTITY orca-md5sum "764f170af318c3ffd63b9cdfdcd19248">
10 <!ENTITY orca-size "934 KB">
11 <!ENTITY orca-buildsize "17 MB">
12 <!ENTITY orca-time "0.1 SBU">
13]>
14
15<sect1 id="orca" xreflabel="Orca-&orca-version;">
16 <?dbhtml filename="orca.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Orca-&orca-version;</title>
24
25 <indexterm zone="orca">
26 <primary sortas="a-Orca">Orca</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Orca</title>
31
32 <para><application>Orca</application> enables users with limited
33 vision, or no vision, to use the GNOME desktop and applications
34 effectively. It provides a number of features, including magnification,
35 focus tracking, braille output, automatic screen reading and more.</para>
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&orca-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&orca-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &orca-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &orca-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &orca-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &orca-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">Orca Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para role="required"><xref linkend="at-spi"/>,
63 <ulink url="&gnome-download-http;/pyorbit/">PyORBit</ulink>, and
64 <ulink url="&gnome-download-http;/gnome-python/">GNOME-Python</ulink>
65 (requires <ulink url="http://www.pygtk.org/">PyGTK</ulink>, see the
66 <xref linkend="gnome-python-dependencies"/>)</para>
67
68 <bridgehead renderas="sect4">Optional</bridgehead>
69 <para role="optional"><xref linkend="intltool"/>,
70 <xref linkend="gnome-speech"/> (required for speech-enabled screen reading),
71 <xref linkend="gnome-mag"/> (required for screen magnification),
72 <ulink url="http://www.mielke.cc/brltty/">BRLTTY</ulink>
73 (required for braille output, must have
74 <ulink url="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/">Pyrex</ulink>
75 installed first)</para>
76
77 <para condition="html" role="usernotes">User Notes:
78 <ulink url="&blfs-wiki;/orca"/></para>
79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of Orca</title>
84
85 <para>Install <application>Orca</application> by running the
86 following commands:</para>
87
88<screen><userinput>if [ $(pkg-config --variable=prefix ORBit-2.0) != "/usr" ]; then
89 sed -i "s|PATH=\"|&amp;$(pkg-config \
90 --variable=prefix ORBit-2.0)/bin:|" \
91 src/orca/orca.in
92fi
93
94./configure --prefix=/usr \
95 --enable-pydoc &amp;&amp;
96make</userinput></screen>
97
98 <para>This package does not come with a test suite.</para>
99
100 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
101
102<screen role='root'><userinput>make install &amp;&amp;
103
104install -v -m755 -d /usr/share/doc/orca-&orca-version; &amp;&amp;
105install -v -m644 docs/pydoc/*.html \
106 /usr/share/doc/orca-&orca-version;</userinput></screen>
107
108 <para>For full functionality of this package, you should install the
109 <xref linkend="libgail-gnome"/> package.</para>
110
111 </sect2>
112
113 <sect2 role="commands">
114 <title>Command Explanations</title>
115
116 <para><command>if [ ... != "/usr" ]; then ...; fi</command>: This command
117 is used to add the <application>GNOME</application> prefix
118 <filename class='directory'>bin</filename> directory to the hard-coded
119 <envar>PATH</envar> statement in the script if the
120 <application>GNOME</application> prefix is anything other than
121 <filename class='directory'>/usr</filename>.</para>
122
123 <para><parameter>--enable-pydoc</parameter>: This parameter is used to
124 build the documentation. Remove it if you don't want the
125 documentation (also remove the installation commands).</para>
126
127 </sect2>
128
129 <sect2 role="content">
130 <title>Contents</title>
131
132 <segmentedlist>
133 <segtitle>Installed Program</segtitle>
134 <segtitle>Installed Libraries</segtitle>
135 <segtitle>Installed Directories</segtitle>
136
137 <seglistitem>
138 <seg>orca</seg>
139 <seg><application>Python</application> assistive technology
140 (accessiblity) modules</seg>
141 <seg>/usr/lib/python&python-libdir;/site-packages/orca and
142 /usr/share/orca</seg>
143 </seglistitem>
144 </segmentedlist>
145
146 <variablelist>
147 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
148 <?dbfo list-presentation="list"?>
149 <?dbhtml list-presentation="table"?>
150
151 <varlistentry id="orca-prog">
152 <term><command>orca</command></term>
153 <listitem>
154 <para>is a GUI menu interface used to access and configure the
155 various functionality parameters provided for users with limited
156 vision.</para>
157 <indexterm zone="orca orca-prog">
158 <primary sortas="b-orca">orca</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 </variablelist>
164
165 </sect2>
166
167</sect1>
Note: See TracBrowser for help on using the repository browser.