source: gnome/add/at-spi.xml@ 29f1eea6

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 29f1eea6 was 6ebf60e, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to AT SPI-1.6.6

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

  • Property mode set to 100644
File size: 4.6 KB
RevLine 
[9d2dc4e2]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[9d2dc4e2]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[703cfe4]7 <!ENTITY at-spi-download-http "http://ftp.gnome.org/pub/GNOME/sources/at-spi/1.6/at-spi-&at-spi-version;.tar.bz2">
[6ebf60e]8 <!ENTITY at-spi-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/at-spi/1.6/at-spi-&at-spi-version;.tar.bz2">
9 <!ENTITY at-spi-md5sum "9669ee9e3633ffb43a70795edd748e4d">
10 <!ENTITY at-spi-size "541 KB">
11 <!ENTITY at-spi-buildsize "14.2 MB">
12 <!ENTITY at-spi-time "0.5 SBU">
[9d2dc4e2]13]>
14
[91557b0]15<sect1 id="at-spi" xreflabel="AT SPI-&at-spi-version;">
[703cfe4]16 <?dbhtml filename="at-spi.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>AT SPI-&at-spi-version;</title>
24
25 <indexterm zone="at-spi">
26 <primary sortas="a-AT-SPI">AT SPI</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to AT SPI</title>
31
[c0fa62c]32 <para>The <application>AT SPI</application> package contains the Assistive
[703cfe4]33 Technology Service Provider Interface. This is useful for redirecting
34 UI events to accessible applications and adaptive/assistive
35 technologies.</para>
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&at-spi-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&at-spi-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &at-spi-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &at-spi-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &at-spi-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &at-spi-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">AT SPI Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para><xref linkend="gail"/> and <xref linkend="libbonobo"/></para>
63
64 <bridgehead renderas="sect4">Optional</bridgehead>
65 <para><xref linkend="gtk-doc"/></para>
66
67 </sect2>
68
69 <sect2 role="installation">
70 <title>Installation of AT SPI</title>
71
72 <para>Install <application>AT SPI</application> by running the
73 following commands:</para>
74
75<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
[c0fa62c]76 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin &amp;&amp;
77make</userinput></screen>
78
79 <para>The test suite cannot be run until after the package is installed.
80 To run the test suite after installation, issue:
81 <command>make check</command>.</para>
82
83 <para>Now, as the <systemitem class='username'>root</systemitem> user:</para>
84
[3ba3f58]85<screen role='root'><userinput>make install</userinput></screen>
[9d2dc4e2]86
[703cfe4]87 </sect2>
[9d2dc4e2]88
[703cfe4]89 <sect2 role="commands">
90 <title>Command Explanations</title>
[9d2dc4e2]91
[703cfe4]92 <para><parameter>--libexecdir=`pkg-config --variable=prefix
93 ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
94 <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
95 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
[9d2dc4e2]96
[703cfe4]97 </sect2>
[9d2dc4e2]98
[703cfe4]99 <sect2 role="content">
100 <title>Contents</title>
[9d2dc4e2]101
[703cfe4]102 <segmentedlist>
103 <segtitle>Installed Program</segtitle>
104 <segtitle>Installed Libraries</segtitle>
105 <segtitle>Installed Directories</segtitle>
[9d2dc4e2]106
[703cfe4]107 <seglistitem>
108 <seg>at-spi-registryd</seg>
109 <seg>libspi.[so,a], libcspi.[so,a], libloginhelper.[so,a], the
110 libatk-bridge.so <application>GTK+</application> module, and
111 <application>ORBit</application>-2.0 Accessibility modules</seg>
[c0fa62c]112 <seg>$GNOME_PREFIX/include/at-spi-1.0,
113 $GNOME_PREFIX/share/gtk-doc/html/at-spi-cspi and
114 $GNOME_PREFIX/share/idl/at-spi-1.0</seg>
[703cfe4]115 </seglistitem>
116 </segmentedlist>
[9d2dc4e2]117
[703cfe4]118 <variablelist>
119 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
120 <?dbfo list-presentation="list"?>
121 <?dbhtml list-presentation="table"?>
[9d2dc4e2]122
[703cfe4]123 <varlistentry id="at-spi-registryd">
124 <term><command>at-spi-registryd</command></term>
125 <listitem>
126 <para>is the registry daemon that allows communication between
127 the UI and assistance devices.</para>
128 <indexterm zone="at-spi at-spi-registryd">
129 <primary sortas="b-at-spi-registryd">at-spi-registryd</primary>
130 </indexterm>
131 </listitem>
132 </varlistentry>
[9d2dc4e2]133
[703cfe4]134 </variablelist>
[91557b0]135
[703cfe4]136 </sect2>
[91557b0]137
[703cfe4]138</sect1>
Note: See TracBrowser for help on using the repository browser.