source: archive/gnome/orca.xml@ 48b59802

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 48b59802 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 4.6 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.6/orca-&orca-version;.tar.xz">
8 <!ENTITY orca-download-ftp "&gnome-download-ftp;/orca/3.6/orca-&orca-version;.tar.xz">
9 <!ENTITY orca-md5sum "819d2c2551f4119a4f0dcee2490bad8b">
10 <!ENTITY orca-size "3.6 MB">
11 <!ENTITY orca-buildsize "65 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 <date>$Date$</date>
20 </sect1info>
21
22 <title>Orca-&orca-version;</title>
23
24 <indexterm zone="orca">
25 <primary sortas="a-Orca">Orca</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Orca</title>
30
31 <para>
32 <application>Orca</application> enables users with limited or no vision
33 to use the <application>GNOME</application> Desktop and applications
34 effectively. It provides a number of features, including magnification,
35 focus tracking, braille output, automatic screen reading and more.
36 </para>
37
38 &lfs72_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&orca-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&orca-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &orca-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &orca-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &orca-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &orca-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Orca Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="gtk3"/>,
79 <xref linkend="pygobject3"/> and
80 <xref linkend="yelp-xsl"/>
81 </para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional">
85 <ulink url="http://www.mielke.cc/brltty/">BRLTTY</ulink>
86 (required for braille output, must have
87 <xref linkend="pyrex"/> installed first),
88 <ulink url="http://code.google.com/p/liblouis/">liblouis</ulink>
89 (required for contracted braille) and
90 <ulink url="http://devel.freebsoft.org/speechd/">speech dispatcher</ulink>
91 (required for speech synthesis)
92 </para>
93
94 <para condition="html" role="usernotes">User Notes:
95 <ulink url="&blfs-wiki;/orca"/>
96 </para>
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of Orca</title>
101
102 <para>
103 Install <application>Orca</application> by running the
104 following commands:
105 </para>
106
107<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
108make</userinput></screen>
109
110 <para>
111 This package does not come with a test suite.
112 </para>
113
114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:
116 </para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119
120 </sect2>
121
122 <sect2 role="content">
123 <title>Contents</title>
124
125 <segmentedlist>
126 <segtitle>Installed Program</segtitle>
127 <segtitle>Installed Libraries</segtitle>
128 <segtitle>Installed Directories</segtitle>
129
130 <seglistitem>
131 <seg>
132 orca
133 </seg>
134 <seg>
135 None
136 </seg>
137 <seg>
138 /usr/lib/python&python2-majorver;/site-packages/orca,
139 /usr/share/help/*/orca and
140 /usr/share/orca
141 </seg>
142 </seglistitem>
143 </segmentedlist>
144
145 <variablelist>
146 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
147 <?dbfo list-presentation="list"?>
148 <?dbhtml list-presentation="table"?>
149
150 <varlistentry id="orca-prog">
151 <term><command>orca</command></term>
152 <listitem>
153 <para>
154 is a GUI menu interface used to access and configure the
155 various functionality parameters provided for users with
156 limited vision.
157 </para>
158 <indexterm zone="orca orca-prog">
159 <primary sortas="b-orca">orca</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 </variablelist>
165
166 </sect2>
167
168</sect1>
Note: See TracBrowser for help on using the repository browser.