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

Christian Hesse eworm at archlinux.org
Mon Jul 6 21:26:51 UTC 2020


    Date: Monday, July 6, 2020 @ 21:26:49
  Author: eworm
Revision: 390923

upgpkg: libpng 1.6.37-3: drop apng support

Modified:
  libpng/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++--------------
 1 file changed, 3 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-06 20:34:18 UTC (rev 390922)
+++ PKGBUILD	2020-07-06 21:26:49 UTC (rev 390923)
@@ -5,8 +5,7 @@
 
 pkgname=libpng
 pkgver=1.6.37
-_apngver=1.6.37
-pkgrel=2
+pkgrel=3
 pkgdesc="A collection of routines used to create PNG format graphics files"
 arch=('x86_64')
 url="http://www.libpng.org/pub/png/libpng.html"
@@ -13,19 +12,9 @@
 license=('custom')
 depends=('zlib' 'sh')
 validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') # Glenn Randers-Pehrson (mozilla) <glennrp at gmail.com>
-source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz"
-        "https://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz")
-sha256sums=('505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca'
-            '823bb2d1f09dc7dae4f91ff56d6c22b4b533e912cbd6c64e8762255e411100b6')
+source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz")
+sha256sums=('505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca')
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Add animated PNG (apng) support. Required by Firefox
-  # see http://sourceforge.net/projects/libpng-apng/
-  gzip -cd ../libpng-$_apngver-apng.patch.gz | patch -Np1
-}
-
 build() {
   cd $pkgname-$pkgver
 



More information about the arch-commits mailing list