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

Douglas Soares de Andrade douglas at archlinux.org
Sun Aug 17 07:46:08 UTC 2008


    Date: Sunday, August 17, 2008 @ 03:46:08
  Author: douglas
Revision: 9435

upgpkg: libpng 1.2.29-2
    Updated for i686: 1.2.29 - 1.2.30 (broke xulrunner)

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

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

Modified: ChangeLog
===================================================================
--- ChangeLog	2008-08-17 07:24:54 UTC (rev 9434)
+++ ChangeLog	2008-08-17 07:46:08 UTC (rev 9435)
@@ -1,6 +1,11 @@
 
 2008-08-17  Douglas Soares de Andrade  <douglas at archlinux.org>
 
+	* Had to return to 1.2.29 because xul depends on 
+	  png with apng patch
+
+2008-08-17  Douglas Soares de Andrade  <douglas at archlinux.org>
+
 	* Updated for i686: 1.2.30
 	* Fixes some security issues
 	* Remove the apng patch as there was no compatible version

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-17 07:24:54 UTC (rev 9434)
+++ PKGBUILD	2008-08-17 07:46:08 UTC (rev 9435)
@@ -4,8 +4,8 @@
 # Maintainer: Douglas Soares de Andrade <douglas at archlinux.org>
 
 pkgname=libpng
-pkgver=1.2.30
-pkgrel=1
+pkgver=1.2.29
+pkgrel=2
 pkgdesc="A collection of routines used to create PNG format graphics files"
 arch=('i686' 'x86_64')
 url="http://www.libpng.org/pub/png/libpng.html"
@@ -15,15 +15,16 @@
         # http://littlesvr.ca/apng/diff/${pkgname}-${pkgver}-apng.patch
 	    ${pkgname}-${pkgver}-apng.patch )
 options=('!libtool')
+replaces=('libpng=1.2.30')
 
-md5sums=('2e42cc17231231bdc9be8c5928535c8a'
+md5sums=('f588cb4ee39e3a333604096f937ea157'
          '8aa74a2912d68d0f9351f3bd137ab05d')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
 
   # Add animated PNG (apng) support
-  # patch -Np1 -i $startdir/src/${pkgname}-${pkgver}-apng.patch || return 1
+  patch -Np1 -i $startdir/src/${pkgname}-${pkgver}-apng.patch || return 1
 
   libtoolize --force --copy || return 1
   aclocal || return 1




More information about the arch-commits mailing list