glfs/gnome/add/at-spi.xml
Randy McMurchy d226c1fff1 Updated the download URLs in the GNOME Accessibility packages' instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6218 af4574ff-66df-0310-9fd7-8a98e5e911e0
2006-06-26 21:32:44 +00:00

161 lines
5.5 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;
<!-- Inserted as a reminder to do this. The mention of a test suite
is usually right before the root user installation commands. Please
delete these 12 (including one blank) lines after you are done.-->
<!-- Use one of the two mentions below about a test suite,
delete the line that is not applicable. Of course, if the
test suite uses syntax other than "make check", revise the
line to reflect the actual syntax to run the test suite -->
<!-- <para>This package does not come with a test suite.</para> -->
<!-- <para>To test the results, issue: <command>make check</command>.</para> -->
<!ENTITY at-spi-download-http "&gnome-download-http;/at-spi/1.7/at-spi-&at-spi-version;.tar.bz2">
<!ENTITY at-spi-download-ftp "&gnome-download-ftp;/at-spi/1.7/at-spi-&at-spi-version;.tar.bz2">
<!ENTITY at-spi-md5sum "9669ee9e3633ffb43a70795edd748e4d">
<!ENTITY at-spi-size "541 KB">
<!ENTITY at-spi-buildsize "14.2 MB">
<!ENTITY at-spi-time "0.5 SBU">
]>
<sect1 id="at-spi" xreflabel="AT SPI-&at-spi-version;">
<?dbhtml filename="at-spi.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
<keywordset>
<keyword role="package">at-spi-&at-spi-version;.tar</keyword>
<keyword role="ftpdir">at-spi</keyword>
</keywordset>
</sect1info>
<title>AT SPI-&at-spi-version;</title>
<indexterm zone="at-spi">
<primary sortas="a-AT-SPI">AT SPI</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to AT SPI</title>
<para>The <application>AT SPI</application> package contains the Assistive
Technology Service Provider Interface. This is useful for redirecting
UI events to accessible applications and adaptive/assistive
technologies.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&at-spi-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&at-spi-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &at-spi-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &at-spi-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &at-spi-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &at-spi-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">AT SPI Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="gail"/> and
<xref linkend="libbonobo"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="gtk-doc"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/at-spi"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of AT SPI</title>
<para>Install <application>AT SPI</application> by running the
following commands:</para>
<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--libexecdir=`pkg-config \
--variable=prefix ORBit-2.0`/lib/at-spi &amp;&amp;
make</userinput></screen>
<para>The test suite cannot be run until after the package is installed.
To run the test suite after installation, issue:
<command>make check</command>.</para>
<para>Now, as the <systemitem class='username'>root</systemitem> user:</para>
<screen role='root'><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para><parameter>--libexecdir=`pkg-config --variable=prefix
ORBit-2.0`/lib/at-spi</parameter>: This switch puts libexec files in
<filename class="directory">$GNOME_PREFIX/lib/at-spi</filename> instead of
<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>at-spi-registryd</seg>
<seg>libspi.{so,a}, libcspi.{so,a}, libloginhelper.{so,a}, the
libatk-bridge.so <application>GTK+</application> module, and
<application>ORBit</application>-2.0 Accessibility modules</seg>
<seg>The following subdirectories of $GNOME_PREFIX/:
include/at-spi-1.0,
lib/at-spi,
share/{gtk-doc/html/at-spi-cspi, idl/at-spi-1.0}</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="at-spi-registryd">
<term><command>at-spi-registryd</command></term>
<listitem>
<para>is the registry daemon that allows communication between
the UI and assistance devices.</para>
<indexterm zone="at-spi at-spi-registryd">
<primary sortas="b-at-spi-registryd">at-spi-registryd</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>