source: archive/gamin.xml@ c274f90

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 c274f90 was adf6dd9a, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Archive unneeded packages: pkgconfig,

bc, ibus, udev, slib, gamin, and notify-python

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

  • Property mode set to 100644
File size: 6.0 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
8 "http://www.gnome.org/~veillard/gamin/sources/gamin-&gamin-version;.tar.gz">
9 <!ENTITY gamin-download-ftp "&gentoo-ftp-repo;/gamin-&gamin-version;.tar.gz">
10 <!ENTITY gamin-md5sum "b4ec549e57da470c04edd5ec2876a028">
11 <!ENTITY gamin-size "639 KB">
12 <!ENTITY gamin-buildsize "6.7 MB">
13 <!ENTITY gamin-time "0.1 SBU">
14]>
15
16<sect1 id="gamin" xreflabel="Gamin-&gamin-version;">
17 <?dbhtml filename="gamin.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Gamin-&gamin-version;</title>
25
26 <indexterm zone="gamin">
27 <primary sortas="a-Gamin">Gamin</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Gamin</title>
32
33 <para>
34 The <application>Gamin</application> package contains a File Alteration
35 Monitor which is useful for notifying applications of changes to the file
36 system. Gamin is compatible with
37 <ulink url="http://oss.sgi.com/projects/fam/">FAM</ulink>.
38 </para>
39
40 &lfs74_built;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&gamin-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&gamin-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &gamin-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &gamin-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &gamin-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &gamin-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">Gamin Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="glib2"/>
81 </para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional">
85 <xref linkend="python2"/>
86 </para>
87
88 <para condition="html" role="usernotes">
89 User Notes: <ulink url="&blfs-wiki;/gamin"/>
90 </para>
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of Gamin</title>
95
96 <para>
97 Install <application>Gamin</application> by running the following
98 commands:
99 </para>
100
101<screen><userinput>sed -i 's/G_CONST_RETURN/const/' server/gam_{node,subscription}.{c,h} &amp;&amp;
102./configure --prefix=/usr --libexecdir=/usr/sbin --disable-static &amp;&amp;
103make</userinput></screen>
104
105 <para>
106 To test the results, issue: <command>make check</command>. Note that some
107 tests may display errors.
108 </para>
109
110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
113
114<screen role="root"><userinput>make install &amp;&amp;
115install -v -m755 -d /usr/share/doc/gamin-&gamin-version; &amp;&amp;
116install -v -m644 doc/*.{html,fig,gif,txt} /usr/share/doc/gamin-&gamin-version;</userinput></screen>
117 </sect2>
118
119 <sect2 role="commands">
120 <title>Command Explanations</title>
121
122 <para>
123 <command>sed -i 's/G_CONST_RETURN/const/'
124 server/gam_{node,subscription}.{c,h}</command>: This sed fixes compiling
125 with <application>Glib 2.32</application> or greater installed.
126 </para>
127
128 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
129 href="../../xincludes/static-libraries.xml"/>
130 </sect2>
131
132 <sect2 role="configuration">
133 <title>Configuring Gamin</title>
134
135 <sect3>
136 <title>Configuration Information</title>
137
138 <para>
139 No configuration is generally required and the default options should
140 work for most users. See
141 <ulink url="http://www.gnome.org/~veillard/gamin/config.html"/> for
142 details.
143 </para>
144 </sect3>
145 </sect2>
146
147 <sect2 role="content">
148 <title>Contents</title>
149
150 <segmentedlist>
151 <segtitle>Installed Program</segtitle>
152 <segtitle>Installed Libraries</segtitle>
153 <segtitle>Installed Directory</segtitle>
154
155 <seglistitem>
156 <seg>gam_server</seg>
157 <seg>
158 libfam.so, libgamin-1.so, libgamin_shared.a and (if you've installed
159 <application>Python 2</application>) _gamin.so.
160 </seg>
161 <seg>/usr/share/doc/gamin-&gamin-version;</seg>
162 </seglistitem>
163 </segmentedlist>
164
165 <variablelist>
166 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
167 <?dbfo list-presentation="list"?>
168 <?dbhtml list-presentation="table"?>
169
170 <varlistentry id="gam_server">
171 <term><command>gam_server</command></term>
172 <listitem>
173 <para>
174 is the file alteration monitor daemon that is started on demand for
175 each user.
176 </para>
177 <indexterm zone="gamin gam_server">
178 <primary sortas="b-gam_server">gam_server</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 <varlistentry id="libgamin">
184 <term><filename class='libraryfile'>libgamin.so</filename></term>
185 <listitem>
186 <para>
187 contains functions that support the file allocation monitor.
188 </para>
189 <indexterm zone="gamin libgamin">
190 <primary sortas="c-libgamin">libgamin.so</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 <varlistentry id="libfam">
196 <term><filename class='libraryfile'>libfam.so</filename></term>
197 <listitem>
198 <para>
199 contains functions that provide compatibility with FAM.
200 </para>
201 <indexterm zone="gamin libfam">
202 <primary sortas="c-libfam">libfam.so</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206 </variablelist>
207 </sect2>
208</sect1>
Note: See TracBrowser for help on using the repository browser.