source: general/graphlib/libmng.xml@ 4c24eb0a

10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 4c24eb0a was 4c24eb0a, checked in by Pierre Labastie <pieere@…>, 3 years ago

Remove period at the end of short descriptions.
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24236 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.3 KB
RevLine 
[52d29f7]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[52d29f7]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[8dfc5c3]7 <!ENTITY libmng-download-http "&sourceforge-dl;/libmng/libmng-&libmng-version;.tar.xz">
[a7e8a93b]8 <!ENTITY libmng-download-ftp " ">
[4a866a41]9 <!ENTITY libmng-md5sum "e9e899adb1b681b17f14d91e261878c5">
[6c7866b4]10 <!ENTITY libmng-size "932 KB">
11 <!ENTITY libmng-buildsize "15 MB">
[4a866a41]12 <!ENTITY libmng-time "0.1 SBU">
[52d29f7]13]>
14
[f45b1953]15<sect1 id="libmng" xreflabel="libmng-&libmng-version;">
[68ceed7]16 <?dbhtml filename="libmng.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[a7e8a93b]23 <title>libmng-&libmng-version;</title>
[68ceed7]24
25 <indexterm zone="libmng">
26 <primary sortas="a-Libmng">Libmng</primary>
27 </indexterm>
28
29 <sect2 role="package">
[a7e8a93b]30 <title>Introduction to libmng</title>
[68ceed7]31
[09f0998]32 <para>
33 The <application>libmng</application> libraries are used by
34 programs wanting to read and write Multiple-image Network Graphics
35 (MNG) files which are the animation equivalents to PNG files.
36 </para>
[68ceed7]37
[742cddb5]38 &lfs10_checked;
[6a513a4]39
[68ceed7]40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
[09f0998]43 <para>
44 Download (HTTP): <ulink url="&libmng-download-http;"/>
45 </para>
[68ceed7]46 </listitem>
47 <listitem>
[09f0998]48 <para>
49 Download (FTP): <ulink url="&libmng-download-ftp;"/>
50 </para>
[68ceed7]51 </listitem>
52 <listitem>
[09f0998]53 <para>
54 Download MD5 sum: &libmng-md5sum;
55 </para>
[68ceed7]56 </listitem>
57 <listitem>
[09f0998]58 <para>
59 Download size: &libmng-size;
60 </para>
[68ceed7]61 </listitem>
62 <listitem>
[09f0998]63 <para>
64 Estimated disk space required: &libmng-buildsize;
65 </para>
[68ceed7]66 </listitem>
67 <listitem>
[09f0998]68 <para>
69 Estimated build time: &libmng-time;
70 </para>
[68ceed7]71 </listitem>
72 </itemizedlist>
73
[a7e8a93b]74 <bridgehead renderas="sect3">libmng Dependencies</bridgehead>
[68ceed7]75
76 <bridgehead renderas="sect4">Required</bridgehead>
[6c7866b4]77 <para role="required">
78 <xref linkend="libjpeg"/> and
79 <xref linkend="lcms2"/>
80 </para>
[68ceed7]81
[1039de3]82 <para condition="html" role="usernotes">User Notes:
83 <ulink url="&blfs-wiki;/libmng"/></para>
84
[68ceed7]85 </sect2>
86
87 <sect2 role="installation">
[a7e8a93b]88 <title>Installation of libmng</title>
[68ceed7]89
[09f0998]90 <para>
91 Install <application>libmng</application> by running the following
92 commands:
93 </para>
[68ceed7]94
[4a866a41]95<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
[68ceed7]96make</userinput></screen>
97
[09f0998]98 <para>
99 This package does not come with a test suite.
100 </para>
[a7e8a93b]101
[09f0998]102 <para>
103 Now, as the <systemitem class="username">root</systemitem> user:
104 </para>
[68ceed7]105
[6c7866b4]106<screen role="root"><userinput>make install &amp;&amp;
[665f62a]107
108install -v -m755 -d /usr/share/doc/libmng-&libmng-version; &amp;&amp;
[6c7866b4]109install -v -m644 doc/*.txt /usr/share/doc/libmng-&libmng-version;</userinput></screen>
[2b76dc4]110
[68ceed7]111 </sect2>
[52d29f7]112
[68ceed7]113 <sect2 role="commands">
114 <title>Command Explanations</title>
[2b76dc4]115
[6c7866b4]116 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
117 href="../../xincludes/static-libraries.xml"/>
[2b76dc4]118
[68ceed7]119 </sect2>
[52d29f7]120
[68ceed7]121 <sect2 role="content">
122 <title>Contents</title>
[2b76dc4]123
[68ceed7]124 <segmentedlist>
125 <segtitle>Installed Programs</segtitle>
126 <segtitle>Installed Library</segtitle>
127 <segtitle>Installed Directory</segtitle>
[ba59340]128
[13d6079]129 <seglistitem>
[68ceed7]130 <seg>None</seg>
[ef7c71d]131 <seg>libmng.so</seg>
[68ceed7]132 <seg>/usr/share/doc/libmng-&libmng-version;</seg>
133 </seglistitem>
134 </segmentedlist>
[ba59340]135
[68ceed7]136 <variablelist>
137 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
138 <?dbfo list-presentation="list"?>
139 <?dbhtml list-presentation="table"?>
[ba59340]140
[68ceed7]141 <varlistentry id="libmng-lib">
[4c24eb0a]142 <term><filename class="libraryfile">libmng.so</filename></term>
[68ceed7]143 <listitem>
[09f0998]144 <para>
145 provides functions for programs wishing to read and write MNG
146 files which are animation files without the patent problems
[4c24eb0a]147 associated with certain other formats
[09f0998]148 </para>
[68ceed7]149 <indexterm zone="libmng libmng-lib">
[ef7c71d]150 <primary sortas="c-libmng">libmng.so</primary>
[68ceed7]151 </indexterm>
152 </listitem>
153 </varlistentry>
[2b76dc4]154
[68ceed7]155 </variablelist>
[f45b1953]156
[68ceed7]157 </sect2>
[f45b1953]158
[68ceed7]159</sect1>
Note: See TracBrowser for help on using the repository browser.