2004-06-13 06:56:28 +08:00
|
|
|
<?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">
|
2004-10-21 04:59:23 +08:00
|
|
|
<!ENTITY imlib-size "668 KB">
|
|
|
|
<!ENTITY imlib-buildsize "12 MB">
|
2004-06-13 06:56:28 +08:00
|
|
|
<!ENTITY imlib-time "0.43 SBU">
|
|
|
|
]>
|
|
|
|
|
2003-09-27 01:41:06 +08:00
|
|
|
<sect1 id="imlib" xreflabel="Imlib-&imlib-version;">
|
2004-08-10 12:23:09 +08:00
|
|
|
<sect1info>
|
2004-08-10 12:25:57 +08:00
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
2004-08-10 12:23:09 +08:00
|
|
|
</sect1info>
|
2004-05-07 09:51:44 +08:00
|
|
|
<?dbhtml filename="imlib.html"?>
|
2003-09-27 01:41:06 +08:00
|
|
|
<title>Imlib-&imlib-version;</title>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Introduction to <application>Imlib</application></title>
|
2004-08-01 13:12:42 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<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>
|
2004-08-01 13:12:42 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<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>
|
2004-10-21 04:59:23 +08:00
|
|
|
<listitem><para>Estimated disk space required:
|
2004-06-13 06:56:28 +08:00
|
|
|
&imlib-buildsize;</para></listitem>
|
|
|
|
<listitem><para>Estimated build time:
|
|
|
|
&imlib-time;</para></listitem></itemizedlist>
|
|
|
|
</sect3>
|
2004-08-01 13:12:42 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title><application>Imlib</application> dependencies</title>
|
|
|
|
<sect4><title>Required</title>
|
2004-10-21 04:59:23 +08:00
|
|
|
<para>
|
|
|
|
<xref linkend="GTK"/> and
|
|
|
|
<xref linkend="libungif"/> or <xref linkend="giflib"/>
|
|
|
|
</para></sect4>
|
2004-06-13 06:56:28 +08:00
|
|
|
</sect3>
|
2004-08-01 13:12:42 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of <application>Imlib</application></title>
|
2004-08-01 13:12:42 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<para>Install <application>Imlib</application> by running the following
|
|
|
|
commands:</para>
|
2004-08-01 13:12:42 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc/imlib &&
|
|
|
|
make &&
|
|
|
|
make install</command></userinput></screen>
|
2004-08-01 13:12:42 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
2004-08-01 13:12:42 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<para><parameter>--sysconfdir=/etc/imlib</parameter>: This installs and
|
2004-10-21 04:59:23 +08:00
|
|
|
combines the configuration files into
|
|
|
|
<filename class="directory">/etc/imlib</filename> instead
|
2004-06-13 06:56:28 +08:00
|
|
|
of <filename class="directory">/usr/etc</filename>.</para>
|
|
|
|
</sect2>
|
|
|
|
|
2004-08-01 13:12:42 +08:00
|
|
|
<sect2><title>Configuring <application>Imlib</application></title>
|
|
|
|
<sect3><title>Config files</title>
|
2004-10-21 04:59:23 +08:00
|
|
|
<para><filename>/etc/imlib/imrc</filename></para>
|
2004-08-01 13:12:42 +08:00
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Contents</title>
|
2004-08-01 13:12:42 +08:00
|
|
|
|
|
|
|
<para>The <application>Imlib</application> package contains
|
2004-10-21 04:59:23 +08:00
|
|
|
<filename class="libraryfile">libImlib</filename>,
|
|
|
|
<filename class="libraryfile">libgdk_imlib</filename> and
|
|
|
|
<filename class="libraryfile">libimlib-*</filename> libraries.</para>
|
2004-08-01 13:12:42 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
</sect2>
|
2004-08-01 13:12:42 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect2><title>Description</title>
|
2004-08-01 13:12:42 +08:00
|
|
|
|
2004-10-21 05:03:59 +08:00
|
|
|
<sect3><title>libimlib-* libraries</title>
|
2004-10-21 04:59:23 +08:00
|
|
|
<para><filename class="libraryfile">libimlib-*</filename> libraries provide the functions for
|
2004-06-13 06:56:28 +08:00
|
|
|
programs to display and edit a wide variety of image data formats.</para>
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
</sect1>
|