libpng: update to 1.6.44.

This commit is contained in:
Leah Neukirchen 2024-09-13 17:09:07 +02:00
parent dc0b04940d
commit 2795e069aa

View file

@ -1,6 +1,6 @@
# Template file for 'libpng' # Template file for 'libpng'
pkgname=libpng pkgname=libpng
version=1.6.43 version=1.6.44
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
makedepends="zlib-devel" makedepends="zlib-devel"
@ -10,10 +10,10 @@ license="Libpng"
homepage="http://www.libpng.org/pub/png/libpng.html" homepage="http://www.libpng.org/pub/png/libpng.html"
changelog="https://github.com/pnggroup/libpng/blob/master/CHANGES" changelog="https://github.com/pnggroup/libpng/blob/master/CHANGES"
distfiles="${SOURCEFORGE_SITE}/libpng/libpng-${version}.tar.xz" distfiles="${SOURCEFORGE_SITE}/libpng/libpng-${version}.tar.xz"
checksum=6a5ca0652392a2d7c9db2ae5b40210843c0bbc081cbd410825ab00cc59f14a6c checksum=60c4da1d5b7f0aa8d158da48e8f8afa9773c1c8baa5d21974df61f1886b8ce8e
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
arm*|aarch64*) configure_args="--enable-arm-neon=no";; arm*) configure_args="--enable-arm-neon=no";;
esac esac
post_install() { post_install() {