source: gnome/add/at-spi.xml@ 0a7c3921

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 0a7c3921 was 0a7c3921, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #4

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

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