source: gnome/add/at-spi.xml@ 86af98a

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 86af98a was 86af98a, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Updated trunk sources to use DocBook DTD XML 4.4

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

  • Property mode set to 100644
File size: 3.9 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.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY at-spi-download-http "http://ftp.gnome.org/pub/GNOME/sources/at-spi/1.6/at-spi-&at-spi-version;.tar.bz2">
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 "950fc9bb66cf90b720739f3ea5ad8b18">
10<!ENTITY at-spi-size "503 KB">
11<!ENTITY at-spi-buildsize "14.6 MB">
12<!ENTITY at-spi-time "0.55 SBU">
13]>
14
15<sect1 id="at-spi" xreflabel="AT SPI-&at-spi-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="at-spi.html"?>
21<title>AT SPI-&at-spi-version;</title>
22
23<sect2>
24<title>Introduction to <application><acronym>AT</acronym>
25<acronym>SPI</acronym></application></title>
26
27<para>The <application><acronym>AT</acronym>
28<acronym>SPI</acronym></application> package contains Assistive Technology
29Service Provider Interface. This is useful for redirecting
30<acronym>UI</acronym> events to accessible applications and adaptive/assistive
31technologies.</para>
32
33<sect3><title>Package information</title>
34<itemizedlist spacing='compact'>
35<listitem><para>Download (HTTP): <ulink
36url="&at-spi-download-http;"/></para></listitem>
37<listitem><para>Download (FTP): <ulink
38url="&at-spi-download-ftp;"/></para></listitem>
39<listitem><para>Download MD5 sum: &at-spi-md5sum;</para></listitem>
40<listitem><para>Download size: &at-spi-size;</para></listitem>
41<listitem><para>Estimated disk space required:
42&at-spi-buildsize;</para></listitem>
43<listitem><para>Estimated build time:
44&at-spi-time;</para></listitem></itemizedlist>
45</sect3>
46
47<sect3><title><application><acronym>AT</acronym>
48<acronym>SPI</acronym></application> dependencies</title>
49<sect4><title>Required</title>
50<para><xref linkend="gail"/> and <xref linkend="libbonobo"/></para>
51</sect4>
52
53<sect4><title>Optional</title>
54<para><xref linkend="gtk-doc"/></para>
55</sect4>
56</sect3>
57
58</sect2>
59
60<sect2>
61<title>Installation of <application><acronym>AT</acronym>
62<acronym>SPI</acronym></application></title>
63
64<para>Install <application><acronym>AT</acronym>
65<acronym>SPI</acronym></application> by running the following commands:</para>
66
67<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
68 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
69 --disable-gtk-doc &amp;&amp;
70make &amp;&amp;
71make install</command></userinput></screen>
72
73</sect2>
74
75<sect2>
76<title>Command explanations</title>
77
78<para><parameter>--libexecdir=`pkg-config --variable=prefix
79ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
80<filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
81<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
82
83<para><option>--disable-gtk-doc</option>: This switch prevents the rebuilding
84of the documentation during the <command>make</command> command.</para>
85
86</sect2>
87
88<sect2>
89<title>Contents</title>
90
91<para>The <application><acronym>AT</acronym>
92<acronym>SPI</acronym></application> package contains
93<filename class="libraryfile">libspi</filename>,
94<filename class="libraryfile">libcspi</filename> and
95<filename class="libraryfile">libloginhelper</filename> libraries,
96the <filename class='libraryfile'>libatk-bridge.so</filename>
97<application><acronym>GTK</acronym>+</application> module,
98<application>ORBit</application>-2.0
99<filename class='libraryfile'>Accessibility</filename> modules and
100<command>at-spi-registryd</command>.</para>
101
102</sect2>
103
104<sect2><title>Description</title>
105
106<sect3><title>at-spi-registryd</title>
107<para><command>at-spi-registryd</command> is the registry daemon that allows
108communication between the <acronym>UI</acronym> and assistance devices.</para>
109</sect3>
110
111</sect2>
112
113</sect1>
114
Note: See TracBrowser for help on using the repository browser.