libwebp: update to 1.4.0.

This commit is contained in:
Piraty 2024-06-13 21:45:58 +02:00
parent 3a3acf49a2
commit 1fbe2ee5ae
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.3.2
version=1.4.0
revision=1
build_style=gnu-configure
configure_args="--enable-libwebpmux --enable-libwebpdemux --enable-libwebpdecoder"
@ -12,7 +12,7 @@ license="BSD-3-Clause"
homepage="https://developers.google.com/speed/webp/"
changelog="https://chromium.googlesource.com/webm/libwebp/+/refs/heads/main/NEWS"
distfiles="http://downloads.webmproject.org/releases/webp/libwebp-${version}.tar.gz"
checksum=2a499607df669e40258e53d0ade8035ba4ec0175244869d1025d460562aa09b4
checksum=61f873ec69e3be1b99535634340d5bde750b2e4447caa1db9f61be3fd49ab1e5
case "$XBPS_TARGET_MACHINE" in
armv6*) configure_args+=" --disable-neon";;