summaryrefslogtreecommitdiffstats
path: root/package/webp
diff options
context:
space:
mode:
Diffstat (limited to 'package/webp')
-rw-r--r--package/webp/Config.in7
-rw-r--r--package/webp/webp.hash2
-rw-r--r--package/webp/webp.mk8
3 files changed, 15 insertions, 2 deletions
diff --git a/package/webp/Config.in b/package/webp/Config.in
index 646eb9ef5a..e8263a95f2 100644
--- a/package/webp/Config.in
+++ b/package/webp/Config.in
@@ -15,4 +15,11 @@ config BR2_PACKAGE_WEBP_DEMUX
of an extended format WebP file, which can have features
like color profile, metadata and animation.
+config BR2_PACKAGE_WEBP_MUX
+ bool "webpmux"
+ help
+ Mux is a part of WebPMux for creation and manipulation
+ of an extended format WebP file, which can have features
+ like color profile, metadata and animation.
+
endif
diff --git a/package/webp/webp.hash b/package/webp/webp.hash
index bf4ee8fbf9..e9b2060908 100644
--- a/package/webp/webp.hash
+++ b/package/webp/webp.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 b75310c810b3eda222c77f6d6c26b061240e3d9060095de44b2c1bae291ecdef libwebp-0.5.2.tar.gz
+sha256 c928119229d4f8f35e20113ffb61f281eda267634a8dc2285af4b0ee27cf2b40 libwebp-0.6.0.tar.gz
diff --git a/package/webp/webp.mk b/package/webp/webp.mk
index 7cf3df23ca..2f3a78c1cc 100644
--- a/package/webp/webp.mk
+++ b/package/webp/webp.mk
@@ -4,7 +4,7 @@
#
################################################################################
-WEBP_VERSION = 0.5.2
+WEBP_VERSION = 0.6.0
WEBP_SOURCE = libwebp-$(WEBP_VERSION).tar.gz
WEBP_SITE = http://downloads.webmproject.org/releases/webp
WEBP_LICENSE = BSD-3-Clause
@@ -23,6 +23,12 @@ else
WEBP_CONF_OPTS += --disable-libwebpdemux
endif
+ifeq ($(BR2_PACKAGE_WEBP_MUX),y)
+WEBP_CONF_OPTS += --enable-libwebpmux
+else
+WEBP_CONF_OPTS += --disable-libwebpmux
+endif
+
ifeq ($(BR2_PACKAGE_LIBPNG),y)
WEBP_DEPENDENCIES += libpng
WEBP_CONF_ENV += ac_cv_path_LIBPNG_CONFIG=$(STAGING_DIR)/usr/bin/libpng-config
OpenPOWER on IntegriCloud