glfs/general/graphlib/imlib.xml
Randy McMurchy 6732c09460 Updated all the XML files (and the one stylesheet) to use the 4.5 version of DocBook XML DTD
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6716 af4574ff-66df-0310-9fd7-8a98e5e911e0
2007-04-04 19:42:53 +00:00

156 lines
4.8 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY imlib-download-http "&gnome-download-http;/imlib/1.9/imlib-&imlib-version;.tar.bz2">
<!ENTITY imlib-download-ftp "&gnome-download-ftp;/imlib/1.9/imlib-&imlib-version;.tar.bz2">
<!ENTITY imlib-md5sum "7db987e6c52e4daf70d7d0f471238eae">
<!ENTITY imlib-size "668 KB">
<!ENTITY imlib-buildsize "13.3 MB">
<!ENTITY imlib-time "0.4 SBU">
]>
<sect1 id="imlib" xreflabel="Imlib-&imlib-version;">
<?dbhtml filename="imlib.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Imlib-&imlib-version;</title>
<indexterm zone="imlib">
<primary sortas="a-Imlib">Imlib</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Imlib</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>
<bridgehead renderas="sect3">Package Information</bridgehead>
<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 MD5 sum: &imlib-md5sum;</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>
<bridgehead renderas="sect3">Imlib Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="x-window-system"/>,
<xref linkend="libjpeg"/>,
<xref linkend="libtiff"/>, and
<!-- <xref linkend="libungif"/> or -->
<xref linkend="giflib"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="GTK"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/imlib"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of Imlib</title>
<para>Install <application>Imlib</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc/imlib &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role='root'><userinput>make install &amp;&amp;
install -v -m755 -d /usr/share/doc/imlib-&imlib-version; &amp;&amp;
install -v -m644 doc/{index.html,*.gif} /usr/share/doc/imlib-&imlib-version;</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para><parameter>--sysconfdir=/etc/imlib</parameter>: This installs and
combines the configuration files into
<filename class="directory">/etc/imlib</filename> instead
of <filename class="directory">/usr/etc</filename>.</para>
</sect2>
<sect2 role="configuration">
<title>Configuring Imlib</title>
<sect3 id="imlib-config">
<title>Config Files</title>
<para><filename>/etc/imlib/imrc</filename></para>
<indexterm zone="imlib imlib-config">
<primary sortas="e-etc-imlib-imrc">/etc/imlib/imrc</primary>
</indexterm>
</sect3>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>imlib-config and imlib_config</seg>
<seg>libgdk_imlib.{so,a}, libimlib-*.{so,a}, and libImlib.{so,a}</seg>
<seg>/etc/imlib and /usr/share/doc/imlib-&imlib-version;</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libimlib">
<term><filename class='libraryfile'>libimlib-*.{so,a}</filename></term>
<listitem>
<para>provide the functions for programs to display and edit a wide
variety of image data formats.</para>
<indexterm zone="imlib libimlib">
<primary sortas="c-libimlib">libimlib-*.{so,a}</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>