source: gnome/add/orca.xml@ 0fb054c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 0fb054c was f4472d1, checked in by Ken Moffat <ken@…>, 12 years ago

Merging Wayne's python-modules changes : done by hand, but looks ok to me.

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

  • Property mode set to 100644
File size: 5.9 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/&gnome-version;/orca-&orca-version;.tar.bz2">
8 <!ENTITY orca-download-ftp "&gnome-download-ftp;/orca/&gnome-version;/orca-&orca-version;.tar.bz2">
9 <!ENTITY orca-md5sum "8988f96533109c14cbd5ac8f2b0754f2">
10 <!ENTITY orca-size "2.2 MB">
11 <!ENTITY orca-buildsize "41 MB">
12 <!ENTITY orca-time "0.2 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 &lfs65_built;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&orca-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&orca-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &orca-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &orca-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &orca-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &orca-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">Orca Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required"><xref linkend="at-spi"/>,
65 <xref linkend="dbus-python"/>, and
66 <!-- FIXME:ken 1 --> Gnome-Python-2.28.1 (with PyORBit-2.24.0)</para>
67 <!--
68 <xref linkend="gnome-python"/> (with
69 <xref linkend="pyorbit"/>)</para>
70 -->
71
72 <bridgehead renderas="sect4">Optional</bridgehead>
73 <para role="optional"><ulink
74 url="http://www.mielke.cc/brltty/">BRLTTY</ulink> (required for braille
75 output, must have <ulink
76 url="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/">Pyrex</ulink>
77 installed first),
78 <ulink url="http://code.google.com/p/liblouis/">liblouis</ulink> (required
79 for contracted braille),
80 <xref linkend="gnome-mag"/> (required for screen magnification),
81 <!-- FIXME:ken 2 -->
82 Gnome-Python-Desktop-2.30.2 (wnck module required for mouse
83 review),
84 <!--
85 <xref linkend="gnome-python-desktop"/> (wnck module required for mouse
86 review),
87 -->
88 <xref linkend="gnome-speech"/> (required for speech-enabled screen
89 reading)</para>
90
91 <para condition="html" role="usernotes">User Notes:
92 <ulink url="&blfs-wiki;/orca"/></para>
93
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of Orca</title>
98
99 <para>Install <application>Orca</application> by running the
100 following commands:</para>
101
102<screen><userinput>if [ $(pkg-config --variable=prefix ORBit-2.0) != "/usr" ]; then
103 sed -i "s|PATH=\"|&amp;$(pkg-config \
104 --variable=prefix ORBit-2.0)/bin:|" \
105 src/orca/orca.in
106fi
107
108./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) &amp;&amp;
109make</userinput></screen>
110
111 <para>This package does not come with a test suite.</para>
112
113 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
114
115<screen role='root'><userinput>make install</userinput></screen>
116
117 <!-- see NEWS: Fix for bgo#589244 - Remove libgail-gnome usage, use gail in
118 gtk+ instead.
119 <para>For full functionality of this package, you should install the
120 <xref linkend="libgail-gnome"/> package.</para>-->
121
122 </sect2>
123
124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
127 <para><command>if [ ... != "/usr" ]; then ...; fi</command>: This command
128 is used to add the <application>GNOME</application> prefix
129 <filename class='directory'>bin</filename> directory to the hard-coded
130 <envar>PATH</envar> statement in the script if the
131 <application>GNOME</application> prefix is anything other than
132 <filename class='directory'>/usr</filename>.</para>
133
134 </sect2>
135
136 <sect2 role="content">
137 <title>Contents</title>
138
139 <segmentedlist>
140 <segtitle>Installed Program</segtitle>
141 <segtitle>Installed Libraries</segtitle>
142 <segtitle>Installed Directories</segtitle>
143
144 <seglistitem>
145 <seg>orca</seg>
146 <seg>None</seg>
147 <seg>/usr/lib/python&python2-majorver;/site-packages/orca/scripts/{apps/{Banshee,
148 Thunderbird,evolution,gcalctool,gedit,gnome-window-properties,
149 packagemanager,pidgin,planner,rhythmbox,soffice,yelp},toolkits/{Gecko,
150 J2SE-access-bridge}},
151 <envar>$GNOME_PREFIX</envar>/share/orca/ui</seg>
152 </seglistitem>
153 </segmentedlist>
154
155 <variablelist>
156 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
157 <?dbfo list-presentation="list"?>
158 <?dbhtml list-presentation="table"?>
159
160 <varlistentry id="orca-prog">
161 <term><command>orca</command></term>
162 <listitem>
163 <para>is a GUI menu interface used to access and configure the
164 various functionality parameters provided for users with limited
165 vision.</para>
166 <indexterm zone="orca orca-prog">
167 <primary sortas="b-orca">orca</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 </variablelist>
173
174 </sect2>
175
176</sect1>
Note: See TracBrowser for help on using the repository browser.