mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Update to libpng-1.2.44. Tested with LFS-6.6 on x86_64.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8453 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
f26714927d
commit
d0c5ea3d91
@ -3,8 +3,8 @@ $LastChangedBy$
|
||||
$Date$
|
||||
-->
|
||||
|
||||
<!ENTITY day "31"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "07"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "03"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "08"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2010">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
@ -188,7 +188,7 @@ $Date$
|
||||
|
||||
<!-- Chapter 9 -->
|
||||
<!ENTITY libjpeg-version "7">
|
||||
<!ENTITY libpng-version "1.2.42">
|
||||
<!ENTITY libpng-version "1.2.44">
|
||||
<!ENTITY libtiff-version "3.9.2">
|
||||
<!ENTITY giflib-version "4.1.6">
|
||||
<!ENTITY lcms-version "1.19">
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY libpng-download-http "&sourceforge-repo;/libpng/libpng-&libpng-version;.tar.bz2">
|
||||
<!ENTITY libpng-download-ftp " ">
|
||||
<!ENTITY libpng-md5sum "9a5cbe9798927fdf528f3186a8840ebe">
|
||||
<!ENTITY libpng-size "670 KB">
|
||||
<!ENTITY libpng-buildsize "11 MB">
|
||||
<!ENTITY libpng-md5sum "e3ac7879d62ad166a6f0c7441390d12b">
|
||||
<!ENTITY libpng-size "643 KB">
|
||||
<!ENTITY libpng-buildsize "14.7 MB">
|
||||
<!ENTITY libpng-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
@ -32,7 +32,8 @@
|
||||
<para>The <application>libpng</application> package contains libraries used
|
||||
by other programs for reading and writing PNG files.</para>
|
||||
|
||||
&lfs65_checked;
|
||||
<!-- Checked with 6.6
|
||||
&lfs65_checked; -->
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -59,7 +60,7 @@
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem>
|
||||
<para>Patch to include apng functionality in
|
||||
<para>iOptional patch to include apng functionality in
|
||||
<application>libpng</application> : <ulink
|
||||
url="&patch-root;/libpng-&libpng-version;-apng-1.patch"/></para>
|
||||
<para>Although rejected by upstream, the patch is required if you want
|
||||
@ -76,11 +77,15 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of libpng</title>
|
||||
|
||||
<para>If you want to patch libpng to support apng files, apply the patch:</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../libpng-&libpng-version;-apng-1.patch
|
||||
</userinput></screen>
|
||||
|
||||
<para>Install <application>libpng</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../libpng-&libpng-version;-apng-1.patch &&
|
||||
./configure --prefix=/usr &&
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>make check</command>.</para>
|
||||
|
@ -41,6 +41,16 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>August 3rd, 2010</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ken] - Updated to libpng-1.2.44. Fixes ticket
|
||||
<ulink url="&blfs-ticket-root;3131">#3131</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>July 31st, 2010</para>
|
||||
<itemizedlist>
|
||||
|
Loading…
Reference in New Issue
Block a user