Changeset fe9bce8


Ignore:
Timestamp:
03/26/2009 06:48:23 PM (15 years ago)
Author:
Ken Moffat <ken@…>
Branches:
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
Children:
462878e4
Parents:
43025c2
Message:

update gamin to 1.1.10.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r43025c2 rfe9bce8  
    44-->
    55
    6 <!ENTITY day          "25">                   <!-- Always 2 digits -->
     6<!ENTITY day          "26">                   <!-- Always 2 digits -->
    77<!ENTITY month        "03">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2009">
     
    103103<!ENTITY popt-version                 "1.14">
    104104<!ENTITY slang-version                "2.1.4">
    105 <!ENTITY gamin-version                "0.1.9">
     105<!ENTITY gamin-version                "0.1.10">
    106106<!ENTITY libxml2-version              "2.7.3">
    107107<!ENTITY libxslt-version              "1.1.24">
  • general/genlib/gamin.xml

    r43025c2 rfe9bce8  
    77  <!ENTITY gamin-download-http "http://www.gnome.org/~veillard/gamin/sources/gamin-&gamin-version;.tar.gz">
    88  <!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">
     9  <!ENTITY gamin-md5sum        "b4ec549e57da470c04edd5ec2876a028">
     10  <!ENTITY gamin-size          "639 KB">
     11  <!ENTITY gamin-buildsize     "6.7 MB">
    1212  <!ENTITY gamin-time          "0.1 SBU (up to 3 minutes, processor independent, to run the test suite)">
    1313]>
     
    5757    </itemizedlist>
    5858
    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 
    6759    <bridgehead renderas="sect3">Gamin Dependencies</bridgehead>
    6860
     
    9183    following commands:</para>
    9284
    93 <screen><userinput>patch -Np1 -i ../gamin-&gamin-version;-glibc_fix-1.patch &amp;&amp;
    94 ./configure --prefix=/usr --libexecdir=/usr/sbin &amp;&amp;
     85<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/sbin &amp;&amp;
    9586make</userinput></screen>
    9687
     
    109100    <title>Command Explanations</title>
    110101
    111     <para><option>--disable-static</option>: This switch prevents the
    112     static libraries from being built.</para>
     102    <para><option>--disable-static</option>: This switch prevents most of the
     103    static libraries being built.</para>
    113104
    114105  </sect2>
  • introduction/welcome/changelog.xml

    r43025c2 rfe9bce8  
    4242-->
    4343    <listitem>
     44      <para>March 26th, 2009</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[ken] - Updated to gamin-0.1.10.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
     51
     52    <listitem>
    4453      <para>March 25th, 2009</para>
    4554      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.