diff mbox series

[2/3] libwebp: upgrade 1.5.0 -> 1.6.0

Message ID 20250722152701.1718859-2-skandigraun@gmail.com
State Accepted, archived
Commit 3ea48cca171de36f8028d01756f9c931e46bb02e
Headers show
Series [1/3] libmicrohttpd: upgrade 1.0.1 -> 1.0.2 | expand

Commit Message

Gyorgy Sarvari July 22, 2025, 3:27 p.m. UTC
Changelog:
  This is a binary compatible release.
  API changes:
    - libwebp: WebPValidateDecoderConfig
  * additional x86 (AVX2, SSE2), general optimizations and compression
    improvements for lossless
  * `-mt` returns same results as single-threaded lossless (regressed in
    1.5.0)
  * miscellaneous warning, bug & build fixes
  Tool updates:
    * cwebp can restrict the use of `-resize` with `-resize_mode`

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 .../webp/{libwebp_1.5.0.bb => libwebp_1.6.0.bb}                 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/webp/{libwebp_1.5.0.bb => libwebp_1.6.0.bb} (96%)
diff mbox series

Patch

diff --git a/meta/recipes-multimedia/webp/libwebp_1.5.0.bb b/meta/recipes-multimedia/webp/libwebp_1.6.0.bb
similarity index 96%
rename from meta/recipes-multimedia/webp/libwebp_1.5.0.bb
rename to meta/recipes-multimedia/webp/libwebp_1.6.0.bb
index 39fe947eea..0ba90c406a 100644
--- a/meta/recipes-multimedia/webp/libwebp_1.5.0.bb
+++ b/meta/recipes-multimedia/webp/libwebp_1.6.0.bb
@@ -14,7 +14,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=6e8dee932c26f2dab503abf70c96d8bb \
                     file://PATENTS;md5=c6926d0cb07d296f886ab6e0cc5a85b7"
 
 SRC_URI = "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/${BP}.tar.gz"
-SRC_URI[sha256sum] = "7d6fab70cf844bf6769077bd5d7a74893f8ffd4dfb42861745750c63c2a5c92c"
+SRC_URI[sha256sum] = "e4ab7009bf0629fd11982d4c2aa83964cf244cffba7347ecd39019a9e38c4564"
 
 UPSTREAM_CHECK_URI = "http://downloads.webmproject.org/releases/webp/index.html"