mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
e7307aa1ca
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5380 af4574ff-66df-0310-9fd7-8a98e5e911e0
143 lines
4.8 KiB
XML
143 lines
4.8 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 at-spi-download-http "http://ftp.gnome.org/pub/GNOME/sources/at-spi/1.6/at-spi-&at-spi-version;.tar.bz2">
|
|
<!ENTITY at-spi-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/at-spi/1.6/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>
|
|
|
|
</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`/sbin &&
|
|
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`/sbin</parameter>: This switch puts libexec files in
|
|
<filename class="directory">$GNOME_PREFIX/sbin</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>$GNOME_PREFIX/include/at-spi-1.0,
|
|
$GNOME_PREFIX/share/gtk-doc/html/at-spi-cspi and
|
|
$GNOME_PREFIX/share/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>
|