source: gnome/add/orca.xml@ c1db8a4

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 c1db8a4 was ce892ab3, checked in by Dan Nichilson <dnicholson@…>, 17 years ago

Added python-modules page and the gnome-python stack

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

  • Property mode set to 100644
File size: 5.5 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 <xref linkend="pyorbit"/>, and
64 <xref linkend="gnome-python"/></para>
65
66 <bridgehead renderas="sect4">Optional</bridgehead>
67 <para role="optional"><xref linkend="intltool"/>,
68 <xref linkend="gnome-speech"/> (required for speech-enabled screen reading),
69 <xref linkend="gnome-mag"/> (required for screen magnification),
70 <ulink url="http://www.mielke.cc/brltty/">BRLTTY</ulink>
71 (required for braille output, must have
72 <ulink url="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/">Pyrex</ulink>
73 installed first)</para>
74
75 <para condition="html" role="usernotes">User Notes:
76 <ulink url="&blfs-wiki;/orca"/></para>
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of Orca</title>
82
83 <para>Install <application>Orca</application> by running the
84 following commands:</para>
85
86<screen><userinput>if [ $(pkg-config --variable=prefix ORBit-2.0) != "/usr" ]; then
87 sed -i "s|PATH=\"|&amp;$(pkg-config \
88 --variable=prefix ORBit-2.0)/bin:|" \
89 src/orca/orca.in
90fi
91
92./configure --prefix=/usr \
93 --enable-pydoc &amp;&amp;
94make</userinput></screen>
95
96 <para>This package does not come with a test suite.</para>
97
98 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
99
100<screen role='root'><userinput>make install &amp;&amp;
101
102install -v -m755 -d /usr/share/doc/orca-&orca-version; &amp;&amp;
103install -v -m644 docs/pydoc/*.html \
104 /usr/share/doc/orca-&orca-version;</userinput></screen>
105
106 <para>For full functionality of this package, you should install the
107 <xref linkend="libgail-gnome"/> package.</para>
108
109 </sect2>
110
111 <sect2 role="commands">
112 <title>Command Explanations</title>
113
114 <para><command>if [ ... != "/usr" ]; then ...; fi</command>: This command
115 is used to add the <application>GNOME</application> prefix
116 <filename class='directory'>bin</filename> directory to the hard-coded
117 <envar>PATH</envar> statement in the script if the
118 <application>GNOME</application> prefix is anything other than
119 <filename class='directory'>/usr</filename>.</para>
120
121 <para><parameter>--enable-pydoc</parameter>: This parameter is used to
122 build the documentation. Remove it if you don't want the
123 documentation (also remove the installation commands).</para>
124
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Program</segtitle>
132 <segtitle>Installed Libraries</segtitle>
133 <segtitle>Installed Directories</segtitle>
134
135 <seglistitem>
136 <seg>orca</seg>
137 <seg><application>Python</application> assistive technology
138 (accessiblity) modules</seg>
139 <seg>/usr/lib/python&python-libdir;/site-packages/orca and
140 /usr/share/orca</seg>
141 </seglistitem>
142 </segmentedlist>
143
144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
148
149 <varlistentry id="orca-prog">
150 <term><command>orca</command></term>
151 <listitem>
152 <para>is a GUI menu interface used to access and configure the
153 various functionality parameters provided for users with limited
154 vision.</para>
155 <indexterm zone="orca orca-prog">
156 <primary sortas="b-orca">orca</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 </variablelist>
162
163 </sect2>
164
165</sect1>
Note: See TracBrowser for help on using the repository browser.