mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-13 15:39:12 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3737 af4574ff-66df-0310-9fd7-8a98e5e911e0
121 lines
3.8 KiB
XML
121 lines
3.8 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;">
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
<?dbhtml filename="libmng.html"?>
|
|
<title>libmng-&libmng-version;</title>
|
|
<indexterm zone="libmng">
|
|
<primary sortas="a-Libmng">Libmng</primary></indexterm>
|
|
|
|
<sect2>
|
|
<title>Introduction to <application>libmng</application></title>
|
|
|
|
<para>The <application>libmng</application> libraries are used by programs
|
|
wanting to read and write Multiple-image Network Graphics
|
|
(<acronym>MNG</acronym>) files which are the animation
|
|
equivalents to <acronym>PNG</acronym> files.</para>
|
|
|
|
<sect3><title>Package information</title>
|
|
<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>
|
|
</sect3>
|
|
|
|
<sect3><title><application>libmng</application> dependencies</title>
|
|
<sect4><title>Required</title>
|
|
<para><xref linkend="libjpeg"/> and <xref linkend="lcms"/></para>
|
|
</sect4>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of <application>libmng</application></title>
|
|
|
|
<para>Install <application>libmng</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput><command>cp makefiles/makefile.linux Makefile &&
|
|
make</command></userinput></screen>
|
|
|
|
<para>Now, as the root user:</para>
|
|
|
|
<screen><userinput role='root'><command>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;</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<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>
|
|
<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"?>
|
|
|
|
<varlistentry id="libmng-lib">
|
|
<term><filename class='libraryfile'>libmng.[so,a]</filename></term>
|
|
<listitem><para>provides functions for programs wishing to read and write
|
|
<acronym>MNG</acronym> 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>
|
|
|