From: Alexandru Ardelean Date: Mon, 23 Mar 2026 09:48:40 +0000 (+0000) Subject: libwebp: bump to 1.6.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=63ffe5d5a351e4424276f000d9a865e8b6fafe62;p=openwrt-packages.git libwebp: bump to 1.6.0 Changelog since 1.5.0: - Binary compatible release - New API: WebPValidateDecoderConfig - AVX2/SSE2 optimizations and lossless compression improvements - Fix -mt multi-threading consistency issue - cwebp: -resize can be restricted with -resize_mode Full changelog: https://chromium.googlesource.com/webm/libwebp/+/refs/tags/v1.6.0/ChangeLog Signed-off-by: Alexandru Ardelean --- diff --git a/libs/libwebp/Makefile b/libs/libwebp/Makefile index ce7967820..e5c3637e9 100644 --- a/libs/libwebp/Makefile +++ b/libs/libwebp/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libwebp -PKG_VERSION:=1.5.0 +PKG_VERSION:=1.6.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://storage.googleapis.com/downloads.webmproject.org/releases/webp -PKG_HASH:=7d6fab70cf844bf6769077bd5d7a74893f8ffd4dfb42861745750c63c2a5c92c +PKG_HASH:=e4ab7009bf0629fd11982d4c2aa83964cf244cffba7347ecd39019a9e38c4564 PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=BSD-3-Clause diff --git a/libs/libwebp/patches/010-mips16.patch b/libs/libwebp/patches/010-mips16.patch index b48d8549a..3420fabbe 100644 --- a/libs/libwebp/patches/010-mips16.patch +++ b/libs/libwebp/patches/010-mips16.patch @@ -1,6 +1,6 @@ --- a/src/dsp/cpu.h +++ b/src/dsp/cpu.h -@@ -124,7 +124,7 @@ +@@ -139,7 +139,7 @@ //------------------------------------------------------------------------------ // MIPS defines.