source: general/genlib/gamin.xml@ f6333c2

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 f6333c2 was 77a5859, checked in by Ken Moffat <ken@…>, 16 years ago

add patches to make cpio, id3lib, flac, cdrdao, gamin build again.

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

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