libwebp: update to 1.2.4.

This commit is contained in:
Piraty 2022-08-12 18:17:16 +02:00
parent 3873373eda
commit 7a9f96fca2
No known key found for this signature in database
GPG key ID: 82F2CC796BD07077

View file

@ -1,6 +1,6 @@
# Template file for 'libwebp'
pkgname=libwebp
version=1.2.2
version=1.2.4
revision=1
build_style=gnu-configure
configure_args="--enable-libwebpmux --enable-libwebpdemux --enable-libwebpdecoder"
@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://developers.google.com/speed/webp/"
distfiles="http://downloads.webmproject.org/releases/webp/${pkgname}-${version}.tar.gz"
checksum=7656532f837af5f4cec3ff6bafe552c044dc39bf453587bd5b77450802f4aee6
checksum=7bf5a8a28cc69bcfa8cb214f2c3095703c6b73ac5fba4d5480c205331d9494df
case "$XBPS_TARGET_MACHINE" in
armv6*) configure_args+=" --disable-neon";;