mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
libpng: update to 1.6.40.
This commit is contained in:
parent
32dcd0c412
commit
e39009fbdd
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'libpng'
|
# Template file for 'libpng'
|
||||||
pkgname=libpng
|
pkgname=libpng
|
||||||
version=1.6.39
|
version=1.6.40
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
short_desc="Library for manipulating PNG images"
|
short_desc="Library for manipulating PNG images"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Libpng"
|
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=1f4696ce70b4ee5f85f1e1623dc1229b210029fa4b7aee573df3e2ba7b036937
|
checksum=535b479b2467ff231a3ec6d92a525906fb8ef27978be4f66dbe05d3f3a01b3a1
|
||||||
|
|
||||||
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";;
|
||||||
|
|
Loading…
Add table
Reference in a new issue