2004-06-13 06:56:28 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2005-04-04 04:52:42 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
2004-06-13 06:56:28 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2005-05-04 04:41:41 +08:00
|
|
|
<!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-md5sum "853fb77100ee3c3ca944f52c892ab49b">
|
|
|
|
<!ENTITY imlib2-size "890 KB">
|
|
|
|
<!ENTITY imlib2-buildsize "12.1 MB">
|
|
|
|
<!ENTITY imlib2-time "0.40 SBU">
|
2004-06-13 06:56:28 +08:00
|
|
|
]>
|
|
|
|
|
2003-09-12 03:44:39 +08:00
|
|
|
<sect1 id="imlib2" xreflabel="Imlib2-&imlib2-version;">
|
2005-05-04 04:41:41 +08:00
|
|
|
<?dbhtml filename="imlib2.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>Imlib2-&imlib2-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="imlib2">
|
|
|
|
<primary sortas="a-Imlib2">Imlib2</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to Imlib2</title>
|
|
|
|
|
|
|
|
<para><application>Imlib2</application> is a graphics library for fast file
|
|
|
|
loading, saving, rendering and manipulation.</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<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 MD5 sum: &imlib2-md5sum;</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>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Imlib2 Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
2005-05-31 05:35:14 +08:00
|
|
|
<para><xref linkend="freetype2"/>,
|
|
|
|
<xref linkend="libpng"/> and
|
2005-05-04 04:41:41 +08:00
|
|
|
<xref linkend="libjpeg"/></para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
2005-05-31 05:35:14 +08:00
|
|
|
<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
|
|
|
|
<xref linkend="libtiff"/>, and
|
2005-05-04 04:41:41 +08:00
|
|
|
<xref linkend="libungif"/> or <xref linkend="giflib"/></para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of Imlib2</title>
|
|
|
|
|
|
|
|
<para>Install <application>Imlib2</application> by running the
|
|
|
|
following commands:</para>
|
|
|
|
|
|
|
|
<screen><userinput>./configure --prefix=/usr --disable-x11 &&
|
|
|
|
make</userinput></screen>
|
|
|
|
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>make install &&
|
2005-04-14 10:31:51 +08:00
|
|
|
install -v -m755 -d /usr/share/doc/imlib2-&imlib2-version; &&
|
|
|
|
install -v -m644 doc/{*.gif,index.html} \
|
2005-05-04 04:41:41 +08:00
|
|
|
/usr/share/doc/imlib2-&imlib2-version;</userinput></screen>
|
2004-08-31 10:32:43 +08:00
|
|
|
|
2005-05-04 04:41:41 +08:00
|
|
|
</sect2>
|
2004-06-13 06:56:28 +08:00
|
|
|
|
2005-05-04 04:41:41 +08:00
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
2004-08-31 10:32:43 +08:00
|
|
|
|
2005-05-31 05:35:14 +08:00
|
|
|
<para><parameter>--disable-x11</parameter>: Remove this parameter if you have
|
2005-05-04 04:41:41 +08:00
|
|
|
an X Window System installed.</para>
|
2004-08-31 10:32:43 +08:00
|
|
|
|
2005-05-04 04:41:41 +08:00
|
|
|
</sect2>
|
2004-08-31 10:32:43 +08:00
|
|
|
|
2005-05-04 04:41:41 +08:00
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
2004-08-31 10:32:43 +08:00
|
|
|
|
2005-05-04 04:41:41 +08:00
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
2005-04-14 10:31:51 +08:00
|
|
|
|
2005-05-04 04:41:41 +08:00
|
|
|
<seglistitem>
|
2005-05-31 05:35:14 +08:00
|
|
|
<seg>imlib2_bumpmap, imlib2_colorspace, imlib2-config, imlib2_conv,
|
2005-05-04 04:41:41 +08:00
|
|
|
imlib2_poly, imlib2_show, imlib2_test, and imlib2_view</seg>
|
|
|
|
<seg>libImlib2.[so,a] and various filters and image loader modules.</seg>
|
|
|
|
<seg>/usr/lib/imlib2, /usr/share/doc/imlib2-1.2.0, and /usr/share/imlib2</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
2005-04-14 10:31:51 +08:00
|
|
|
|
2005-05-04 04:41:41 +08:00
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
2005-04-14 10:31:51 +08:00
|
|
|
|
2005-05-04 04:41:41 +08:00
|
|
|
<varlistentry id="libImlib2">
|
|
|
|
<term><filename class='libraryfile'>libImlib2.[so,a]</filename></term>
|
|
|
|
<listitem>
|
2005-05-31 05:35:14 +08:00
|
|
|
<para>provides the functions for programs to deal with various
|
2005-05-04 04:41:41 +08:00
|
|
|
image data formats.</para>
|
|
|
|
<indexterm zone="imlib2 libImlib2">
|
|
|
|
<primary sortas="c-libImlib2">libImlib2.[so,a]</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2004-08-31 10:32:43 +08:00
|
|
|
|
2005-05-04 04:41:41 +08:00
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
2003-09-12 03:44:39 +08:00
|
|
|
|
|
|
|
</sect1>
|