libpng: update to 1.6.30
This commit is contained in:
parent
7868cfb342
commit
5e34109903
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'libpng'.
|
||||
pkgname=libpng
|
||||
version=1.6.29
|
||||
version=1.6.30
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="zlib-devel"
|
||||
|
@ -9,7 +9,11 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://www.libpng.org/pub/png/libpng.html"
|
||||
license="libpng"
|
||||
distfiles="ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng16/libpng-${version}.tar.xz"
|
||||
checksum=4245b684e8fe829ebb76186327bb37ce5a639938b219882b53d64bd3cfc5f239
|
||||
checksum=267c332ffff70cc599d3929207869f698798f1df143aa5f9597b007c14353666
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
arm*|aarch64*) configure_args="--enable-arm-neon=no";;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
rm -f ${DESTDIR}/usr/lib/*.la
|
||||
|
|
Loading…
Reference in a new issue