Author: randy Date: 2005-04-13 20:31:51 -0600 (Wed, 13 Apr 2005) New Revision: 3726
Modified: trunk/BOOK/general.ent trunk/BOOK/general/graphlib/imlib2.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to Imlib2-1.2.0 Modified: trunk/BOOK/general/graphlib/imlib2.xml =================================================================== --- trunk/BOOK/general/graphlib/imlib2.xml 2005-04-14 01:34:26 UTC (rev 3725) +++ trunk/BOOK/general/graphlib/imlib2.xml 2005-04-14 02:31:51 UTC (rev 3726) @@ -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 "3389bad516032c951fda4fe620df0cef"> -<!ENTITY imlib2-size "857 KB"> -<!ENTITY imlib2-buildsize "11.6 MB"> -<!ENTITY imlib2-time "0.44 SBU"> +<!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"> ]> <sect1 id="imlib2" xreflabel="Imlib2-&imlib2-version;"> @@ -19,6 +19,8 @@ </sect1info> <?dbhtml filename="imlib2.html"?> <title>Imlib2-&imlib2-version;</title> +<indexterm zone="imlib2"> +<primary sortas="a-Imlib2">Imlib2</primary></indexterm> <sect2> <title>Introduction to <application>Imlib2</application></title> @@ -42,12 +44,14 @@ <sect3><title><application>Imlib2</application> dependencies</title> <sect4><title>Required</title> -<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>) and +<para><xref linkend="freetype2"/>, +<xref linkend="libpng"/> and <xref linkend="libjpeg"/></para> </sect4> <sect4><title>Optional</title> -<para><xref linkend="libtiff"/> and +<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>), +<xref linkend="libtiff"/>, and <xref linkend="libungif"/> or <xref linkend="giflib"/></para> </sect4> </sect3> @@ -60,32 +64,56 @@ <para>Install <application>Imlib2</application> by running the following commands:</para> -<screen><userinput><command>./configure --prefix=/usr && -make && -make install && -install -d -m755 /usr/share/doc/imlib2-&imlib2-version; && -install -m644 doc/{*.gif,index.html} \ +<screen><userinput><command>./configure --prefix=/usr --disable-x11 && +make</command></userinput></screen> + +<para>Now, as the root user:</para> + +<screen><userinput role='root'><command>make install && +install -v -m755 -d /usr/share/doc/imlib2-&imlib2-version; && +install -v -m644 doc/{*.gif,index.html} \ /usr/share/doc/imlib2-&imlib2-version;</command></userinput></screen> </sect2> <sect2> -<title>Contents</title> +<title>Command explanations</title> -<para> -This package contains <filename class="libraryfile">libImlib2</filename> -library as well as various filters and image loader libraries. -</para> +<para><parameter>--disable-x11</parameter>: Remove this parameter if you have +an X Window system installed.</para> </sect2> -<sect2><title>Description</title> +<sect2> +<title>Contents</title> -<sect3><title>libImlib2</title> -<para><filename class="libraryfile">libImlib2</filename> -provides the functions for programs to deal with various image data -formats.</para></sect3> +<segmentedlist> +<segtitle>Installed Programs</segtitle> +<segtitle>Installed Libraries</segtitle> +<segtitle>Installed Directories</segtitle> +<seglistitem> +<seg>imlib2_bumpmap, imlib2_colorspace, imlib2-config, imlib2_conv, +imlib2_poly, imlib2_show, imlib2_test and imlib2_view</seg> +<seg>libImlib2.[so,a] and various filters and image loader modules.</seg> +<seg>/usr/lib/imlib2, /usr/share/doc/imlib2-1.2.0 and /usr/share/imlib2</seg> +</seglistitem> +</segmentedlist> + +<variablelist> +<bridgehead renderas="sect3">Short Descriptions</bridgehead> +<?dbfo list-presentation="list"?> + +<varlistentry id="libImlib2"> +<term><filename class='libraryfile'>libImlib2.[so,a]</filename></term> +<listitem><para>provides the functions for programs to deal with various +image data formats.</para> +<indexterm zone="imlib2 libImlib2"> +<primary sortas="c-libImlib2">libImlib2.[so,a]</primary> +</indexterm></listitem> +</varlistentry> +</variablelist> + </sect2> </sect1> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2005-04-14 01:34:26 UTC (rev 3725) +++ trunk/BOOK/general.ent 2005-04-14 02:31:51 UTC (rev 3726) @@ -98,7 +98,7 @@ <!ENTITY librsvg-version "2.8.1"> <!ENTITY imlib-version "1.9.15"> <!ENTITY aalib-version "1.4rc5"> -<!ENTITY imlib2-version "1.1.2"> +<!ENTITY imlib2-version "1.2.0"> <!-- Chapter 10 --> <!ENTITY bc-version "1.06"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2005-04-14 01:34:26 UTC (rev 3725) +++ trunk/BOOK/introduction/welcome/changelog.xml 2005-04-14 02:31:51 UTC (rev 3726) @@ -22,9 +22,9 @@ <itemizedlist> -<listitem><para>April 13th, 2005 [randy]: Updated to Glib-2.6.4, GTK+-2.6.7 -and Whois-4.7.2; added documentation installation commands to the giflib -and libungif instructions.</para></listitem> +<listitem><para>April 13th, 2005 [randy]: Updated to Glib-2.6.4, GTK+-2.6.7, +Whois-4.7.2 and Imlib2-1.2.0; added documentation installation commands to the +giflib and libungif instructions.</para></listitem> <listitem><para>April 12th, 2005 [randy]: Updated to Samba-3.0.13 and pkgconfig-0.17.1.</para></listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
