mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 23:12:57 +02:00
libpng: update to 1.6.35.
This commit is contained in:
parent
4a0e2dea70
commit
d0d5fb21a8
1 changed files with 5 additions and 5 deletions
|
@ -1,15 +1,15 @@
|
|||
# Template build file for 'libpng'.
|
||||
# Template file for 'libpng'
|
||||
pkgname=libpng
|
||||
version=1.6.34
|
||||
version=1.6.35
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="zlib-devel"
|
||||
short_desc="Library for manipulating PNG images"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="Libpng"
|
||||
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=2f1e960d92ce3b3abd03d06dfec9637dfbd22febf107a536b44f7a47c60659f6
|
||||
distfiles="${SOURCEFORGE_SITE}/libpng/libpng-${version}.tar.xz"
|
||||
checksum=23912ec8c9584917ed9b09c5023465d71709dce089be503c7867fec68a93bcd7
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
arm*|aarch64*) configure_args="--enable-arm-neon=no";;
|
||||
|
|
Loading…
Add table
Reference in a new issue