libpng: update to 1.6.37.

This commit is contained in:
maxice8 2019-04-15 09:17:54 -03:00 committed by maxice8
parent eb927da900
commit 4423b259d2

View file

@ -1,6 +1,6 @@
# Template file for 'libpng' # Template file for 'libpng'
pkgname=libpng pkgname=libpng
version=1.6.36 version=1.6.37
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
makedepends="zlib-devel" makedepends="zlib-devel"
@ -9,14 +9,13 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
license="Libpng" license="Libpng"
homepage="http://www.libpng.org/pub/png/libpng.html" homepage="http://www.libpng.org/pub/png/libpng.html"
distfiles="${SOURCEFORGE_SITE}/libpng/libpng-${version}.tar.xz" distfiles="${SOURCEFORGE_SITE}/libpng/libpng-${version}.tar.xz"
checksum=eceb924c1fa6b79172fdfd008d335f0e59172a86a66481e09d4089df872aa319 checksum=505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
arm*|aarch64*) configure_args="--enable-arm-neon=no";; arm*|aarch64*) configure_args="--enable-arm-neon=no";;
esac esac
post_install() { post_install() {
rm -f ${DESTDIR}/usr/lib/*.la
vlicense LICENSE vlicense LICENSE
} }