mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-31 20:42:34 +08:00
96d60a2d76
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2889 af4574ff-66df-0310-9fd7-8a98e5e911e0
85 lines
2.5 KiB
XML
85 lines
2.5 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 "9.2 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 &&
|
|
make &&
|
|
make install</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>
|