libpng: update to 1.6.48.

This commit is contained in:
Leah Neukirchen 2025-05-05 11:42:16 +02:00
parent 16544c232f
commit 7ee2f10136

View file

@ -1,6 +1,6 @@
# Template file for 'libpng' # Template file for 'libpng'
pkgname=libpng pkgname=libpng
version=1.6.47 version=1.6.48
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
makedepends="zlib-devel" makedepends="zlib-devel"
@ -10,7 +10,7 @@ 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=b213cb381fbb1175327bd708a77aab708a05adde7b471bc267bd15ac99893631 checksum=46fd06ff37db1db64c0dc288d78a3f5efd23ad9ac41561193f983e20937ece03
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
arm*) configure_args="--enable-arm-neon=no";; arm*) configure_args="--enable-arm-neon=no";;