source: general/graphlib/libpng.xml@ 6732c094

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 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 6732c094 was 6732c094, checked in by Randy McMurchy <randy@…>, 17 years ago

Updated all the XML files (and the one stylesheet) to use the 4.5 version of DocBook XML DTD

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

  • Property mode set to 100644
File size: 6.0 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
[15b3bc29]7 <!ENTITY libpng-download-http "http://downloads.sourceforge.net/libpng/libpng-&libpng-version;.tar.bz2">
[8042630]8 <!ENTITY libpng-download-ftp " ">
[84c523a]9 <!ENTITY libpng-md5sum "7a1ca4f49bcffdec60d50f48460642bd">
10 <!ENTITY libpng-size "624 KB">
11 <!ENTITY libpng-buildsize "12 MB">
[8042630]12 <!ENTITY libpng-time "0.3 SBU">
[52d29f7]13]>
14
[f45b1953]15<sect1 id="libpng" xreflabel="libpng-&libpng-version;">
[6b71f17]16 <?dbhtml filename="libpng.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[8042630]23 <title>libpng-&libpng-version;</title>
[6b71f17]24
25 <indexterm zone="libpng">
26 <primary sortas="a-Libpng">Libpng</primary>
27 </indexterm>
28
[13d6079]29 <sect2 role="package">
[8042630]30 <title>Introduction to libpng</title>
[6b71f17]31
32 <para>The <application>libpng</application> package contains libraries used
33 by other programs for reading and writing PNG files.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&libpng-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&libpng-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &libpng-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &libpng-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &libpng-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &libpng-time;</para>
54 </listitem>
55 </itemizedlist>
56
[8042630]57 <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
[6b71f17]58 <itemizedlist spacing='compact'>
59 <listitem>
[e9116cc]60 <para>Required Patch to explicitly link
61 <application>libpng</application> against system libraries: <ulink
[6b71f17]62 url="&patch-root;/libpng-&libpng-version;-link_to_proper_libs-1.patch"/></para>
63 </listitem>
[8042630]64 </itemizedlist> -->
[6b71f17]65
[1039de3]66 <para condition="html" role="usernotes">User Notes:
67 <ulink url="&blfs-wiki;/libpng"/></para>
68
[6b71f17]69 </sect2>
70
71 <sect2 role="installation">
[8042630]72 <title>Installation of libpng</title>
[6b71f17]73
[e9116cc]74 <para>Install <application>libpng</application> by running the following
[6b71f17]75 commands:</para>
76
[8042630]77<screen><userinput>./configure --prefix=/usr &amp;&amp;
78make</userinput></screen>
79
80 <para>To test the results, issue: <command>make check</command>.</para>
[6b71f17]81
82 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
83
[8042630]84<screen role="root"><userinput>make install &amp;&amp;
85install -v -m755 -d /usr/share/doc/libpng-&libpng-version; &amp;&amp;
[05dbc9e]86install -v -m644 README libpng-&libpng-version;.txt \
87 /usr/share/doc/libpng-&libpng-version;</userinput></screen>
[6b71f17]88
89 </sect2>
90
[8042630]91 <!-- <sect2 role="commands">
[6b71f17]92 <title>Command Explanations</title>
93
[75dd80d]94 <para><parameter>ZLIBINC=; ZLIBLIB=</parameter>: This
[6b71f17]95 forces <application>libpng</application> to look for the
[75dd80d]96 <application>Zlib</application> includes and libraries in the default locations
97 (<filename class='directory'>/usr/include</filename> and
98 <filename class='directory'>/usr/lib</filename> respectively).</para>
[6b71f17]99
[e9116cc]100 <para><parameter>-f scripts/makefile.linux</parameter>: This points
101 <command>make</command> at the <application>Linux</application> version of the
102 <filename>Makefile</filename> as <application>libpng</application> doesn't use
[c138ad9]103 an <application>Autoconf</application> routine. Instead, it has various
[6b71f17]104 <filename>Makefile</filename>s for different platforms.</para>
105
[8042630]106 </sect2> -->
[6b71f17]107
108 <sect2 role="configuration">
[8042630]109 <title>Configuring libpng</title>
[6b71f17]110
111 <sect3>
112 <title>Configuration Information</title>
113
[ebabf24]114 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
115 href="../../xincludes/lib-config.xml"/>
[6b71f17]116
117 </sect3>
118
119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Programs</segtitle>
126 <segtitle>Installed Libraries</segtitle>
127 <segtitle>Installed Directory</segtitle>
128
129 <seglistitem>
130 <seg>libpng-config and libpng12-config</seg>
[8042630]131 <seg>libpng.so and libpng12.{so,a}</seg>
132 <seg>/usr/include/libpng12 and
133 /usr/share/doc/libpng-&libpng-version;</seg>
[6b71f17]134 </seglistitem>
135 </segmentedlist>
136
137 <variablelist>
138 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
139 <?dbfo list-presentation="list"?>
140 <?dbhtml list-presentation="table"?>
141
142 <varlistentry id="libpng-config">
143 <term><command>libpng-config</command></term>
144 <listitem>
145 <para>is a symlink to <command>libpng12-config</command>.</para>
146 <indexterm zone="libpng libpng-config">
147 <primary sortas="g-libpng-config">libpng-config</primary>
148 </indexterm>
149 </listitem>
150 </varlistentry>
151
152 <varlistentry id="libpng12-config">
153 <term><command>libpng12-config</command></term>
154 <listitem>
155 <para>provides configuration information for
156 <application>libpng</application>.</para>
157 <indexterm zone="libpng libpng12-config">
158 <primary sortas="b-libpng12-config">libpng12-config</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 <varlistentry id="libpng12">
[8042630]164 <term><filename class='libraryfile'>libpng.so and
[1039de3]165 libpng12.{so,a}</filename></term>
[6b71f17]166 <listitem>
[e9116cc]167 <para>are a collection of routines used to create and manipulate PNG
168 format graphics files. The PNG format was designed as a replacement for
169 GIF and, to a lesser extent, TIFF, with many improvements and extensions
[6b71f17]170 and lack of patent problems.</para>
171 <indexterm zone="libpng libpng12">
[8042630]172 <primary sortas="c-libpng12">libpng12.{so,a}</primary>
[6b71f17]173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 </variablelist>
178
179 </sect2>
[f45b1953]180
181</sect1>
Note: See TracBrowser for help on using the repository browser.