source: gnome/add/orca.xml@ 140ea5a

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 140ea5a was 140ea5a, checked in by Krejzi <krejzi@…>, 12 years ago

accerciser 3.4.1, aisleriot 3.4.1, orca 3.4.1, rygel 0.14.1 and vinagre 3.4.1

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

  • Property mode set to 100644
File size: 5.1 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/3.4/orca-&orca-version;.tar.xz">
8 <!ENTITY orca-download-ftp "&gnome-download-ftp;/orca/3.4/orca-&orca-version;.tar.xz">
9 <!ENTITY orca-md5sum "42b2f4f02024865b4ad29cbd5ee1858b">
10 <!ENTITY orca-size "3.5 MB">
11 <!ENTITY orca-buildsize "60 MB">
12 <!ENTITY orca-time "0.8 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 &lfs70_checked;
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">
65 <xref linkend="at-spi2-core"/>,
66 <xref linkend="dbus-python"/>,
67 <xref linkend="gnome-doc-utils"/>,
68 <xref linkend="gtk3"/>,
69 <xref linkend="pygobject3"/> and
70 <xref linkend="pyxdg"/>
71 </para>
72
73 <bridgehead renderas="sect4">Optional</bridgehead>
74 <para role="optional">
75 <ulink url="http://www.mielke.cc/brltty/">BRLTTY</ulink>
76 (required for braille output, must have
77 <ulink url="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/">
78 Pyrex</ulink> installed first),
79 <ulink url="http://code.google.com/p/liblouis/">liblouis</ulink>
80 (required for contracted braille) and
81 <ulink url="http://devel.freebsoft.org/speechd/">speech dispatcher</ulink>
82 (required for speech synthesis)
83 </para>
84
85 <para condition="html" role="usernotes">User Notes:
86 <ulink url="&blfs-wiki;/orca"/></para>
87
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of Orca</title>
92
93 <para>Install <application>Orca</application> by running the
94 following commands:</para>
95
96<!--<screen><userinput>if [ $GNOME_PREFIX != "/usr" ]; then
97 sed -i "s|PATH=\"|&amp;$GNOME_PREFIX/bin:|" \
98 src/orca/orca.in
99 fi -->
100<screen><userinput>./configure --prefix=/usr \
101 --sysconfdir=/etc &amp;&amp;
102make</userinput></screen>
103
104 <para>This package does not come with a test suite.</para>
105
106 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
107
108<screen role='root'><userinput>make install</userinput></screen>
109
110 </sect2>
111
112<!-- <sect2 role="commands">
113 <title>Command Explanations</title>
114
115 <para><command>if [ ... != "/usr" ]; then ...; fi</command>: This command
116 is used to add the <application>GNOME</application> prefix
117 <filename class='directory'>bin</filename> directory to the hard-coded
118 <envar>PATH</envar> statement in the script if the
119 <application>GNOME</application> prefix is anything other than
120 <filename class='directory'>/usr</filename>.</para>
121
122 </sect2> -->
123
124 <sect2 role="content">
125 <title>Contents</title>
126
127 <segmentedlist>
128 <segtitle>Installed Program</segtitle>
129 <segtitle>Installed Directories</segtitle>
130
131 <seglistitem>
132 <seg>
133 orca
134 </seg>
135 <seg>
136 /usr/lib/python2.7/site-packages/orca,
137 /usr/share/gnome/help/orca and
138 /usr/share/orca
139 </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.