mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/libpng to 1.6.37-2
This commit is contained in:
parent
d73341377c
commit
a7f27cba89
1 changed files with 4 additions and 4 deletions
|
@ -8,8 +8,8 @@
|
|||
|
||||
pkgname=libpng
|
||||
pkgver=1.6.37
|
||||
_apngver=1.6.36
|
||||
pkgrel=1
|
||||
_apngver=1.6.37
|
||||
pkgrel=2
|
||||
pkgdesc="A collection of routines used to create PNG format graphics files"
|
||||
arch=('x86_64')
|
||||
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"
|
||||
"https://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz")
|
||||
sha256sums=('505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca'
|
||||
'8c1f33da739b29a77e35e5a1ebcdffaab63bfe184be8b5a97677cc80156fdc0f')
|
||||
'823bb2d1f09dc7dae4f91ff56d6c22b4b533e912cbd6c64e8762255e411100b6')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver
|
||||
|
||||
# Add animated PNG (apng) support. Required by Firefox
|
||||
# see http://sourceforge.net/projects/libpng-apng/
|
||||
patch -Np1 -i ../libpng-$_apngver-apng.patch
|
||||
gzip -cd ../libpng-$_apngver-apng.patch.gz | patch -Np1
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue