source: gnome/add/orca.xml@ 31b1acd

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 31b1acd was 31b1acd, checked in by Andrew Benton <andy@…>, 12 years ago

commented out pycairo as it seems it's not needed

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9836 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/&gnome-version;/orca-&orca-version;.tar.xz">
8 <!ENTITY orca-download-ftp "&gnome-download-ftp;/orca/&gnome-version;/orca-&orca-version;.tar.xz">
9 <!ENTITY orca-md5sum "8291fbb5c7dd30d8f961190b6a4279ab">
10 <!ENTITY orca-size "2.3 MB">
11 <!ENTITY orca-buildsize "56 MB">
12 <!ENTITY orca-time "0.5 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_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 <!-- pkg-config and intltool should have been pulled in for xorg,
65 and the json this looks for is part of python, which is pulled in
66 by the various python modules -->
67 <para role="required"><xref linkend="at-spi2-core"/>,
68 <xref linkend="dbus-python"/>,
69 <xref linkend="gtk3"/>,
70 <!-- <xref linkend="py2cairo"/>, -->
71 <xref linkend="pygobject3"/>,
72 <xref linkend="pyxdg"/></para>
73
74 <bridgehead renderas="sect4">Optional</bridgehead>
75 <para role="optional"><ulink
76 url="http://www.mielke.cc/brltty/">BRLTTY</ulink> (required for braille
77 output, must have <ulink
78 url="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/">Pyrex</ulink>
79 installed first),
80 <xref linkend="gnome-doc-utils"/>,
81 <ulink url="http://code.google.com/p/liblouis/">liblouis</ulink> (required
82 for contracted braille), and
83 <ulink url="http://devel.freebsoft.org/speechd/">speech dispatcher</ulink>
84 (required for speech synthesis)</para>
85
86 <para condition="html" role="usernotes">User Notes:
87 <ulink url="&blfs-wiki;/orca"/></para>
88
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of Orca</title>
93
94 <para>Install <application>Orca</application> by running the
95 following commands:</para>
96
97<screen><userinput>if [ $GNOME_PREFIX != "/usr" ]; then
98 sed -i "s|PATH=\"|&amp;$GNOME_PREFIX/bin:|" \
99 src/orca/orca.in
100 fi
101
102./configure --prefix=$GNOME_PREFIX \
103 --sysconfdir=$GNOME_SYSCONFDIR &amp;&amp;
104make</userinput></screen>
105
106 <para>This package does not come with a test suite.</para>
107
108 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
109
110<screen role='root'><userinput>make install</userinput></screen>
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 <para><command>--sysconfdir=$GNOME_SYSCONFDIR</command> : This command is used
125 to put the <filename class="directory">/xdg/autostart</filename > directory
126 in the proper place.</para>
127
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Program</segtitle>
135 <segtitle>Installed Libraries</segtitle>
136 <segtitle>Installed Directories</segtitle>
137
138 <seglistitem>
139 <seg>orca and a lot of Python scripts</seg>
140 <seg>None</seg>
141 <seg>/usr/lib/python&python2-majorver;/site-packages/orca/scripts/{apps/{Banshee,
142 Thunderbird,evolution,gcalctool,gedit,gnome-window-properties,
143 packagemanager,pidgin,planner,rhythmbox,soffice,yelp},toolkits/{Gecko,
144 J2SE-access-bridge}},
145 <envar>$GNOME_PREFIX</envar>/share/orca/ui</seg>
146 </seglistitem>
147 </segmentedlist>
148
149 <variablelist>
150 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
151 <?dbfo list-presentation="list"?>
152 <?dbhtml list-presentation="table"?>
153
154 <varlistentry id="orca-prog">
155 <term><command>orca</command></term>
156 <listitem>
157 <para>is a GUI menu interface used to access and configure the
158 various functionality parameters provided for users with limited
159 vision.</para>
160 <indexterm zone="orca orca-prog">
161 <primary sortas="b-orca">orca</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 </variablelist>
167
168 </sect2>
169
170</sect1>
Note: See TracBrowser for help on using the repository browser.