summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-12-23 17:10:46 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-12-24 13:49:27 +0000
commit58c19b5e2b13d1cbe6ca4e65c9c32b1f627d8cf7 (patch)
tree4c26292f73cd4eb56099f0a99ec1b2e742424f31
parent99d9ee66f352548a79f015cd274d46e33499bdc5 (diff)
downloadpoky-58c19b5e2b13d1cbe6ca4e65c9c32b1f627d8cf7.tar.gz
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 (From OE-Core rev: 4f2b1779894e209b8fddab6aa3f50ea493e7fe36) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-multimedia/webp/libwebp_1.5.0.bb (renamed from meta/recipes-multimedia/webp/libwebp_1.4.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/webp/libwebp_1.4.0.bb b/meta/recipes-multimedia/webp/libwebp_1.5.0.bb
index d922970479..1ca564f678 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 \
14 file://PATENTS;md5=c6926d0cb07d296f886ab6e0cc5a85b7" 14 file://PATENTS;md5=c6926d0cb07d296f886ab6e0cc5a85b7"
15 15
16SRC_URI = "http://downloads.webmproject.org/releases/webp/${BP}.tar.gz" 16SRC_URI = "http://downloads.webmproject.org/releases/webp/${BP}.tar.gz"
17SRC_URI[sha256sum] = "61f873ec69e3be1b99535634340d5bde750b2e4447caa1db9f61be3fd49ab1e5" 17SRC_URI[sha256sum] = "7d6fab70cf844bf6769077bd5d7a74893f8ffd4dfb42861745750c63c2a5c92c"
18 18
19UPSTREAM_CHECK_URI = "http://downloads.webmproject.org/releases/webp/index.html" 19UPSTREAM_CHECK_URI = "http://downloads.webmproject.org/releases/webp/index.html"
20 20