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

Christian Hesse eworm at archlinux.org
Sat Sep 30 17:41:22 UTC 2017


    Date: Saturday, September 30, 2017 @ 17:41:22
  Author: eworm
Revision: 306495

upgpkg: libpng 1.6.34-2

With libpng 1.6.33 failing some tests I temporarily disabled the apng
patch for testing purpose. Looks like I forgot to reenabled...

Modified:
  libpng/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-30 16:07:36 UTC (rev 306494)
+++ PKGBUILD	2017-09-30 17:41:22 UTC (rev 306495)
@@ -7,7 +7,7 @@
 pkgname=libpng
 pkgver=1.6.34
 _apngver=1.6.34
-pkgrel=1
+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"
@@ -25,7 +25,7 @@
 
   # Add animated PNG (apng) support. Required by Firefox
   # see http://sourceforge.net/projects/libpng-apng/
-#  patch -Np1 -i ../libpng-$_apngver-apng.patch
+  patch -Np1 -i ../libpng-$_apngver-apng.patch
 }
 
 build() {



More information about the arch-commits mailing list