source: general/graphlib/libmng.xml@ adf6dd9a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since adf6dd9a was 7bb72e0, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

Move Video HW acceleration into Xorg drivers section
LFS 7.4 tags

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

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