[arch-commits] Commit in libpng/trunk (ChangeLog PKGBUILD)

Douglas Soares de Andrade douglas at archlinux.org
Sun Jul 19 19:56:35 UTC 2009


    Date: Sunday, July 19, 2009 @ 15:56:34
  Author: douglas
Revision: 46705

upgpkg: libpng 1.2.38-1
    Updated for i686

Modified:
  libpng/trunk/ChangeLog
  libpng/trunk/PKGBUILD

-----------+
 ChangeLog |    4 ++++
 PKGBUILD  |   10 +++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2009-07-19 19:42:52 UTC (rev 46704)
+++ ChangeLog	2009-07-19 19:56:34 UTC (rev 46705)
@@ -1,4 +1,8 @@
 
+2009-07-19  Douglas Soares de Andrade  <douglas at archlinux.org>
+
+	* Updated for i686: 1.2.38
+
 2009-06-06  Douglas Soares de Andrade  <douglas at archlinux.org>
 	
 	* Updated for i686: 1.2.37

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-19 19:42:52 UTC (rev 46704)
+++ PKGBUILD	2009-07-19 19:56:34 UTC (rev 46705)
@@ -4,7 +4,7 @@
 # Maintainer: Douglas Soares de Andrade <douglas at archlinux.org>
 
 pkgname=libpng
-pkgver=1.2.37
+pkgver=1.2.38
 pkgrel=1
 pkgdesc="A collection of routines used to create PNG format graphics files"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('zlib')
 options=('!libtool')
 source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
-        "http://hp.vector.co.jp/authors/VA013651/lib/libpng-1.2.37-apng.patch.gz")
+        "http://hp.vector.co.jp/authors/VA013651/lib/libpng-1.2.38-apng.patch.gz")
 options=('!libtool')
 
 build() {
@@ -21,7 +21,7 @@
 
   # Add animated PNG (apng) support
   # see http://hp.vector.co.jp/authors/VA013651/freeSoftware/apng.html
-  patch -p1 -i $srcdir/libpng-1.2.37-apng.patch || return 1
+  patch -p1 -i $srcdir/libpng-1.2.38-apng.patch || return 1
 
   libtoolize --force --copy || return 1
   aclocal || return 1
@@ -38,5 +38,5 @@
   install -m755 -d ${startdir}/pkg/usr/share/licenses/${pkgname}
   install -m644 ../../LICENSE ${startdir}/pkg/usr/share/licenses/${pkgname}/ || return 1
 }
-md5sums=('6d1ee0888dbb711214943cb19c294b49'
-         'b68c5b29e3b34f2ed73b3897b8a6c2b2')
+md5sums=('5401c2586846fca209eba0c02c8ee9e0'
+         '40ee503d0ff5386ad537df2162fb9c4e')




More information about the arch-commits mailing list