Author: ken
Date: 2010-08-03 08:33:16 -0600 (Tue, 03 Aug 2010)
New Revision: 8453
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/graphlib/libpng.xml
trunk/BOOK/introduction/welcome/changelog.xml
Log:
Update to libpng-1.2.44. Tested with LFS-6.6 on x86_64.
Modified: trunk/BOOK/general/graphlib/libpng.xml
===================================================================
--- trunk/BOOK/general/graphlib/libpng.xml 2010-08-01 02:31:10 UTC (rev
8452)
+++ trunk/BOOK/general/graphlib/libpng.xml 2010-08-03 14:33:16 UTC (rev
8453)
@@ -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>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2010-08-01 02:31:10 UTC (rev 8452)
+++ trunk/BOOK/general.ent 2010-08-03 14:33:16 UTC (rev 8453)
@@ -3,8 +3,8 @@
$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 @@
<!-- 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">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2010-08-01 02:31:10 UTC
(rev 8452)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2010-08-03 14:33:16 UTC
(rev 8453)
@@ -42,6 +42,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>
<listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page