source: gnome/add/orca.xml@ b25e695

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 b25e695 was b25e695, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Updated to Orca-2.28.2.

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