libwebp: update to 1.2.0
authorRosen Penev <rosenp@gmail.com>
Sun, 21 Feb 2021 04:55:39 +0000 (20:55 -0800)
committerRosen Penev <rosenp@gmail.com>
Sun, 21 Feb 2021 05:16:55 +0000 (21:16 -0800)
Switch to AUTORELEASE for easier changes.

Fix not having all of the libraries.

Remove upstream patches and refresh other one.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
libs/libwebp/Makefile
libs/libwebp/patches/010-mips16.patch

index 34510345b5f04aefcfd8b2c512d71ef53da9e904..def4dc06dfb58f3508a3bfce6ee14038a55c19ef 100644 (file)
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libwebp
-PKG_VERSION:=1.1.0
-PKG_RELEASE:=2
+PKG_VERSION:=1.2.0
+PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://storage.googleapis.com/downloads.webmproject.org/releases/webp
-PKG_HASH:=98a052268cc4d5ece27f76572a7f50293f439c17a98e67c4ea0c7ed6f50ef043
+PKG_HASH:=2fc8bbde9f97f2ab403c0224fb9ca62b2e6852cbc519e91ceaa7c153ffd88a0c
 
 PKG_MAINTAINER:=
 PKG_LICENSE:=BSD-3-Clause
@@ -51,7 +51,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/libwebp*.s* $(1)/usr/lib/
 endef
 
 $(eval $(call BuildPackage,libwebp))
index 3e69770ace7e3a27ca0e2c84e4cc23a4a1782fa6..669773d1522c036727b448b920a7697a9dedff5a 100644 (file)
@@ -1,6 +1,6 @@
 --- a/src/dsp/dsp.h
 +++ b/src/dsp/dsp.h
-@@ -95,7 +95,7 @@ extern "C" {
+@@ -97,7 +97,7 @@ extern "C" {
  #define WEBP_USE_INTRINSICS
  #endif