glfs/general/graphlib/libmng.xml
Tushar Teredesai 919683dc6d Fix some typos
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4840 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-07-30 18:14:25 +00:00

133 lines
4.3 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 libmng-download-http "http://prdownloads.sourceforge.net/libmng/libmng-&libmng-version;.tar.gz">
<!ENTITY libmng-download-ftp " ">
<!ENTITY libmng-md5sum "ff1205ef70855a75c098ea09690413c6">
<!ENTITY libmng-size "554 KB">
<!ENTITY libmng-buildsize "7.1 MB">
<!ENTITY libmng-time "0.11 SBU">
]>
<sect1 id="libmng" xreflabel="libmng-&libmng-version;">
<?dbhtml filename="libmng.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Libmng-&libmng-version;</title>
<indexterm zone="libmng">
<primary sortas="a-Libmng">Libmng</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Libmng</title>
<para>The <application>libmng</application> libraries are used by
programs wanting to read and write Multiple-image Network Graphics
(MNG) files which are the animation equivalents to PNG files.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&libmng-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&libmng-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &libmng-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &libmng-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &libmng-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &libmng-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Libmng Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para><xref linkend="libjpeg"/> and <xref linkend="lcms"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of Libmng</title>
<para>Install <application>libmng</application> by running the following
commands:</para>
<screen><userinput>cp makefiles/makefile.linux Makefile &amp;&amp;
make</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make prefix=/usr install &amp;&amp;
install -v -m644 doc/man/*.3 /usr/share/man/man3 &amp;&amp;
install -v -m644 doc/man/*.5 /usr/share/man/man5 &amp;&amp;
install -v -m755 -d /usr/share/doc/libmng-&libmng-version; &amp;&amp;
install -v -m644 doc/*.{png,txt} /usr/share/doc/libmng-&libmng-version;</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para><command>cp makefiles/makefile.linux Makefile</command>: There are no
autotools shipped with this package. The Linux <filename>Makefile</filename>
is copied to the root of the source tree, facilitating the installation.</para>
<para><command>install ...</command>: The documentation files are not
installed by the installation procedure, so they are copied manually.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>None</seg>
<seg>libmng.[so,a]</seg>
<seg>/usr/share/doc/libmng-&libmng-version;</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libmng-lib">
<term><filename class='libraryfile'>libmng.[so,a]</filename></term>
<listitem>
<para>provides functions for programs wishing to read and write
MNG files which are animation files without the patent problems associated
with certain other formats.</para>
<indexterm zone="libmng libmng-lib">
<primary sortas="c-libmng">libmng.[so,a]</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>