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-05 01:37:32 +08:00
|
|
|
<!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">
|
2004-06-13 06:56:28 +08:00
|
|
|
]>
|
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
<sect1 id="libmng" xreflabel="libmng-&libmng-version;">
|
2005-05-05 01:37:32 +08:00
|
|
|
<?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>
|
|
|
|
|
2005-05-31 05:35:14 +08:00
|
|
|
<para>The <application>libmng</application> libraries are used by
|
|
|
|
programswanting to read and write Multiple-image Network Graphics
|
2005-05-05 01:37:32 +08:00
|
|
|
(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>
|
|
|
|
|
2005-05-05 02:06:44 +08:00
|
|
|
<bridgehead renderas="sect3">Libmng Dependencies</bridgehead>
|
2005-05-05 01:37:32 +08:00
|
|
|
|
|
|
|
<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 &&
|
|
|
|
make</userinput></screen>
|
|
|
|
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>make prefix=/usr install &&
|
2005-04-16 09:09:34 +08:00
|
|
|
install -v -m644 doc/man/*.3 /usr/share/man/man3 &&
|
|
|
|
install -v -m644 doc/man/*.5 /usr/share/man/man5 &&
|
|
|
|
install -v -m755 -d /usr/share/doc/libmng-&libmng-version; &&
|
2005-05-05 01:37:32 +08:00
|
|
|
install -v -m644 doc/*.{png,txt} /usr/share/doc/libmng-&libmng-version;</userinput></screen>
|
2004-10-29 22:58:44 +08:00
|
|
|
|
2005-05-05 01:37:32 +08:00
|
|
|
</sect2>
|
2004-06-13 06:56:28 +08:00
|
|
|
|
2005-05-05 01:37:32 +08:00
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
2004-10-29 22:58:44 +08:00
|
|
|
|
2005-05-31 05:35:14 +08:00
|
|
|
<para><command>cp makefiles/makefile.linux Makefile</command>: There are no
|
2005-07-27 04:39:59 +08:00
|
|
|
autotools shipped with this package. The Linux <filename>Makefile</filename>
|
2005-05-05 01:37:32 +08:00
|
|
|
is copied to the root of the source tree, facilitating the installation.</para>
|
2004-10-29 22:58:44 +08:00
|
|
|
|
2005-05-31 05:35:14 +08:00
|
|
|
<para><command>install ...</command>: The documentation files are not
|
2005-05-05 01:37:32 +08:00
|
|
|
installed by the installation procedure, so they are copied manually.</para>
|
2004-10-29 22:58:44 +08:00
|
|
|
|
2005-05-05 01:37:32 +08:00
|
|
|
</sect2>
|
2004-06-13 06:56:28 +08:00
|
|
|
|
2005-05-05 01:37:32 +08:00
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
2004-10-29 22:58:44 +08:00
|
|
|
|
2005-05-05 01:37:32 +08:00
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Library</segtitle>
|
|
|
|
<segtitle>Installed Directory</segtitle>
|
2005-04-16 09:09:34 +08:00
|
|
|
|
2005-05-05 02:06:44 +08:00
|
|
|
<seglistitem>
|
2005-05-05 01:37:32 +08:00
|
|
|
<seg>None</seg>
|
|
|
|
<seg>libmng.[so,a]</seg>
|
|
|
|
<seg>/usr/share/doc/libmng-&libmng-version;</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
2005-04-16 09:09:34 +08:00
|
|
|
|
2005-05-05 01:37:32 +08:00
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
2005-04-16 09:09:34 +08:00
|
|
|
|
2005-05-05 01:37:32 +08:00
|
|
|
<varlistentry id="libmng-lib">
|
|
|
|
<term><filename class='libraryfile'>libmng.[so,a]</filename></term>
|
|
|
|
<listitem>
|
2005-05-31 05:35:14 +08:00
|
|
|
<para>provides functions for programs wishing to read and write
|
|
|
|
MNG files which are animation files without the patent problems associated
|
2005-05-05 01:37:32 +08:00
|
|
|
with certain other formats.</para>
|
|
|
|
<indexterm zone="libmng libmng-lib">
|
|
|
|
<primary sortas="c-libmng">libmng.[so,a]</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2004-10-29 22:58:44 +08:00
|
|
|
|
2005-05-05 01:37:32 +08:00
|
|
|
</variablelist>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2005-05-05 01:37:32 +08:00
|
|
|
</sect2>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2005-05-05 01:37:32 +08:00
|
|
|
</sect1>
|