libwebp: bump version

This commit is contained in:
Jerome Duval
2022-02-25 11:06:57 +01:00
parent 4f29eb9913
commit 65c40f1218

View File

@@ -13,7 +13,7 @@ COPYRIGHT="2011 Google Inc."
LICENSE="BSD (3-clause)"
REVISION="1"
SOURCE_URI="http://downloads.webmproject.org/releases/webp/libwebp-$portVersion.tar.gz"
CHECKSUM_SHA256="808b98d2f5b84e9b27fdef6c5372dac769c3bda4502febbfa5031bd3c4d7d018"
CHECKSUM_SHA256="7656532f837af5f4cec3ff6bafe552c044dc39bf453587bd5b77450802f4aee6"
ARCHITECTURES="all"
SECONDARY_ARCHITECTURES="x86"
@@ -24,10 +24,10 @@ webpLibs="\
libwebpdemux \
libwebpmux \
"
libwebpVersion="7.1.2"
libwebpdecoderVersion="3.1.2"
libwebpdemuxVersion="2.0.8"
libwebpmuxVersion="3.0.7"
libwebpVersion="7.1.3"
libwebpdecoderVersion="3.1.3"
libwebpdemuxVersion="2.0.9"
libwebpmuxVersion="3.0.8"
for i in $webpLibs; do
eval "${i}VersionCompat=\"\$${i}Version compat >= \${${i}Version%%.*}\""
done
@@ -67,7 +67,7 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libgif$secondaryArchSuffix
devel:libgif$secondaryArchSuffix >= 7
devel:libjpeg$secondaryArchSuffix
devel:libpng16$secondaryArchSuffix
devel:libtiff$secondaryArchSuffix