source: gnome/add/orca.xml@ b2e0b8a8

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

Added Alacarte 0.14.4. Updated: AccountsService -> 0.6.21, Colord -> 0.1.21, EOG -> 3.4.2, GNOME User Docs -> 3.4.2, Notification Daemon -> 0.7.5, Polkit -> 0.106 and UDisks2 -> 1.98.0. Added ChangeLog entry for Pango.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10288 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 "26adb33a6c82275e4019bcc5b25cff68">
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>
33 <application>Orca</application> enables users with limited or no vision
34 to use the <application>GNOME</application> Desktop and applications
35 effectively. It provides a number of features, including magnification,
36 focus tracking, braille output, automatic screen reading and more.
37 </para>
38
39 &lfs70_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&orca-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&orca-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &orca-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &orca-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &orca-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &orca-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Orca Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="at-spi2-core"/>,
80 <xref linkend="dbus-python"/>,
81 <xref linkend="gnome-doc-utils"/>,
82 <xref linkend="gtk3"/>,
83 <xref linkend="pygobject3"/> and
84 <xref linkend="pyxdg"/>
85 </para>
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
89 <xref linkend="rarian"/>
90 </para>
91
92 <bridgehead renderas="sect4">Optional</bridgehead>
93 <para role="optional">
94 <ulink url="http://www.mielke.cc/brltty/">BRLTTY</ulink>
95 (required for braille output, must have
96 <ulink url="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/">
97 Pyrex</ulink> installed first),
98 <ulink url="http://code.google.com/p/liblouis/">liblouis</ulink>
99 (required for contracted braille) and
100 <ulink url="http://devel.freebsoft.org/speechd/">speech dispatcher</ulink>
101 (required for speech synthesis)
102 </para>
103
104 <para condition="html" role="usernotes">User Notes:
105 <ulink url="&blfs-wiki;/orca"/>
106 </para>
107 </sect2>
108
109 <sect2 role="installation">
110 <title>Installation of Orca</title>
111
112 <para>
113 Install <application>Orca</application> by running the
114 following commands:
115 </para>
116
117<screen><userinput>./configure --prefix=/usr \
118 --sysconfdir=/etc &amp;&amp;
119make</userinput></screen>
120
121 <para>
122 This package does not come with a test suite.
123 </para>
124
125 <para>
126 Now, as the <systemitem class="username">root</systemitem> user:
127 </para>
128
129<screen role="root"><userinput>make install</userinput></screen>
130
131 </sect2>
132
133 <sect2 role="commands">
134 <title>Command Explanations</title>
135
136 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
137 href="../../xincludes/without-scrollkeeper.xml"/>
138
139 </sect2>
140
141 <sect2 role="content">
142 <title>Contents</title>
143
144 <segmentedlist>
145 <segtitle>Installed Program</segtitle>
146 <segtitle>Installed Directories</segtitle>
147
148 <seglistitem>
149 <seg>
150 orca
151 </seg>
152 <seg>
153 /usr/lib/python&python2-majorver;/site-packages/orca,
154 /usr/share/gnome/help/orca and
155 /usr/share/orca
156 </seg>
157 </seglistitem>
158 </segmentedlist>
159
160 <variablelist>
161 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
162 <?dbfo list-presentation="list"?>
163 <?dbhtml list-presentation="table"?>
164
165 <varlistentry id="orca-prog">
166 <term><command>orca</command></term>
167 <listitem>
168 <para>
169 is a GUI menu interface used to access and configure the
170 various functionality parameters provided for users with
171 limited vision.
172 </para>
173 <indexterm zone="orca orca-prog">
174 <primary sortas="b-orca">orca</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 </variablelist>
180
181 </sect2>
182
183</sect1>
Note: See TracBrowser for help on using the repository browser.