source: gnome/add/gnopernicus.xml@ 1c70f78

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.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 1c70f78 was 1c70f78, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Tagged gnopernicus.xml

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4430 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.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.9/gnopernicus-&gnopernicus-version;.tar.bz2">
8 <!ENTITY gnopernicus-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnopernicus/0.9/gnopernicus-&gnopernicus-version;.tar.bz2">
9 <!ENTITY gnopernicus-md5sum "70fddfa095ca63c9f4238e02318751f9">
10 <!ENTITY gnopernicus-size "1.9 MB">
11 <!ENTITY gnopernicus-buildsize "38 MB">
12 <!ENTITY gnopernicus-time "0.60 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 &amp;&amp;
84make install</userinput></screen>
85
86 </sect2>
87
88 <sect2 role="commands">
89 <title>Command Explanations</title>
90
91 <para><parameter>--libexecdir=`pkg-config --variable=prefix
92 ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
93 <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
94 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
95
96 <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
97 configuration files in <filename class="directory">/etc/gnome</filename>
98 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
99
100 <para><parameter>--localstatedir=/var/lib</parameter>: This switch
101 puts <application>ScrollKeeper</application> files in
102 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
103 <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
104
105 <para><parameter>--with-default-fonts-path=/usr/X11R6/lib/X11/fonts/Type1</parameter>:
106 This switch installs Braille fonts into
107 <filename class='directory'>/usr/X11R6/lib/X11/fonts/Type1</filename> instead
108 of <filename class='directory'>/usr/share/fonts/default/Type1</filename>.</para>
109
110 </sect2>
111
112 <sect2 role="content">
113 <title>Contents</title>
114
115 <segmentedlist>
116 <segtitle>Installed Programs</segtitle>
117 <segtitle>Installed Libraries</segtitle>
118 <segtitle>Installed Directories</segtitle>
119
120 <seglistitem>
121 <seg>brlmonitor, gnopernicus, and srcore</seg>
122 <seg><application>Gnopernicus</application> support libraries</seg>
123 <seg>Not determined at this time</seg>
124 </seglistitem>
125 </segmentedlist>
126
127 <variablelist>
128 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
129 <?dbfo list-presentation="list"?>
130 <?dbhtml list-presentation="table"?>
131
132 <varlistentry id="brlmonitor">
133 <term><command>brlmonitor</command></term>
134 <listitem>
135 <para>is a braille display simulator.</para>
136 <indexterm zone="gnopernicus brlmonitor">
137 <primary sortas="b-brlmonitor">brlmonitor</primary>
138 </indexterm>
139 </listitem>
140 </varlistentry>
141
142 <varlistentry id="gnopernicus-prog">
143 <term><command>gnopernicus</command></term>
144 <listitem>
145 <para>is a GUI menu interface used to access and configure the
146 various functionality parameters provided for users with limited
147 vision.</para>
148 <indexterm zone="gnopernicus gnopernicus-prog">
149 <primary sortas="b-gnopernicus">gnopernicus</primary>
150 </indexterm>
151 </listitem>
152 </varlistentry>
153
154 </variablelist>
155
156 </sect2>
157
158</sect1>
Note: See TracBrowser for help on using the repository browser.