From 4f2b1779894e209b8fddab6aa3f50ea493e7fe36 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 23 Dec 2024 17:10:46 +0800 Subject: [PATCH] libwebp: upgrade 1.4.0 -> 1.5.0 Changelog: ============ API changes: - 'cross_color_transform_bits' added to WebPAuxStats * minor lossless encoder speed and compression improvements * lossless encoding does not use floats anymore * additional Arm optimizations for lossy & lossless + general code generation improvements * improvements to WASM performance * improvements and corrections in webp-container-spec.txt and webp-lossless-bitstream-spec.txt * further security related hardening and increased fuzzing coverage w/fuzztest * miscellaneous warning, bug & build fixes Tool updates: * gif2webp: add -sharp_yuv & -near_lossless * img2webp: add -exact & -noexact * exit codes normalized; running an example program with no arguments will output its help and exit with an error Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- .../webp/{libwebp_1.4.0.bb => libwebp_1.5.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/webp/{libwebp_1.4.0.bb => libwebp_1.5.0.bb} (96%) diff --git a/meta/recipes-multimedia/webp/libwebp_1.4.0.bb b/meta/recipes-multimedia/webp/libwebp_1.5.0.bb similarity index 96% rename from meta/recipes-multimedia/webp/libwebp_1.4.0.bb rename to meta/recipes-multimedia/webp/libwebp_1.5.0.bb index d922970479f..1ca564f6785 100644 --- a/meta/recipes-multimedia/webp/libwebp_1.4.0.bb +++ b/meta/recipes-multimedia/webp/libwebp_1.5.0.bb @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6e8dee932c26f2dab503abf70c96d8bb \ file://PATENTS;md5=c6926d0cb07d296f886ab6e0cc5a85b7" SRC_URI = "http://downloads.webmproject.org/releases/webp/${BP}.tar.gz" -SRC_URI[sha256sum] = "61f873ec69e3be1b99535634340d5bde750b2e4447caa1db9f61be3fd49ab1e5" +SRC_URI[sha256sum] = "7d6fab70cf844bf6769077bd5d7a74893f8ffd4dfb42861745750c63c2a5c92c" UPSTREAM_CHECK_URI = "http://downloads.webmproject.org/releases/webp/index.html" -- 2.47.3