extra/libpng to 1.6.37-2

This commit is contained in:
Kevin Mihelich 2020-05-19 01:51:23 +00:00
parent d73341377c
commit a7f27cba89

View file

@ -8,8 +8,8 @@
pkgname=libpng pkgname=libpng
pkgver=1.6.37 pkgver=1.6.37
_apngver=1.6.36 _apngver=1.6.37
pkgrel=1 pkgrel=2
pkgdesc="A collection of routines used to create PNG format graphics files" pkgdesc="A collection of routines used to create PNG format graphics files"
arch=('x86_64') arch=('x86_64')
url="http://www.libpng.org/pub/png/libpng.html" url="http://www.libpng.org/pub/png/libpng.html"
@ -19,14 +19,14 @@ validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') # Glenn Randers-Pehrso
source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz" source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz"
"https://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz") "https://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz")
sha256sums=('505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca' sha256sums=('505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca'
'8c1f33da739b29a77e35e5a1ebcdffaab63bfe184be8b5a97677cc80156fdc0f') '823bb2d1f09dc7dae4f91ff56d6c22b4b533e912cbd6c64e8762255e411100b6')
prepare() { prepare() {
cd $pkgname-$pkgver cd $pkgname-$pkgver
# Add animated PNG (apng) support. Required by Firefox # Add animated PNG (apng) support. Required by Firefox
# see http://sourceforge.net/projects/libpng-apng/ # see http://sourceforge.net/projects/libpng-apng/
patch -Np1 -i ../libpng-$_apngver-apng.patch gzip -cd ../libpng-$_apngver-apng.patch.gz | patch -Np1
} }
build() { build() {