mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
b849a36d53
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4153 af4574ff-66df-0310-9fd7-8a98e5e911e0
140 lines
4.1 KiB
XML
140 lines
4.1 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.4/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">
|
|
<!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;">
|
|
<?dbhtml filename="imlib.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Imlib-&imlib-version;</title>
|
|
|
|
<indexterm zone="imlib">
|
|
<primary sortas="a-Imlib">Imlib</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Imlib</title>
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
<bridgehead renderas="sect3">Imlib Dependencies</bridgehead>
|
|
|
|
<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 &&
|
|
make &&
|
|
make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<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>
|
|
|
|
<sect2 role="configuration">
|
|
<title>Configuring Imlib</title>
|
|
|
|
<sect3 id="imlib-config">
|
|
<title>Config Files</title>
|
|
|
|
<para><filename>/etc/imlib/imrc</filename></para>
|
|
|
|
<indexterm zone="imlib imlib-config">
|
|
<primary sortas="e-etc-imlib-imrc">/etc/imlib/imrc</primary>
|
|
</indexterm>
|
|
|
|
</sect3>
|
|
|
|
</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>Not determined at this time</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>
|