mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
7fc5081347
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7671 af4574ff-66df-0310-9fd7-8a98e5e911e0
139 lines
4.5 KiB
XML
139 lines
4.5 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY libmng-download-http "&sourceforge-repo;/libmng/libmng-&libmng-version;.tar.bz2">
|
|
<!ENTITY libmng-download-ftp " ">
|
|
<!ENTITY libmng-md5sum "eaf1476a3bb29f6190bca660e6abef16">
|
|
<!ENTITY libmng-size "840 KB">
|
|
<!ENTITY libmng-buildsize "7.9 MB">
|
|
<!ENTITY libmng-time "0.1 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 role="required"><xref linkend="libjpeg"/> and
|
|
<xref linkend="lcms"/></para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/libmng"/></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>This package does not come with a test suite.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make prefix=/usr install &&
|
|
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; &&
|
|
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>
|