Author: randy Date: 2009-02-13 10:41:27 -0700 (Fri, 13 Feb 2009) New Revision: 7763
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/glib2.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to GLib-2.18.4 Modified: trunk/BOOK/general/genlib/glib2.xml =================================================================== --- trunk/BOOK/general/genlib/glib2.xml 2009-02-12 20:44:41 UTC (rev 7762) +++ trunk/BOOK/general/genlib/glib2.xml 2009-02-13 17:41:27 UTC (rev 7763) @@ -6,10 +6,10 @@ <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.18/glib-&glib2-version;.tar.bz2"> <!ENTITY glib2-download-ftp "ftp://ftp.gtk.org/pub/glib/2.18/glib-&glib2-version;.tar.bz2"> - <!ENTITY glib2-md5sum "7919843159f9dcb758d0aa0fb6382787"> - <!ENTITY glib2-size "6.6 MB"> - <!ENTITY glib2-buildsize "83 MB (additional 7MB to run test suite)"> - <!ENTITY glib2-time "0.9 SBU (additional 1.4 SBU to run the test suite)"> + <!ENTITY glib2-md5sum "ec25ed261534d870141000ab73f1a2bf"> + <!ENTITY glib2-size "4.8 MB"> + <!ENTITY glib2-buildsize "90 MB (includes running the test-suite)"> + <!ENTITY glib2-time "0.9 SBU (additional 1.3 SBU to run the test suite)"> ]> <sect1 id="glib2" xreflabel="GLib-&glib2-version;"> @@ -62,11 +62,17 @@ <para role="required"><xref linkend="pkgconfig"/></para> <bridgehead renderas="sect4">Recommended</bridgehead> - <para role="optional"><xref linkend="pcre"/> built with unicode properties.</para> + <para role="optional"><xref linkend="pcre"/> + (built with unicode properties)</para> <bridgehead renderas="sect4">Optional</bridgehead> - <para role="optional"><xref linkend="gtk-doc"/></para> + <para role="optional"><xref linkend="gamin"/> and + <xref linkend="gtk-doc"/></para> + <bridgehead renderas="sect4">Optional Runtime Dependency for the + <command>gtester-report</command> program</bridgehead> + <para role="optional"><xref linkend="python"/></para> + <para condition="html" role="usernotes">User Notes: <ulink url="&blfs-wiki;/glib2"/></para> @@ -78,14 +84,16 @@ <para>Install <application>GLib</application> by running the following commands:</para> -<screen><userinput>./configure --prefix=/usr && +<screen><userinput>./configure --prefix=/usr \ + --with-pcre=system && make</userinput></screen> <para>To test the results, issue: <command>make check</command>.</para> <para>Now, as the <systemitem class="username">root</systemitem> user:</para> -<screen role="root"><userinput>make install</userinput></screen> +<screen role="root"><userinput>make install && +chmod -v 755 /usr/bin/gtester-report</userinput></screen> </sect2> @@ -95,6 +103,11 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../xincludes/gtk-doc-rebuild.xml"/> + <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> @@ -133,8 +146,8 @@ <segtitle>Installed Directories</segtitle> <seglistitem> - <seg>glib-genmarshal, glib-gettextize, glib-mkenums, and - gobject-query</seg> + <seg>glib-genmarshal, glib-gettextize, glib-mkenums, + gobject-query, gtester and gtester-report</seg> <seg>libglib-2.0.so, libgobject-2.0.so, libgmodule-2.0.so, and libgthread-2.0.so</seg> <seg>/usr/include/glib-2.0, /usr/lib/glib-2.0, /usr/share/glib-2.0, Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2009-02-12 20:44:41 UTC (rev 7762) +++ trunk/BOOK/general.ent 2009-02-13 17:41:27 UTC (rev 7763) @@ -3,7 +3,7 @@ $Date$ --> -<!ENTITY day "12"> <!-- Always 2 digits --> +<!ENTITY day "13"> <!-- Always 2 digits --> <!ENTITY month "02"> <!-- Always 2 digits --> <!ENTITY year "2009"> <!ENTITY copyrightdate "2001-&year;"> @@ -109,7 +109,7 @@ <!-- <!ENTITY gmp-version "4.2.2"> Now in LFS --> <!ENTITY gdbm-version "1.8.3"> <!ENTITY GLib-version "1.2.10"> -<!ENTITY glib2-version "2.18.3"> +<!ENTITY glib2-version "2.18.4"> <!ENTITY libidl-version "0.8.12"> <!ENTITY libcroco-version "0.6.1"> <!ENTITY libgsf-version "1.14.7"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2009-02-12 20:44:41 UTC (rev 7762) +++ trunk/BOOK/introduction/welcome/changelog.xml 2009-02-13 17:41:27 UTC (rev 7763) @@ -42,6 +42,15 @@ --> <listitem> + <para>February 13th, 2009</para> + <itemizedlist> + <listitem> + <para>[randy] - Updated to GLib-2.18.4.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>February 12th, 2009</para> <itemizedlist> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
