libwebp: bump to 1.6.0
authorAlexandru Ardelean <redacted>
Mon, 23 Mar 2026 09:48:40 +0000 (09:48 +0000)
committerAlexandru Ardelean <redacted>
Mon, 23 Mar 2026 18:23:25 +0000 (20:23 +0200)
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 <redacted>
libs/libwebp/Makefile
libs/libwebp/patches/010-mips16.patch

index ce7967820503cdf97b7ef7bb4e8686a1e1ba909e..e5c3637e9771a78bba29680aec4fd8b6fafc2181 100644 (file)
@@ -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 <ardeleanalex@gmail.com>
 PKG_LICENSE:=BSD-3-Clause
index b48d8549a631577c326949ba541ecc9491f23aa6..3420fabbeb866c2742bc1f28ffbbe1d0c18f29d8 100644 (file)
@@ -1,6 +1,6 @@
 --- a/src/dsp/cpu.h
 +++ b/src/dsp/cpu.h
-@@ -124,7 +124,7 @@
+@@ -139,7 +139,7 @@
  //------------------------------------------------------------------------------
  // MIPS defines.
  
git clone https://git.99rst.org/PROJECT