Tagged imib.xml

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3952 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Manuel Canales Esparcia 2005-05-03 20:32:40 +00:00
parent a53d7d11fb
commit 5ae519cf92

View File

@ -4,97 +4,136 @@
<!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-md5sum "7db987e6c52e4daf70d7d0f471238eae">
<!ENTITY imlib-size "668 KB">
<!ENTITY imlib-buildsize "12 MB">
<!ENTITY imlib-time "0.43 SBU">
<!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-md5sum "7db987e6c52e4daf70d7d0f471238eae">
<!ENTITY imlib-size "668 KB">
<!ENTITY imlib-buildsize "12 MB">
<!ENTITY imlib-time "0.43 SBU">
]>
<sect1 id="imlib" xreflabel="Imlib-&imlib-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="imlib.html"?>
<title>Imlib-&imlib-version;</title>
<?dbhtml filename="imlib.html"?>
<sect2>
<title>Introduction to <application>Imlib</application></title>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<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>
<title>Imlib-&imlib-version;</title>
<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 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>
</sect3>
<indexterm zone="imlib">
<primary sortas="a-Imlib">Imlib</primary>
</indexterm>
<sect3><title><application>Imlib</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="GTK"/> and
<xref linkend="libungif"/> or <xref linkend="giflib"/></para>
</sect4>
</sect3>
<sect2 role="package">
<title>Introduction to Imlib</title>
</sect2>
<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>
<sect2>
<title>Installation of <application>Imlib</application></title>
<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>
<para>Install <application>Imlib</application> by running the following
commands:</para>
<bridgehead renderas="sect3">Imlib Dependencies</bridgehead>
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc/imlib &amp;&amp;
<bridgehead renderas="sect4">Required</bridgehead>
<para><xref linkend="GTK"/> and
<xref linkend="libungif"/> or <xref linkend="giflib"/></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 &amp;&amp;
make install</command></userinput></screen>
make install</userinput></screen>
</sect2>
</sect2>
<sect2>
<title>Command explanations</title>
<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>
<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><title>Configuring <application>Imlib</application></title>
<sect3><title>Config files</title>
<para><filename>/etc/imlib/imrc</filename></para>
</sect3>
</sect2>
</sect2>
<sect2 role="configuration">
<title>Configuring Imlib</title>
<sect2>
<title>Contents</title>
<sect3 id="imlib-config">
<title>Config Files</title>
<para>The <application>Imlib</application> package contains
<filename class="libraryfile">libImlib</filename>,
<filename class="libraryfile">libgdk_imlib</filename> and
<filename class="libraryfile">libimlib-*</filename> libraries.</para>
<para><filename>/etc/imlib/imrc</filename></para>
</sect2>
<indexterm zone="imlib imlib-config">
<primary sortas="e-etc-imlib-imrc">/etc/imlib/imrc</primary>
</indexterm>
<sect2><title>Description</title>
</sect3>
<sect3><title>libimlib-* libraries</title>
<para><filename class="libraryfile">libimlib-*</filename> libraries provide the functions for
programs to display and edit a wide variety of image data formats.</para>
</sect3>
</sect2>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>None</seg>
<seg>libgdk_imlib.[so,a], libimlib-*.[so,a], and libImlib.[so,a]</seg>
<seg>None</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>