libwebp: bump to version 1.3.0
authorAlexandru Ardelean <alex@shruggie.ro>
Sun, 22 Jan 2023 15:35:26 +0000 (16:35 +0100)
committerRosen Penev <rosenp@gmail.com>
Sun, 22 Jan 2023 18:00:24 +0000 (10:00 -0800)
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
libs/libwebp/Makefile
libs/libwebp/patches/010-mips16.patch

index 8eca25ba99bc5562a90d635853acfff860583258..a58062f359280002f7036de25fbb32f2798d9336 100644 (file)
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libwebp
-PKG_VERSION:=1.2.4
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_VERSION:=1.3.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:=7bf5a8a28cc69bcfa8cb214f2c3095703c6b73ac5fba4d5480c205331d9494df
+PKG_HASH:=64ac4614db292ae8c5aa26de0295bf1623dbb3985054cb656c55e67431def17c
 
 PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
 PKG_LICENSE:=BSD-3-Clause
@@ -50,7 +50,7 @@ TARGET_CFLAGS += -flto
 
 define Package/libwebp/install
        $(INSTALL_DIR) $(1)/usr/lib
-       $(CP) $(PKG_INSTALL_DIR)/usr/lib/libwebp*.s* $(1)/usr/lib/
+       $(CP) $(PKG_INSTALL_DIR)/usr/lib/lib*.s* $(1)/usr/lib/
 endef
 
 $(eval $(call BuildPackage,libwebp))
index 021bb44844015d06bbbe69e698966ab20a1e2ad5..85dc93287d8fb08927b194c95f8e4635531e9386 100644 (file)
@@ -1,6 +1,6 @@
 --- a/src/dsp/cpu.h
 +++ b/src/dsp/cpu.h
-@@ -106,7 +106,7 @@
+@@ -108,7 +108,7 @@
  #define WEBP_HAVE_NEON
  #endif