Changeset ea97e13f
- Timestamp:
- 03/24/2005 06:41:35 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 3a0d3cf8
- Parents:
- 1ab1ad6a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/graphlib/libpng.xml
r1ab1ad6a rea97e13f 9 9 <!ENTITY libpng-md5 "00cea4539bea4bd34cbf8b82ff9589cd"> 10 10 <!ENTITY libpng-size "376 KB"> 11 <!ENTITY libpng-buildsize "5.6 MB"> 12 <!ENTITY libpng-time "0.14 SBU"> 13 11 <!ENTITY libpng-buildsize "5.75 MB"> 12 <!ENTITY libpng-time "0.13 SBU"> 14 13 ]> 15 14 … … 20 19 </sect1info> 21 20 <?dbhtml filename="libpng.html"?> 22 23 21 <title>libpng-&libpng-version;</title> 22 <indexterm zone="libpng"> 23 <primary sortas="a-Libpng">Libpng</primary></indexterm> 24 24 25 25 <sect2> … … 45 45 <sect3><title>Additional downloads</title> 46 46 <itemizedlist spacing='compact'> 47 <listitem><para>Required Patch to explicitly link libpng against system libraries: <ulink 48 url="&patch-root;/libpng-&libpng-version;-link_to_proper_libs-1.patch"/></para></listitem> 47 <listitem><para>Required Patch to explicitly link 48 <application>libpng</application> against system libraries: <ulink 49 url="&patch-root;/libpng-&libpng-version;-link_to_proper_libs-1.patch"/></para> 50 </listitem> 49 51 </itemizedlist></sect3> 50 52 … … 59 61 <screen><userinput><command>patch -Np1 -i ../libpng-&libpng-version;-link_to_proper_libs-1.patch && 60 62 make prefix=/usr ZLIBINC=/usr/include \ 61 ZLIBLIB=/usr/lib -f scripts/makefile.linux && 62 make prefix=/usr install -f scripts/makefile.linux</command></userinput></screen> 63 ZLIBLIB=/usr/lib -f scripts/makefile.linux</command></userinput></screen> 64 65 <para>Now, as the root user:</para> 66 67 <screen><userinput role='root'><command>make prefix=/usr install -f scripts/makefile.linux</command></userinput></screen> 63 68 64 69 </sect2> … … 75 80 <command>make</command> at the <application>Linux</application> version of the 76 81 <filename>Makefile</filename> as <application>libpng</application> doesn't use 77 an <application>autoconf</application> routine. Instead it has various82 an <application>autoconf</application> routine. Instead, it has various 78 83 <filename>Makefile</filename>s for different platforms.</para> 79 84 … … 94 99 <title>Contents</title> 95 100 96 <para>The <application>libpng</application> package contains 97 <filename class="libraryfile">libpng</filename> libraries and 98 <command>libpng-config</command>.</para> 101 <segmentedlist> 102 <segtitle>Installed Programs</segtitle> 103 <segtitle>Installed Libraries</segtitle> 104 <segtitle>Installed Directory</segtitle> 99 105 100 </sect2> 106 <seglistitem> 107 <seg>libpng-config and libpng12-config</seg> 108 <seg>libpng.[so,a] and libpng12.[so,a]</seg> 109 <seg>/usr/include/libpng12</seg> 110 </seglistitem> 111 </segmentedlist> 101 112 102 <sect2><title>Description</title> 113 <variablelist> 114 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 115 <?dbfo list-presentation="list"?> 103 116 104 <sect3><title>libpng libraries</title> 105 <para>The <filename class="libraryfile">libpng</filename> libraries are 106 a collection of routines used to 107 create and manipulate <acronym>PNG</acronym> format graphics files. The 108 <acronym>PNG</acronym> format was designed as a 109 replacement for <acronym>GIF</acronym> and, to a lesser extent, 110 <acronym>TIFF</acronym>, with many improvements and extensions and lack of 111 patent problems.</para></sect3> 117 <varlistentry id="libpng-config"> 118 <term><command>libpng-config</command></term> 119 <listitem><para>is a symlink to <command>libpng12-config</command>.</para> 120 <indexterm zone="libpng libpng-config"> 121 <primary sortas="g-libpng-config">libpng-config</primary> 122 </indexterm></listitem> 123 </varlistentry> 112 124 113 <sect3><title>libpng-config</title> 114 <para><command>libpng-config</command> provides configuration info for 115 <application>libpng</application>.</para></sect3> 125 <varlistentry id="libpng12-config"> 126 <term><command>libpng12-config</command></term> 127 <listitem><para>provides configuration information for 128 <application>libpng</application>.</para> 129 <indexterm zone="libpng libpng12-config"> 130 <primary sortas="b-libpng12-config">libpng12-config</primary> 131 </indexterm></listitem> 132 </varlistentry> 133 134 <varlistentry id="libpng12"> 135 <term><filename class='libraryfile'>libpng.[so,a] and 136 libpng12.[so,a]</filename></term> 137 <listitem><para>libraries are a collection of routines used to create and 138 manipulate <acronym>PNG</acronym> format graphics files. The 139 <acronym>PNG</acronym> format was designed as a replacement for 140 <acronym>GIF</acronym> and, to a lesser extent, <acronym>TIFF</acronym>, with 141 many improvements and extensions and lack of patent problems.</para> 142 <indexterm zone="libpng libpng12"> 143 <primary sortas="c-libpng">libpng.[so,a]</primary> 144 </indexterm></listitem> 145 </varlistentry> 146 </variablelist> 116 147 117 148 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.