libwebp: update to 0.5.2.

This commit is contained in:
Michael Gehring 2016-12-22 05:56:31 +00:00
parent 0787f1b78c
commit 86ec83cb69

View File

@ -1,6 +1,6 @@
# Template file for 'libwebp'
pkgname=libwebp
version=0.5.1
version=0.5.2
revision=1
build_style=gnu-configure
configure_args="--disable-static --enable-libwebpmux
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://developers.google.com/speed/webp/"
license="3-clause-BSD"
distfiles="http://downloads.webmproject.org/releases/webp/${pkgname}-${version}.tar.gz"
checksum=6ad66c6fcd60a023de20b6856b03da8c7d347269d76b1fd9c3287e8b5e8813df
checksum=b75310c810b3eda222c77f6d6c26b061240e3d9060095de44b2c1bae291ecdef
case "$XBPS_TARGET_MACHINE" in
armv6*) configure_args+=" --disable-neon";;