source: archive/gnome-obsolete/gail.xml@ e0ac6b0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 e0ac6b0 was 99b3ac4, checked in by Krejzi <krejzi@…>, 12 years ago

Rename archive/obsolete to archive/gnome-obsolete

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

  • Property mode set to 100644
File size: 5.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gail-download-http "&gnome-download-http;/gail/1.22/gail-&gail-version;.tar.bz2">
8 <!ENTITY gail-download-ftp "&gnome-download-ftp;/gail/1.22/gail-&gail-version;.tar.bz2">
9 <!ENTITY gail-md5sum "d58ad8cc79d3cb6778bc015ef69fb499">
10 <!ENTITY gail-size "659 KB">
11 <!ENTITY gail-buildsize "26 MB">
12 <!ENTITY gail-time "0.5 SBU">
13]>
14
15<sect1 id="gail" xreflabel="GAIL-&gail-version;">
16 <?dbhtml filename="gail.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GAIL-&gail-version;</title>
24
25 <indexterm zone="gail">
26 <primary sortas="a-GAIL">GAIL</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GAIL</title>
31
32 <para>The <application>GAIL</application> package provides accessibility
33 support for <application>GTK+</application> and
34 <application>libgnomecanvas</application> by implementing AtkObjects for
35 widgets in <application>GTK+</application> and
36 <application>libgnomecanvas</application>. The
37 <application>GAIL</application> library is a
38 <application>GTK+</application> module. This module is normally used with
39 the atk-bridge <application>GTK+</application> module from
40 <application>AT-SPI</application> to allow an assistive technology, e.g., a
41 screenreader, to query or drive the program.</para>
42
43 <para>&lfssvn_built;20100803&lfssvn_built2;</para>
44
45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>Download (HTTP): <ulink url="&gail-download-http;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download (FTP): <ulink url="&gail-download-ftp;"/></para>
52 </listitem>
53 <listitem>
54 <para>Download MD5 sum: &gail-md5sum;</para>
55 </listitem>
56 <listitem>
57 <para>Download size: &gail-size;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated disk space required: &gail-buildsize;</para>
61 </listitem>
62 <listitem>
63 <para>Estimated build time: &gail-time;</para>
64 </listitem>
65 </itemizedlist>
66
67 <bridgehead renderas="sect3">GAIL Dependencies</bridgehead>
68
69 <bridgehead renderas="sect4">Required</bridgehead>
70 <para role="required"><xref linkend="gtk2"/></para>
71
72 <bridgehead renderas="sect4">Optional</bridgehead>
73 <para role="optional"><xref linkend="gtk-doc"/></para>
74
75 <para condition="html" role="usernotes">User Notes:
76 <ulink url="&blfs-wiki;/gail"/></para>
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of GAIL</title>
82
83 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
84 href="../../xincludes/without-gnome.xml"/>
85
86 <para>Install <application>GAIL</application> by running
87 the following commands:</para>
88
89<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) &amp;&amp;
90make</userinput></screen>
91
92 <para>This package does not come with a test suite.</para>
93
94 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
95
96<screen role="root"><userinput>make install &amp;&amp;
97
98if [ $(pkg-config --variable=prefix ORBit-2.0) != "/usr" ]; then
99 ln -v -s $(pkg-config --variable=prefix \
100 ORBit-2.0)/lib/gtk-2.0/modules \
101 /usr/lib/gtk-2.0
102fi</userinput></screen>
103
104 </sect2>
105
106 <sect2 role="commands">
107 <title>Command Explanations</title>
108
109 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
110 href="../../xincludes/gnome-prefix.xml"/>
111
112 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
113 href="../../xincludes/gtk-doc-rebuild.xml"/>
114
115 <para><command>if [ ... != "/usr" ]; then ...; fi</command>:
116 <application>GTK+</application> will look for the
117 <application>GAIL</application> modules in
118 <filename class='directory'>/usr/lib</filename> even if
119 <envar>$GNOME_PREFIX</envar> is NOT
120 <filename class='directory'>/usr</filename>. This command creates a
121 symbolic link to satisfy this requirement.</para>
122
123 </sect2>
124
125 <sect2 role="content">
126 <title>Contents</title>
127
128 <segmentedlist>
129 <segtitle>Installed Programs</segtitle>
130 <segtitle>Installed Libraries</segtitle>
131 <segtitle>Installed Directories</segtitle>
132
133 <seglistitem>
134 <seg>None</seg>
135 <seg>libgailutil.so and <application>GAIL</application>
136 <application>GTK+</application> modules</seg>
137 <seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
138 include/gail-1.0,
139 lib/gtk-2.0/modules and
140 share/gtk-doc/html/gail-libgail-util</seg>
141 </seglistitem>
142 </segmentedlist>
143
144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
148
149 <varlistentry id="libgailutil">
150 <term><filename class='libraryfile'>libgailutil.so</filename></term>
151 <listitem>
152 <para>provides the functions that solve accessibility problems
153 in a consistent manner across <application>GNOME</application>.</para>
154 <indexterm zone="gail libgailutil">
155 <primary sortas="c-libgailutil">libgailutil.so</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 </variablelist>
161
162 </sect2>
163
164</sect1>
Note: See TracBrowser for help on using the repository browser.