Author: randy Date: 2010-11-18 10:49:55 -0700 (Thu, 18 Nov 2010) New Revision: 8701
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/glib2.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to GLib-2.24.2 Modified: trunk/BOOK/general/genlib/glib2.xml =================================================================== --- trunk/BOOK/general/genlib/glib2.xml 2010-11-18 16:47:53 UTC (rev 8700) +++ trunk/BOOK/general/genlib/glib2.xml 2010-11-18 17:49:55 UTC (rev 8701) @@ -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,10 +35,8 @@ event loop, threads, dynamic loading, and an object system.</para> <!-- Compiled against PCRE, Python, and desktop-file-utils. - All 76 tests passed --> + 1 test failed (regex) --> - &lfs65_checked; - <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> <listitem> @@ -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 && make</userinput></screen> @@ -125,13 +135,16 @@ <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> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2010-11-18 16:47:53 UTC (rev 8700) +++ trunk/BOOK/general.ent 2010-11-18 17:49:55 UTC (rev 8701) @@ -147,7 +147,7 @@ <!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"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2010-11-18 16:47:53 UTC (rev 8700) +++ trunk/BOOK/introduction/welcome/changelog.xml 2010-11-18 17:49:55 UTC (rev 8701) @@ -45,6 +45,9 @@ <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> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
