source: gnome/add/obsolete/gail.xml@ 5ca02e36

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 5ca02e36 was 5ca02e36, checked in by Ken Moffat <ken@…>, 14 years ago

Revert reinstatement of gail, I obviously didn't get the memo that it is now in gtk+. Thanks to William Immendorf for pointing this out.

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

  • Property mode set to 100644
File size: 5.5 KB
RevLine 
[fdca4266]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[fdca4266]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[18d8af99]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">
[65ed5cb]9 <!ENTITY gail-md5sum "d58ad8cc79d3cb6778bc015ef69fb499">
[18d8af99]10 <!ENTITY gail-size "659 KB">
11 <!ENTITY gail-buildsize "26 MB">
12 <!ENTITY gail-time "0.5 SBU">
[fdca4266]13]>
14
[3b11616]15<sect1 id="gail" xreflabel="GAIL-&gail-version;">
[6f3b3d1]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
[65ed5cb]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>
[6f3b3d1]42
[18d8af99]43 <para>&lfssvn_built;20100803&lfssvn_built2;</para>
44
[6f3b3d1]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>
[abec374]68
[6f3b3d1]69 <bridgehead renderas="sect4">Required</bridgehead>
[18d8af99]70 <para role="required"><xref linkend="gtk2"/></para>
[fdca4266]71
[6f3b3d1]72 <bridgehead renderas="sect4">Optional</bridgehead>
[b22e19bf]73 <para role="optional"><xref linkend="gtk-doc"/></para>
[fdca4266]74
[0a7c3921]75 <para condition="html" role="usernotes">User Notes:
76 <ulink url="&blfs-wiki;/gail"/></para>
77
[6f3b3d1]78 </sect2>
[fdca4266]79
[6f3b3d1]80 <sect2 role="installation">
81 <title>Installation of GAIL</title>
[fdca4266]82
[e05cd03f]83 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7cdaed0]84 href="../../xincludes/without-gnome.xml"/>
[fdca4266]85
[6f3b3d1]86 <para>Install <application>GAIL</application> by running
87 the following commands:</para>
88
[a6bee1f]89<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) &amp;&amp;
[6f3b3d1]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
[adb02f98]96<screen role="root"><userinput>make install &amp;&amp;
[6f3b3d1]97
[adb02f98]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>
[fdca4266]103
[6f3b3d1]104 </sect2>
105
[551b9389]106 <sect2 role="commands">
[51d7b70]107 <title>Command Explanations</title>
[bccbdaea]108
[e05cd03f]109 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7cdaed0]110 href="../../xincludes/gnome-prefix.xml"/>
[551b9389]111
[e05cd03f]112 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[551b9389]113 href="../../xincludes/gtk-doc-rebuild.xml"/>
[51d7b70]114
[adb02f98]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
[551b9389]123 </sect2>
[51d7b70]124
[6f3b3d1]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>
[551b9389]137 <seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
[e62f701]138 include/gail-1.0,
[551b9389]139 lib/gtk-2.0/modules and
[e62f701]140 share/gtk-doc/html/gail-libgail-util</seg>
[6f3b3d1]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">
[f1d9c53]150 <term><filename class='libraryfile'>libgailutil.so</filename></term>
[6f3b3d1]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">
[de2551f]155 <primary sortas="c-libgailutil">libgailutil.so</primary>
[6f3b3d1]156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 </variablelist>
161
162 </sect2>
[ad45d1a]163
164</sect1>
Note: See TracBrowser for help on using the repository browser.