Changeset 7147513


Ignore:
Timestamp:
02/13/2009 05:41:27 PM (15 years ago)
Author:
Randy McMurchy <randy@…>
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:
903f671
Parents:
5729aff
Message:

Updated to GLib-2.18.4

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r5729aff r7147513  
    44-->
    55
    6 <!ENTITY day          "12">                   <!-- Always 2 digits -->
     6<!ENTITY day          "13">                   <!-- Always 2 digits -->
    77<!ENTITY month        "02">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2009">
     
    110110<!ENTITY gdbm-version                 "1.8.3">
    111111<!ENTITY GLib-version                 "1.2.10">
    112 <!ENTITY glib2-version                "2.18.3">
     112<!ENTITY glib2-version                "2.18.4">
    113113<!ENTITY libidl-version               "0.8.12">
    114114<!ENTITY libcroco-version             "0.6.1">
  • general/genlib/glib2.xml

    r5729aff r7147513  
    77  <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.18/glib-&glib2-version;.tar.bz2">
    88  <!ENTITY glib2-download-ftp  "ftp://ftp.gtk.org/pub/glib/2.18/glib-&glib2-version;.tar.bz2">
    9   <!ENTITY glib2-md5sum        "7919843159f9dcb758d0aa0fb6382787">
    10   <!ENTITY glib2-size          "6.6 MB">
    11   <!ENTITY glib2-buildsize     "83 MB (additional 7MB to run test suite)">
    12   <!ENTITY glib2-time          "0.9 SBU (additional 1.4 SBU to run the test suite)">
     9  <!ENTITY glib2-md5sum        "ec25ed261534d870141000ab73f1a2bf">
     10  <!ENTITY glib2-size          "4.8 MB">
     11  <!ENTITY glib2-buildsize     "90 MB (includes running the test-suite)">
     12  <!ENTITY glib2-time          "0.9 SBU (additional 1.3 SBU to run the test suite)">
    1313]>
    1414
     
    6363
    6464    <bridgehead renderas="sect4">Recommended</bridgehead>
    65     <para role="optional"><xref linkend="pcre"/> built with unicode properties.</para>
     65    <para role="optional"><xref linkend="pcre"/>
     66    (built with unicode properties)</para>
    6667
    6768    <bridgehead renderas="sect4">Optional</bridgehead>
    68     <para role="optional"><xref linkend="gtk-doc"/></para>
     69    <para role="optional"><xref linkend="gamin"/> and
     70    <xref linkend="gtk-doc"/></para>
     71
     72    <bridgehead renderas="sect4">Optional Runtime Dependency for the
     73    <command>gtester-report</command> program</bridgehead>
     74    <para role="optional"><xref linkend="python"/></para>
    6975
    7076    <para condition="html" role="usernotes">User Notes:
     
    7985    commands:</para>
    8086
    81 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     87<screen><userinput>./configure --prefix=/usr \
     88            --with-pcre=system &amp;&amp;
    8289make</userinput></screen>
    8390
     
    8693    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8794
    88 <screen role="root"><userinput>make install</userinput></screen>
     95<screen role="root"><userinput>make install &amp;&amp;
     96chmod -v 755 /usr/bin/gtester-report</userinput></screen>
    8997
    9098  </sect2>
     
    95103    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    96104    href="../../xincludes/gtk-doc-rebuild.xml"/>
     105
     106    <para><parameter>--with-pcre=system</parameter>: This parameter causes the
     107    build to use a system-provided version of the
     108    <application>PCRE</application> library instead of an internal
     109    version.</para>
    97110
    98111    <para><parameter>--disable-static</parameter>: prevent static libraries
     
    134147
    135148      <seglistitem>
    136         <seg>glib-genmarshal, glib-gettextize, glib-mkenums, and
    137         gobject-query</seg>
     149        <seg>glib-genmarshal, glib-gettextize, glib-mkenums,
     150        gobject-query, gtester and gtester-report</seg>
    138151        <seg>libglib-2.0.so, libgobject-2.0.so, libgmodule-2.0.so, and
    139152        libgthread-2.0.so</seg>
  • introduction/welcome/changelog.xml

    r5729aff r7147513  
    4343
    4444    <listitem>
     45      <para>February 13th, 2009</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to GLib-2.18.4.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>February 12th, 2009</para>
    4655      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.