Author: djensen Date: 2005-07-25 12:20:55 -0600 (Mon, 25 Jul 2005) New Revision: 4779
Modified: trunk/BOOK/general.ent trunk/BOOK/general/graphlib/imlib2.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to Imlib2-1.2.1 Modified: trunk/BOOK/general/graphlib/imlib2.xml =================================================================== --- trunk/BOOK/general/graphlib/imlib2.xml 2005-07-25 15:35:12 UTC (rev 4778) +++ trunk/BOOK/general/graphlib/imlib2.xml 2005-07-25 18:20:55 UTC (rev 4779) @@ -5,11 +5,11 @@ %general-entities; <!ENTITY imlib2-download-http "http://prdownloads.sourceforge.net/enlightenment/imlib2-&imlib2-version;.tar.gz"> - <!ENTITY imlib2-download-ftp "ftp://ftp.tux.org/X-Windows/enlightenment/ftp/enlightenment/imlib2-&imlib2-version;.tar.gz"> - <!ENTITY imlib2-md5sum "853fb77100ee3c3ca944f52c892ab49b"> - <!ENTITY imlib2-size "890 KB"> - <!ENTITY imlib2-buildsize "12.1 MB"> - <!ENTITY imlib2-time "0.40 SBU"> + <!ENTITY imlib2-download-ftp " "> + <!ENTITY imlib2-md5sum "e32970d03d8aee2885782312d0a7f15f"> + <!ENTITY imlib2-size "879 KB"> + <!ENTITY imlib2-buildsize "12.5 MB"> + <!ENTITY imlib2-time "0.4 SBU"> ]> <sect1 id="imlib2" xreflabel="Imlib2-&imlib2-version;"> @@ -61,9 +61,11 @@ <xref linkend="libpng"/> and <xref linkend="libjpeg"/></para> + <bridgehead renderas="sect4">Recommended</bridgehead> + <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/></para> + <bridgehead renderas="sect4">Optional</bridgehead> - <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>), - <xref linkend="libtiff"/>, and + <para><xref linkend="libtiff"/>, and <xref linkend="libungif"/> or <xref linkend="giflib"/></para> </sect2> @@ -74,7 +76,7 @@ <para>Install <application>Imlib2</application> by running the following commands:</para> -<screen><userinput>./configure --prefix=/usr --disable-x11 && +<screen><userinput>./configure --prefix=/usr && make</userinput></screen> <para>Now, as the <systemitem class="username">root</systemitem> user:</para> @@ -89,8 +91,8 @@ <sect2 role="commands"> <title>Command Explanations</title> - <para><parameter>--disable-x11</parameter>: Remove this parameter if you have - an X Window System installed.</para> + <para><parameter>--without-x</parameter>: Add this parameter if you do not + have an X Window System installed.</para> </sect2> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2005-07-25 15:35:12 UTC (rev 4778) +++ trunk/BOOK/general.ent 2005-07-25 18:20:55 UTC (rev 4779) @@ -99,7 +99,7 @@ <!ENTITY librsvg-version "2.9.5"> <!ENTITY imlib-version "1.9.15"> <!ENTITY aalib-version "1.4rc5"> -<!ENTITY imlib2-version "1.2.0"> +<!ENTITY imlib2-version "1.2.1"> <!ENTITY libexif-version "0.6.12"> <!ENTITY fribidi-version "0.10.5"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2005-07-25 15:35:12 UTC (rev 4778) +++ trunk/BOOK/introduction/welcome/changelog.xml 2005-07-25 18:20:55 UTC (rev 4779) @@ -25,6 +25,10 @@ <itemizedlist> <listitem> + <para>July 25th 2005 [djensen]: Updated to Imlib2-1.2.1.</para> + </listitem> + + <listitem> <para>July 25th 2005 [djensen]: Updated to freeglut-2.4.0.</para> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
