source: general/genlib/gamin.xml@ 0e25c32

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 0e25c32 was 5f04edc, checked in by Ken Moffat <ken@…>, 14 years ago

Rework the LFS_svn entities.

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

  • Property mode set to 100644
File size: 5.8 KB
RevLine 
[b7ea972]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" [
[b7ea972]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gamin-download-http "http://www.gnome.org/~veillard/gamin/sources/gamin-&gamin-version;.tar.gz">
[fb2e525]8 <!ENTITY gamin-download-ftp "&gentoo-ftp-repo;/gamin-&gamin-version;.tar.gz">
[fe9bce8]9 <!ENTITY gamin-md5sum "b4ec549e57da470c04edd5ec2876a028">
10 <!ENTITY gamin-size "639 KB">
11 <!ENTITY gamin-buildsize "6.7 MB">
[fd2aad88]12 <!ENTITY gamin-time "0.1 SBU (up to 3 minutes, processor independent, to run the test suite)">
[b7ea972]13]>
14
15<sect1 id="gamin" xreflabel="Gamin-&gamin-version;">
16 <?dbhtml filename="gamin.html"?>
17
18 <sect1info>
[8cc8d59]19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
[b7ea972]21 </sect1info>
22
23 <title>Gamin-&gamin-version;</title>
24
[77a5859]25 <indexterm zone="gamin">
26 <primary sortas="a-Gamin">Gamin</primary>
27 </indexterm>
28
[b7ea972]29 <sect2 role="package">
30 <title>Introduction to Gamin</title>
31
32 <para>The <application>Gamin</application> package contains a
33 File Alteration Monitor which is useful for notifying applications of
34 changes to the file system. Gamin is compatible with <ulink
[4f26c54]35 url="http://oss.sgi.com/projects/fam/">FAM</ulink>.</para>
[b7ea972]36
[5f04edc]37 <para>&lfssvn_built;20100803&lfssvn_built2;</para>
38
[b7ea972]39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&gamin-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&gamin-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &gamin-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &gamin-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &gamin-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &gamin-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">Gamin Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
[4f26c54]64 <para role="required"><xref linkend="glib2"/></para>
[b7ea972]65
66 <bridgehead renderas="sect4">Optional</bridgehead>
[fd2aad88]67 <para role="optional"><xref linkend="python"/></para>
68
69 <!-- Though configure mentions these two packages, the build
70 system can and does absolutely nothing with them. Commenting
71 them out for now, as they cannot be used
72 <xref linkend="gtk-doc"/> (for building API documentation),
[4f26c54]73 <xref linkend="doxygen"/> (for building documentation),
[fd2aad88]74 -->
[b7ea972]75
[1039de3]76 <para condition="html" role="usernotes">User Notes:
77 <ulink url="&blfs-wiki;/gamin"/></para>
78
[b7ea972]79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of Gamin</title>
83
84 <para>Install <application>Gamin</application> by running the
85 following commands:</para>
86
[fe9bce8]87<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/sbin &amp;&amp;
[b7ea972]88make</userinput></screen>
89
[e249f83]90 <para>To test the results, issue: <command>make check</command>. Note
91 that some tests may display errors.</para>
[b7ea972]92
93 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
94
[fd2aad88]95<screen role="root"><userinput>make install &amp;&amp;
[6473e74]96install -v -m755 -d /usr/share/doc/gamin-&gamin-version; &amp;&amp;
[fd2aad88]97install -v -m644 doc/*.{html,fig,gif,txt} /usr/share/doc/gamin-&gamin-version;</userinput></screen>
[b7ea972]98
99 </sect2>
100
[77a5859]101 <sect2 role="commands">
102 <title>Command Explanations</title>
103
[fe9bce8]104 <para><option>--disable-static</option>: This switch prevents most of the
105 static libraries being built.</para>
[77a5859]106
107 </sect2>
108
[b7ea972]109 <sect2 role="configuration">
110 <title>Configuring Gamin</title>
111
112 <sect3>
113 <title>Configuration Information</title>
114
115 <para>No configuration is generally required and the default options
116 should work for most users. See
117 <ulink url="http://www.gnome.org/~veillard/gamin/config.html"/> for
118 details.</para>
119
120 </sect3>
121
122 </sect2>
123
124 <sect2 role="content">
125 <title>Contents</title>
126
127 <segmentedlist>
128 <segtitle>Installed Program</segtitle>
[fd2aad88]129 <segtitle>Installed Libraries</segtitle>
130 <segtitle>Installed Directory</segtitle>
[b7ea972]131
132 <seglistitem>
133 <seg>gam_server</seg>
[1039de3]134 <seg>libfam.{so,a}, libgamin-1.{so,a}, libgamin_shared.a and
135 optionally, <application>Python</application> _gamin.{so,a}
[fd2aad88]136 module</seg>
137 <seg>/usr/share/doc/gamin-&gamin-version;</seg>
[b7ea972]138 </seglistitem>
139 </segmentedlist>
140
141 <variablelist>
142 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
143 <?dbfo list-presentation="list"?>
144 <?dbhtml list-presentation="table"?>
145
[060409a]146 <varlistentry id="gam_server">
[b7ea972]147 <term><command>gam_server</command></term>
148 <listitem>
149 <para>is the file alteration monitor daemon that is started on demand
150 for each user.</para>
[060409a]151 <indexterm zone="gamin gam_server">
152 <primary sortas="b-gam_server">gam_server</primary>
[b7ea972]153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 <varlistentry id="libgamin">
[1039de3]158 <term><filename class='libraryfile'>libgamin.{so,a}</filename></term>
[b7ea972]159 <listitem>
160 <para>contains functions that support the file allocation monitor.</para>
161 <indexterm zone="gamin libgamin">
[1039de3]162 <primary sortas="c-libgamin">libgamin.{so,a}</primary>
[b7ea972]163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 <varlistentry id="libfam">
[1039de3]168 <term><filename class='libraryfile'>libfam.{so,a}</filename></term>
[b7ea972]169 <listitem>
170 <para>contains functions that provide compatibility with FAM.</para>
171 <indexterm zone="gamin libfam">
[1039de3]172 <primary sortas="c-libfam">libfam.{so,a}</primary>
[b7ea972]173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 </variablelist>
178
179 </sect2>
180
181</sect1>
Note: See TracBrowser for help on using the repository browser.