glfs/general/graphlib/imlib2.xml
Randy McMurchy 43a81a89c5 Added commands to Imlib2 instructions to install documentation, suggestion by David Jensen
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3169 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-01-02 07:08:23 +00:00

90 lines
2.7 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 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-size "857 KB">
<!ENTITY imlib2-buildsize "11.6 MB">
<!ENTITY imlib2-time "0.44 SBU">
]>
<sect1 id="imlib2" xreflabel="Imlib2-&imlib2-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="imlib2.html"?>
<title>Imlib2-&imlib2-version;</title>
<sect2>
<title>Introduction to <application>Imlib2</application></title>
<para><application>Imlib2</application> is a graphics library for fast file
loading, saving, rendering and manipulation.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP):
<ulink url="&imlib2-download-http;"/></para></listitem>
<listitem><para>Download (FTP):
<ulink url="&imlib2-download-ftp;"/></para></listitem>
<listitem><para>Download size: &imlib2-size;</para></listitem>
<listitem><para>Estimated disk space required:
&imlib2-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&imlib2-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application>Imlib2</application> dependencies</title>
<sect4><title>Required</title>
<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>) and
<xref linkend="libjpeg"/></para>
</sect4>
<sect4><title>Optional</title>
<para><xref linkend="libtiff"/> and
<xref linkend="libungif"/> or <xref linkend="giflib"/></para>
</sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>Imlib2</application></title>
<para>Install <application>Imlib2</application> by running the
following commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
install -d -m755 /usr/share/doc/imlib2-&imlib2-version; &amp;&amp;
install -m644 doc/{*.gif,index.html} \
/usr/share/doc/imlib2-&imlib2-version;</command></userinput></screen>
</sect2>
<sect2>
<title>Contents</title>
<para>
This package contains <filename class="libraryfile">libImlib2</filename>
library as well as various filters and image loader libraries.
</para>
</sect2>
<sect2><title>Description</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>
</sect2>
</sect1>