source: gnome/add/obsolete/gail.xml@ 8c361b6

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 8c361b6 was 8c361b6, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Removed GAIL-1.18.0 and minor dependency ammendments to gtkhtml, webkitgtk, and libgtkhtml.

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

  • Property mode set to 100644
File size: 5.4 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.18/gail-&gail-version;.tar.bz2">
8 <!ENTITY gail-download-ftp "&gnome-download-ftp;/gail/1.18/gail-&gail-version;.tar.bz2">
9 <!ENTITY gail-md5sum "d58ad8cc79d3cb6778bc015ef69fb499">
10 <!ENTITY gail-size "610 KB">
11 <!ENTITY gail-buildsize "21 MB">
12 <!ENTITY gail-time "0.6 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 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>Download (HTTP): <ulink url="&gail-download-http;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download (FTP): <ulink url="&gail-download-ftp;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download MD5 sum: &gail-md5sum;</para>
53 </listitem>
54 <listitem>
55 <para>Download size: &gail-size;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated disk space required: &gail-buildsize;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated build time: &gail-time;</para>
62 </listitem>
63 </itemizedlist>
64
65 <bridgehead renderas="sect3">GAIL Dependencies</bridgehead>
66
67 <bridgehead renderas="sect4">Required</bridgehead>
68 <para role="required"><xref linkend="libgnomecanvas"/></para>
69
70 <bridgehead renderas="sect4">Optional</bridgehead>
71 <para role="optional"><xref linkend="gtk-doc"/></para>
72
73 <para condition="html" role="usernotes">User Notes:
74 <ulink url="&blfs-wiki;/gail"/></para>
75
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of GAIL</title>
80
81 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
82 href="../../xincludes/without-gnome.xml"/>
83
84 <para>Install <application>GAIL</application> by running
85 the following commands:</para>
86
87<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) &amp;&amp;
88make</userinput></screen>
89
90 <para>This package does not come with a test suite.</para>
91
92 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
93
94<screen role="root"><userinput>make install &amp;&amp;
95
96if [ $(pkg-config --variable=prefix ORBit-2.0) != "/usr" ]; then
97 ln -v -s $(pkg-config --variable=prefix \
98 ORBit-2.0)/lib/gtk-2.0/modules \
99 /usr/lib/gtk-2.0
100fi</userinput></screen>
101
102 </sect2>
103
104 <sect2 role="commands">
105 <title>Command Explanations</title>
106
107 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
108 href="../../xincludes/gnome-prefix.xml"/>
109
110 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
111 href="../../xincludes/gtk-doc-rebuild.xml"/>
112
113 <para><command>if [ ... != "/usr" ]; then ...; fi</command>:
114 <application>GTK+</application> will look for the
115 <application>GAIL</application> modules in
116 <filename class='directory'>/usr/lib</filename> even if
117 <envar>$GNOME_PREFIX</envar> is NOT
118 <filename class='directory'>/usr</filename>. This command creates a
119 symbolic link to satisfy this requirement.</para>
120
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Programs</segtitle>
128 <segtitle>Installed Libraries</segtitle>
129 <segtitle>Installed Directories</segtitle>
130
131 <seglistitem>
132 <seg>None</seg>
133 <seg>libgailutil.so and <application>GAIL</application>
134 <application>GTK+</application> modules</seg>
135 <seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
136 include/gail-1.0,
137 lib/gtk-2.0/modules and
138 share/gtk-doc/html/gail-libgail-util</seg>
139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="libgailutil">
148 <term><filename class='libraryfile'>libgailutil.so</filename></term>
149 <listitem>
150 <para>provides the functions that solve accessibility problems
151 in a consistent manner across <application>GNOME</application>.</para>
152 <indexterm zone="gail libgailutil">
153 <primary sortas="c-libgailutil">libgailutil.so</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 </variablelist>
159
160 </sect2>
161
162</sect1>
Note: See TracBrowser for help on using the repository browser.