Updated to GLib-2.24.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8701 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2010-11-18 17:49:55 +00:00
parent de7d3b3c74
commit 75103a06b1
3 changed files with 25 additions and 9 deletions

View File

@ -147,7 +147,7 @@ $Date$
<!ENTITY libxslt-version "1.1.26">
<!ENTITY libgtkhtml-version "2.11.1">
<!ENTITY GLib-version "1.2.10">
<!ENTITY glib2-version "2.24.1">
<!ENTITY glib2-version "2.24.2">
<!ENTITY glibmm-version "2.24.2">
<!ENTITY libidl-version "0.8.14">
<!ENTITY libcroco-version "0.6.2">

View File

@ -6,10 +6,10 @@
<!ENTITY glib2-download-http "&gnome-download-http;/glib/2.24/glib-&glib2-version;.tar.bz2">
<!ENTITY glib2-download-ftp "ftp://ftp.gtk.org/pub/glib/2.24/glib-&glib2-version;.tar.bz2">
<!ENTITY glib2-md5sum "6a7db81c9a2cffe6a34dadb57d7ba2d2">
<!ENTITY glib2-size "5.1 MB">
<!ENTITY glib2-md5sum "8a6e45d7840460ed84288ebfd75782d4">
<!ENTITY glib2-size "5.3 MB">
<!ENTITY glib2-buildsize "106 MB">
<!ENTITY glib2-time "2.4 SBU (additional 4.1 SBU to run the test suite)">
<!ENTITY glib2-time "1.5 SBU (additional 4.0 SBU to run the test suite)">
]>
<sect1 id="glib2" xreflabel="GLib-&glib2-version;">
@ -35,9 +35,7 @@
event loop, threads, dynamic loading, and an object system.</para>
<!-- Compiled against PCRE, Python, and desktop-file-utils.
All 76 tests passed -->
&lfs65_checked;
1 test failed (regex) -->
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -66,6 +64,8 @@
<!-- <bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="pkgconfig"/></para> -->
<!-- This should be discussed as the instructions in the tarball give
many reasons why the internal PCRE should be used -->
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended"><xref linkend="pcre"/>
(built with unicode properties)</para>
@ -85,6 +85,14 @@
<command>gtester-report</command> program</bridgehead>
<para role="optional"><xref linkend="python"/></para>
<bridgehead renderas="sect4">Additional Runtime Dependencies</bridgehead>
<para role="optional">Quoted directly from the <filename>INSTALL</filename>
file; <quote>Some of the mimetype-related functionality in GIO requires the
<command>update-mime-database</command> and
<command>update-desktop-database</command> utilities, which are part of
<xref linkend="shared-mime-info"/> and
<xref linkend="desktop-file-utils"/>, respectively.</quote></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/glib2"/></para>
@ -96,6 +104,8 @@
<para>Install <application>GLib</application> by running the following
commands:</para>
<!-- This should be discussed as the instructions in the tarball give
many reasons why the internal PCRE should be used -->
<screen><userinput>./configure --prefix=/usr \
--with-pcre=system &amp;&amp;
make</userinput></screen>
@ -125,13 +135,16 @@ chmod -v 755 /usr/bin/gtester-report</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gtk-doc-rebuild.xml"/>
<!-- This should be discussed as the instructions in the tarball give
many reasons why the internal PCRE should be used -->
<para><parameter>--with-pcre=system</parameter>: This parameter causes the
build to use a system-provided version of the
<application>PCRE</application> library instead of an internal
version.</para>
<para><parameter>--disable-static</parameter>: prevent static libraries
being built and installed.</para>
<!-- Not required any longer; static libs are not installed by default
<para><parameter>-disable-static</parameter>: prevent static libraries
being built and installed.</para> -->
</sect2>

View File

@ -44,6 +44,9 @@
<listitem>
<para>November 18th, 2010</para>
<itemizedlist>
<listitem>
<para>[randy] - Updated to GLib-2.24.2.</para>
</listitem>
<listitem>
<para>[randy] - Updated to Expect-5.44.1.15 (5.45 has since been
released).</para>