source: general/graphlib/libpng.xml@ da4aff6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 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 da4aff6 was da4aff6, checked in by Randy McMurchy <randy@…>, 20 years ago

Removed erroneously added optional dependency 'pkgconfig' from various packages

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

  • Property mode set to 100644
File size: 3.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY libpng-download-http "http://prdownloads.sourceforge.net/libpng/libpng-&libpng-version;.tar.bz2">
8<!ENTITY libpng-download-ftp "ftp://ftp.iasi.roedu.net/pub/mirrors/ftp.gimp.org/gimp/libs/libpng-&libpng-version;.tar.bz2">
9<!ENTITY libpng-size "376 KB">
10<!ENTITY libpng-buildsize "4.1 MB">
11<!ENTITY libpng-time "0.16 SBU">
12
13]>
14
15<sect1 id="libpng" xreflabel="libpng-&libpng-version;">
16<?dbhtml filename="libpng.html"?>
17<title>libpng-&libpng-version;</title>
18
19<sect2>
20<title>Introduction to <application>libpng</application></title>
21
22<para>The <application>libpng</application> package contains libraries used
23by other programs for reading and writing <acronym>PNG</acronym> files.</para>
24
25<sect3><title>Package information</title>
26<itemizedlist spacing='compact'>
27<listitem><para>Download (HTTP): <ulink
28url="&libpng-download-http;"/></para></listitem>
29<listitem><para>Download (FTP): <ulink
30url="&libpng-download-ftp;"/></para></listitem>
31<listitem><para>Download size: &libpng-size;</para></listitem>
32<listitem><para>Estimated Disk space required:
33&libpng-buildsize;</para></listitem>
34<listitem><para>Estimated build time:
35&libpng-time;</para></listitem></itemizedlist>
36</sect3>
37
38<sect3><title>Additional downloads</title>
39<itemizedlist spacing='compact'>
40<listitem><para>Required Patch to explicitly link libpng against system libraries: <ulink
41url="&patch-root;/libpng-&libpng-version;-link_to_proper_libs-1.patch"/></para></listitem>
42</itemizedlist></sect3>
43
44</sect2>
45
46<sect2>
47<title>Installation of <application>libpng</application></title>
48
49<para>Install <application>libpng</application> by running the following
50commands:</para>
51
52<screen><userinput><command>patch -Np1 -i ../libpng-&libpng-version;-link_to_proper_libs-1.patch &amp;&amp;
53make prefix=/usr ZLIBINC=/usr/include \
54 ZLIBLIB=/usr/lib -f scripts/makefile.linux &amp;&amp;
55make prefix=/usr install -f scripts/makefile.linux</command></userinput></screen>
56
57</sect2>
58
59<sect2>
60<title>Command explanations</title>
61
62<para><parameter>ZLIBINC=/usr/include ZLIBLIB=/usr/lib</parameter>: This
63forces <application>libpng</application> to look for the
64<application>zlib</application> includes and libraries where they are
65installed.</para>
66
67<para><parameter>-f scripts/makefile.linux</parameter>: This points
68<command>make</command> at the <application>Linux</application> version of the
69<filename>Makefile</filename> as <application>libpng</application> doesn't use
70an <application>autoconf</application> routine. Instead it has various
71<filename>Makefile</filename>s for different platforms.</para>
72
73</sect2>
74
75<sect2>
76<title>Configuring <application>libpng</application></title>
77
78<sect3><title>Configuration Information</title>
79
80<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>
81
82</sect3>
83
84</sect2>
85
86<sect2>
87<title>Contents</title>
88
89<para>The <application>libpng</application> package contains
90<filename class="libraryfile">libpng</filename> libraries and
91<command>libpng-config</command>.</para>
92
93</sect2>
94
95<sect2><title>Description</title>
96
97<sect3><title>png libraries</title>
98<para>The <acronym>PNG</acronym> library is a collection of routines used to
99create and manipulate <acronym>PNG</acronym> format graphics files. The
100<acronym>PNG</acronym> format was designed as a
101replacement for <acronym>GIF</acronym> and, to a lesser extent,
102<acronym>TIFF</acronym>, with many improvements and extensions and lack of
103patent problems.</para></sect3>
104
105<sect3><title>libpng-config</title>
106<para><command>libpng-config</command> provides configuration info for
107<application>libpng</application>.</para></sect3>
108
109</sect2>
110
111</sect1>
112
Note: See TracBrowser for help on using the repository browser.