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

lazarus trunk
Last change on this file since a9b1fa8 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 19 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

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