glfs/general/graphlib/imlib.xml
Bruce Dubbs 52d29f7a42 XML Updates to Part III from DJ
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2304 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-06-12 22:56:28 +00:00

91 lines
3.8 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY imlib-download-http "http://ftp.gnome.org/pub/GNOME/sources/imlib/1.9/imlib-&imlib-version;.tar.bz2">
<!ENTITY imlib-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/imlib/1.9/imlib-&imlib-version;.tar.bz2">
<!ENTITY imlib-size "580 KB">
<!ENTITY imlib-buildsize "16.4 MB">
<!ENTITY imlib-time "0.43 SBU">
]>
<sect1 id="imlib" xreflabel="Imlib-&imlib-version;">
<?dbhtml filename="imlib.html"?>
<title>Imlib-&imlib-version;</title>
<sect2>
<title>Introduction to <application>Imlib</application></title>
<para>The <application>Imlib</application> package contains image libraries.
These are useful for loading, rendering and dithering a wide variety of image
data formats.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink
url="&imlib-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&imlib-download-ftp;"/></para></listitem>
<listitem><para>Download size: &imlib-size;</para></listitem>
<listitem><para>Estimated Disk space required:
&imlib-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&imlib-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application>Imlib</application> dependencies</title>
<sect4><title>Required</title>
<para>
<xref linkend="GTK"/> and
<xref linkend="libungif"/>
</para></sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>Imlib</application></title>
<para>Install <application>Imlib</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc/imlib &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Command explanations</title>
<!--<para><userinput>CPPFLAGS=-w</userinput>: This disables gcc-&gcc-version;
warnings that confuse configure.</para>-->
<para><parameter>--sysconfdir=/etc/imlib</parameter>: This installs and
combines the configurations files into <filename class="directory">/etc</filename> instead
of <filename class="directory">/usr/etc</filename>.</para>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application>Imlib</application> package contains <filename>libimlib</filename> libraries.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>imlib libraries</title>
<para><filename>libimlib</filename> libraries provide the functions for
programs to display and edit a wide variety of image data formats.</para>
</sect3>
</sect2>
</sect1>