Tagged imib2.xml

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3953 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Manuel Canales Esparcia 2005-05-03 20:41:41 +00:00
parent 5ae519cf92
commit 6e393b0769

View File

@ -4,116 +4,130 @@
<!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-md5sum "853fb77100ee3c3ca944f52c892ab49b">
<!ENTITY imlib2-size "890 KB">
<!ENTITY imlib2-buildsize "12.1 MB">
<!ENTITY imlib2-time "0.40 SBU">
<!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">
]>
<sect1 id="imlib2" xreflabel="Imlib2-&imlib2-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="imlib2.html"?>
<title>Imlib2-&imlib2-version;</title>
<indexterm zone="imlib2">
<primary sortas="a-Imlib2">Imlib2</primary></indexterm>
<?dbhtml filename="imlib2.html"?>
<sect2>
<title>Introduction to <application>Imlib2</application></title>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<para><application>Imlib2</application> is a graphics library for fast file
loading, saving, rendering and manipulation.</para>
<title>Imlib2-&imlib2-version;</title>
<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 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>
</sect3>
<indexterm zone="imlib2">
<primary sortas="a-Imlib2">Imlib2</primary>
</indexterm>
<sect3><title><application>Imlib2</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="freetype2"/>,
<xref linkend="libpng"/> and
<xref linkend="libjpeg"/></para>
</sect4>
<sect2 role="package">
<title>Introduction to Imlib2</title>
<sect4><title>Optional</title>
<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
<xref linkend="libtiff"/>, and
<xref linkend="libungif"/> or <xref linkend="giflib"/></para>
</sect4>
</sect3>
<para><application>Imlib2</application> is a graphics library for fast file
loading, saving, rendering and manipulation.</para>
</sect2>
<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>
<sect2>
<title>Installation of <application>Imlib2</application></title>
<bridgehead renderas="sect3">Imlib2 Dependencies</bridgehead>
<para>Install <application>Imlib2</application> by running the
following commands:</para>
<bridgehead renderas="sect4">Required</bridgehead>
<para><xref linkend="freetype2"/>,
<xref linkend="libpng"/> and
<xref linkend="libjpeg"/></para>
<screen><userinput><command>./configure --prefix=/usr --disable-x11 &amp;&amp;
make</command></userinput></screen>
<bridgehead renderas="sect4">Optional</bridgehead>
<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
<xref linkend="libtiff"/>, and
<xref linkend="libungif"/> or <xref linkend="giflib"/></para>
<para>Now, as the root user:</para>
</sect2>
<screen><userinput role='root'><command>make install &amp;&amp;
<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 &amp;&amp;
make</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install &amp;&amp;
install -v -m755 -d /usr/share/doc/imlib2-&imlib2-version; &amp;&amp;
install -v -m644 doc/{*.gif,index.html} \
/usr/share/doc/imlib2-&imlib2-version;</command></userinput></screen>
/usr/share/doc/imlib2-&imlib2-version;</userinput></screen>
</sect2>
</sect2>
<sect2>
<title>Command explanations</title>
<sect2 role="commands">
<title>Command Explanations</title>
<para><parameter>--disable-x11</parameter>: Remove this parameter if you have
an X Window system installed.</para>
<para><parameter>--disable-x11</parameter>: Remove this parameter if you have
an X Window System installed.</para>
</sect2>
</sect2>
<sect2>
<title>Contents</title>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>imlib2_bumpmap, imlib2_colorspace, imlib2-config, imlib2_conv,
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>
<seglistitem>
<seg>imlib2_bumpmap, imlib2_colorspace, imlib2-config, imlib2_conv,
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>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libImlib2">
<term><filename class='libraryfile'>libImlib2.[so,a]</filename></term>
<listitem><para>provides the functions for programs to deal with various
image data formats.</para>
<indexterm zone="imlib2 libImlib2">
<primary sortas="c-libImlib2">libImlib2.[so,a]</primary>
</indexterm></listitem>
</varlistentry>
</variablelist>
<varlistentry id="libImlib2">
<term><filename class='libraryfile'>libImlib2.[so,a]</filename></term>
<listitem>
<para>provides the functions for programs to deal with various
image data formats.</para>
<indexterm zone="imlib2 libImlib2">
<primary sortas="c-libImlib2">libImlib2.[so,a]</primary>
</indexterm>
</listitem>
</varlistentry>
</sect2>
</variablelist>
</sect2>
</sect1>