glfs/gnome/add/gnome-mag.xml
Randy McMurchy e615d9bfbf Changed instances of 'normal users' to 'unprivileged users'
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4650 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-06-23 14:07:56 +00:00

154 lines
5.1 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gnome-mag-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-mag/0.12/gnome-mag-&gnome-mag-version;.tar.bz2">
<!ENTITY gnome-mag-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-mag/0.12/gnome-mag-&gnome-mag-version;.tar.bz2">
<!ENTITY gnome-mag-md5sum "8987cdd1034baeae4554ea50f82715aa">
<!ENTITY gnome-mag-size "332 KB">
<!ENTITY gnome-mag-buildsize "6 MB">
<!ENTITY gnome-mag-time "0.2 SBU">
]>
<sect1 id="gnome-mag" xreflabel="GNOME Magnifier-&gnome-mag-version;">
<?dbhtml filename="gnome-mag.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>GNOME Magnifier-&gnome-mag-version;</title>
<indexterm zone="gnome-mag">
<primary sortas="a-GNOME Magnifier">GNOME Magnifier</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to GNOME Magnifier</title>
<para>The <application>GNOME Magnifier</application> includes a screen
magnifier, which allows you to zoom in on portions of the desktop. It is
expressly designed for users with low vision who wish to use the
<application>GNOME</application> desktop.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&gnome-mag-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&gnome-mag-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &gnome-mag-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &gnome-mag-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &gnome-mag-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &gnome-mag-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">GNOME Magnifier Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para><xref linkend="at-spi"/></para>
<bridgehead renderas="sect4">Optional (For
<application>XFree86</application> Only)</bridgehead>
<para><ulink
url="http://www.freedesktop.org/wiki/Software_2fxlibs">Xdamage</ulink>
(requires <ulink
url="http://www.freedesktop.org/wiki/Software_2fxlibs">XExtensions</ulink>*
then <ulink
url="http://www.freedesktop.org/wiki/Software_2fxlibs">FixesExt</ulink>
then <ulink
url="http://www.freedesktop.org/wiki/Software_2fxlibs">Xfixes</ulink>
then <ulink
url="http://www.freedesktop.org/wiki/Software_2fxlibs">DamageExt</ulink>)</para>
<para>* The <application>XExtensions</application> package is included with
the BLFS <application>XFree86</application> installation, but the
pkgconfig <filename>.pc</filename> file <application>FixesExt</application>
looks for is not installed. Satisfy the requirement by installing an
<filename>xextensions.pc</filename> file:</para>
<para>As the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>cat &gt; /usr/X11R6/lib/pkgconfig/xextensions.pc &lt;&lt; "EOF"
<literal>prefix=/usr/X11R6
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: XExtensions
Description: Sundry X extension headers
Version: 1.0.1
Cflags: -I${includedir}</literal>
EOF</userinput></screen>
</sect2>
<sect2 role="installation">
<title>Installation of GNOME Magnifier</title>
<para>Install <application>GNOME Magnifier</application> by
running the following commands:</para>
<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role='root'><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>magnifier</seg>
<seg>libgnome-mag.so</seg>
<seg>$GNOME_PREFIX/include/gnome-mag-1.0,
$GNOME_PREFIX/share/gnome-mag and
$GNOME_PREFIX/share/idl/gnome-mag-1.0</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="magnifier">
<term><command>magnifier</command></term>
<listitem>
<para>is a screen zooming utility.</para>
<indexterm zone="gnome-mag magnifier">
<primary sortas="b-magnifier">magnifier</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>