mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
update gamin to 1.1.10.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7813 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
43025c29a1
commit
fe9bce848d
@ -3,7 +3,7 @@ $LastChangedBy$
|
||||
$Date$
|
||||
-->
|
||||
|
||||
<!ENTITY day "25"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "26"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "03"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2009">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
@ -102,7 +102,7 @@ $Date$
|
||||
<!ENTITY pcre-version "7.8">
|
||||
<!ENTITY popt-version "1.14">
|
||||
<!ENTITY slang-version "2.1.4">
|
||||
<!ENTITY gamin-version "0.1.9">
|
||||
<!ENTITY gamin-version "0.1.10">
|
||||
<!ENTITY libxml2-version "2.7.3">
|
||||
<!ENTITY libxslt-version "1.1.24">
|
||||
<!ENTITY libgtkhtml-version "2.11.1">
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY gamin-download-http "http://www.gnome.org/~veillard/gamin/sources/gamin-&gamin-version;.tar.gz">
|
||||
<!ENTITY gamin-download-ftp "&gentoo-ftp-repo;/gamin-&gamin-version;.tar.gz">
|
||||
<!ENTITY gamin-md5sum "2d3a6a70df090ed923238e381e6c2982">
|
||||
<!ENTITY gamin-size "632 KB">
|
||||
<!ENTITY gamin-buildsize "6 MB">
|
||||
<!ENTITY gamin-md5sum "b4ec549e57da470c04edd5ec2876a028">
|
||||
<!ENTITY gamin-size "639 KB">
|
||||
<!ENTITY gamin-buildsize "6.7 MB">
|
||||
<!ENTITY gamin-time "0.1 SBU (up to 3 minutes, processor independent, to run the test suite)">
|
||||
]>
|
||||
|
||||
@ -56,14 +56,6 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Required patch: <ulink
|
||||
url="&patch-root;/gamin-&gamin-version;-glibc_fix-1.patch"/></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Gamin Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
@ -90,8 +82,7 @@
|
||||
<para>Install <application>Gamin</application> by running the
|
||||
following commands:</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../gamin-&gamin-version;-glibc_fix-1.patch &&
|
||||
./configure --prefix=/usr --libexecdir=/usr/sbin &&
|
||||
<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/sbin &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>make check</command>. Note
|
||||
@ -108,8 +99,8 @@ install -v -m644 doc/*.{html,fig,gif,txt} /usr/share/doc/gamin-&gamin-version;</
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><option>--disable-static</option>: This switch prevents the
|
||||
static libraries from being built.</para>
|
||||
<para><option>--disable-static</option>: This switch prevents most of the
|
||||
static libraries being built.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -40,6 +40,15 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<listitem>
|
||||
<para>March 26th, 2009</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ken] - Updated to gamin-0.1.10.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>March 25th, 2009</para>
|
||||
<itemizedlist>
|
||||
|
Loading…
Reference in New Issue
Block a user