mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/libpng to 1.6.37-1
This commit is contained in:
parent
00c59c5a54
commit
8a12298557
1 changed files with 6 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
# - added --enable-arm-neon=no to configure
|
||||
|
||||
pkgname=libpng
|
||||
pkgver=1.6.36
|
||||
pkgver=1.6.37
|
||||
_apngver=1.6.36
|
||||
pkgrel=1
|
||||
pkgdesc="A collection of routines used to create PNG format graphics files"
|
||||
|
@ -18,7 +18,7 @@ depends=('zlib' 'sh')
|
|||
validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') # Glenn Randers-Pehrson (mozilla) <glennrp@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=('eceb924c1fa6b79172fdfd008d335f0e59172a86a66481e09d4089df872aa319'
|
||||
sha256sums=('505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca'
|
||||
'8c1f33da739b29a77e35e5a1ebcdffaab63bfe184be8b5a97677cc80156fdc0f')
|
||||
|
||||
prepare() {
|
||||
|
@ -32,7 +32,10 @@ prepare() {
|
|||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
||||
./configure --prefix=/usr --disable-static --enable-arm-neon=no
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-static \
|
||||
--enable-arm-neon=no
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue