source: gnome/add/gnopernicus.xml@ 6ebf60e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 6ebf60e was 9d82f3e, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to Gnopernicus-0.10.9

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

  • Property mode set to 100644
File size: 6.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gnopernicus-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnopernicus/0.10/gnopernicus-&gnopernicus-version;.tar.bz2">
8 <!ENTITY gnopernicus-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnopernicus/0.10/gnopernicus-&gnopernicus-version;.tar.bz2">
9 <!ENTITY gnopernicus-md5sum "dd36c9b729344153812918c03dd84b12">
10 <!ENTITY gnopernicus-size "2.0 MB">
11 <!ENTITY gnopernicus-buildsize "38 MB">
12 <!ENTITY gnopernicus-time "0.6 SBU">
13]>
14
15<sect1 id="gnopernicus" xreflabel="Gnopernicus-&gnopernicus-version;">
16 <?dbhtml filename="gnopernicus.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Gnopernicus-&gnopernicus-version;</title>
24
25 <indexterm zone="gnopernicus">
26 <primary sortas="a-Gnopernicus">Gnopernicus</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Gnopernicus</title>
31
32 <para><application>Gnopernicus</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="&gnopernicus-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&gnopernicus-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &gnopernicus-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &gnopernicus-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &gnopernicus-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &gnopernicus-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">Gnopernicus Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para><xref linkend="libgail-gnome"/>,
63 <xref linkend="scrollkeeper"/>,
64 <xref linkend="gnome-speech"/> and
65 <xref linkend="gnome-mag"/></para>
66
67 <bridgehead renderas="sect4">Optional</bridgehead>
68 <para><xref linkend="gtk-doc"/> and
69 <ulink url="http://www.mielke.cc/brltty/">BRLTTY</ulink></para>
70
71 </sect2>
72
73 <sect2 role="installation">
74 <title>Installation of Gnopernicus</title>
75
76 <para>Install <application>Gnopernicus</application> by running the
77 following commands:</para>
78
79<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
80 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
81 --sysconfdir=/etc/gnome --localstatedir=/var/lib \
82 --with-default-fonts-path=/usr/X11R6/lib/X11/fonts/Type1 &amp;&amp;
83make</userinput></screen>
84
85 <para>This package does not come with a test suite.</para>
86
87 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
88
89<screen role='root'><userinput>make install</userinput></screen>
90
91 </sect2>
92
93 <sect2 role="commands">
94 <title>Command Explanations</title>
95
96 <para><parameter>--libexecdir=`pkg-config --variable=prefix
97 ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
98 <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
99 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
100
101 <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
102 configuration files in <filename class="directory">/etc/gnome</filename>
103 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
104
105 <para><parameter>--localstatedir=/var/lib</parameter>: This switch
106 puts <application>ScrollKeeper</application> files in
107 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
108 <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
109
110 <para><parameter>--with-default-fonts-path=/usr/X11R6/lib/X11/fonts/Type1</parameter>:
111 This switch installs Braille fonts into
112 <filename class='directory'>/usr/X11R6/lib/X11/fonts/Type1</filename> instead
113 of <filename class='directory'>/usr/share/fonts/default/Type1</filename>.</para>
114
115 </sect2>
116
117 <sect2 role="content">
118 <title>Contents</title>
119
120 <segmentedlist>
121 <segtitle>Installed Programs</segtitle>
122 <segtitle>Installed Libraries</segtitle>
123 <segtitle>Installed Directories</segtitle>
124
125 <seglistitem>
126 <seg>brlmonitor, gnopernicus, gnopernicus-mag-config and srcore</seg>
127 <seg><application>Gnopernicus</application> support libraries</seg>
128 <seg>/etc/gnome/gconf/gconf.xml.defaults/apps/gnopernicus,
129 /etc/gnome/gconf/gconf.xml.defaults/schemas/apps/gnopernicus,
130 /etc/gnome/gnopernicus-1.0,
131 $GNOME_PREFIX/include/gnopernicus-1.0,
132 $GNOME_PREFIX/lib/gnopernicus-1.0,
133 $GNOME_PREFIX/share/gnome/help/{brlmonitor,gnopernicus},
134 $GNOME_PREFIX/share/gnopernicus and
135 $GNOME_PREFIX/share/omf/gnopernicus</seg>
136 </seglistitem>
137 </segmentedlist>
138
139 <variablelist>
140 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
141 <?dbfo list-presentation="list"?>
142 <?dbhtml list-presentation="table"?>
143
144 <varlistentry id="brlmonitor">
145 <term><command>brlmonitor</command></term>
146 <listitem>
147 <para>is a braille display simulator.</para>
148 <indexterm zone="gnopernicus brlmonitor">
149 <primary sortas="b-brlmonitor">brlmonitor</primary>
150 </indexterm>
151 </listitem>
152 </varlistentry>
153
154 <varlistentry id="gnopernicus-prog">
155 <term><command>gnopernicus</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="gnopernicus gnopernicus-prog">
161 <primary sortas="b-gnopernicus">gnopernicus</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.