Changeset 75103a06


Ignore:
Timestamp:
11/18/2010 05:49:55 PM (14 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:
8134bed
Parents:
de7d3b3c
Message:

Updated to GLib-2.24.2

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rde7d3b3c r75103a06  
    148148<!ENTITY libgtkhtml-version           "2.11.1">
    149149<!ENTITY GLib-version                 "1.2.10">
    150 <!ENTITY glib2-version                "2.24.1">
     150<!ENTITY glib2-version                "2.24.2">
    151151<!ENTITY glibmm-version               "2.24.2">
    152152<!ENTITY libidl-version               "0.8.14">
  • general/genlib/glib2.xml

    rde7d3b3c r75103a06  
    77  <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.24/glib-&glib2-version;.tar.bz2">
    88  <!ENTITY glib2-download-ftp  "ftp://ftp.gtk.org/pub/glib/2.24/glib-&glib2-version;.tar.bz2">
    9   <!ENTITY glib2-md5sum        "6a7db81c9a2cffe6a34dadb57d7ba2d2">
    10   <!ENTITY glib2-size          "5.1 MB">
     9  <!ENTITY glib2-md5sum        "8a6e45d7840460ed84288ebfd75782d4">
     10  <!ENTITY glib2-size          "5.3 MB">
    1111  <!ENTITY glib2-buildsize     "106 MB">
    12   <!ENTITY glib2-time          "2.4 SBU (additional 4.1 SBU to run the test suite)">
     12  <!ENTITY glib2-time          "1.5 SBU (additional 4.0 SBU to run the test suite)">
    1313]>
    1414
     
    3636
    3737    <!-- Compiled against PCRE, Python, and desktop-file-utils.
    38          All 76 tests passed -->
    39 
    40     &lfs65_checked;
     38         1 test failed (regex) -->
    4139
    4240    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6765    <para role="required"><xref linkend="pkgconfig"/></para> -->
    6866
     67    <!-- This should be discussed as the instructions in the tarball give
     68         many reasons why the internal PCRE should be used -->
    6969    <bridgehead renderas="sect4">Recommended</bridgehead>
    7070    <para role="recommended"><xref linkend="pcre"/>
     
    8686    <para role="optional"><xref linkend="python"/></para>
    8787
     88    <bridgehead renderas="sect4">Additional Runtime Dependencies</bridgehead>
     89    <para role="optional">Quoted directly from the <filename>INSTALL</filename>
     90    file; <quote>Some of the mimetype-related functionality in GIO requires the
     91    <command>update-mime-database</command> and
     92    <command>update-desktop-database</command> utilities, which are part of
     93    <xref linkend="shared-mime-info"/> and
     94    <xref linkend="desktop-file-utils"/>, respectively.</quote></para>
     95
    8896    <para condition="html" role="usernotes">User Notes:
    8997    <ulink url="&blfs-wiki;/glib2"/></para>
     
    97105    commands:</para>
    98106
     107    <!-- This should be discussed as the instructions in the tarball give
     108         many reasons why the internal PCRE should be used -->
    99109<screen><userinput>./configure --prefix=/usr \
    100110            --with-pcre=system &amp;&amp;
     
    126136    href="../../xincludes/gtk-doc-rebuild.xml"/>
    127137
     138    <!-- This should be discussed as the instructions in the tarball give
     139         many reasons why the internal PCRE should be used -->
    128140    <para><parameter>--with-pcre=system</parameter>: This parameter causes the
    129141    build to use a system-provided version of the
     
    131143    version.</para>
    132144
    133     <para><parameter>--disable-static</parameter>: prevent static libraries
    134     being built and installed.</para>
     145    <!-- Not required any longer; static libs are not installed by default
     146    <para><parameter>-disable-static</parameter>: prevent static libraries
     147    being built and installed.</para> -->
    135148
    136149  </sect2>
  • introduction/welcome/changelog.xml

    rde7d3b3c r75103a06  
    4545      <para>November 18th, 2010</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to GLib-2.24.2.</para>
     49        </listitem>
    4750        <listitem>
    4851          <para>[randy] - Updated to Expect-5.44.1.15 (5.45 has since been
Note: See TracChangeset for help on using the changeset viewer.