[oe] [PATCH] libwebp: upgrade to 0.4.3

Ross Burton ross.burton at intel.com
Wed Sep 2 20:52:51 UTC 2015


Change SRC_URI as googlecode is dead, update the license checksum (based on work
by Alexander Kanavin <alexander.kanavin at linux.intel.com>).

Also make the giflib dependency optional as the PNG/JPEG/TIFF dependencies
already are.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 .../webp/{libwebp_0.4.0.bb => libwebp_0.4.3.bb}               | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)
 rename meta-oe/recipes-multimedia/webp/{libwebp_0.4.0.bb => libwebp_0.4.3.bb} (80%)

diff --git a/meta-oe/recipes-multimedia/webp/libwebp_0.4.0.bb b/meta-oe/recipes-multimedia/webp/libwebp_0.4.3.bb
similarity index 80%
rename from meta-oe/recipes-multimedia/webp/libwebp_0.4.0.bb
rename to meta-oe/recipes-multimedia/webp/libwebp_0.4.3.bb
index 7663b3b..50caa70 100644
--- a/meta-oe/recipes-multimedia/webp/libwebp_0.4.0.bb
+++ b/meta-oe/recipes-multimedia/webp/libwebp_0.4.3.bb
@@ -10,13 +10,11 @@ HOMEPAGE = "https://developers.google.com/speed/webp/"
 SECTION = "libs"
 
 LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://PATENTS;md5=7ec8a34de2073ea13ea2991006246d20"
+LIC_FILES_CHKSUM = "file://COPYING;md5=6e8dee932c26f2dab503abf70c96d8bb"
 
-DEPENDS = "giflib"
-
-SRC_URI = "https://webp.googlecode.com/files/${BP}.tar.gz"
-SRC_URI[md5sum] = "c8dd1d26eb9566833aba269b86d97e68"
-SRC_URI[sha256sum] = "31913577e96386556855b41d210736449445fe96cfbe9289014e9b8afa944d69"
+SRC_URI = "http://downloads.webmproject.org/releases/webp/${BP}.tar.gz"
+SRC_URI[md5sum] = "08813525eeeffe7e305b4cbfade8ae9b"
+SRC_URI[sha256sum] = "efbe0d58fda936f2ed99d0b837ed7087d064d6838931f282c4618d2a3f7390c4"
 
 EXTRA_OECONF = " \
     --disable-experimental \
@@ -34,6 +32,7 @@ PACKAGECONFIG ??= ""
 PACKAGECONFIG[decoder] = "--enable-libwebpdecoder,--disable-libwebpdecoder"
 
 # Apply for examples programs: cwebp and dwebp
+PACKAGECONFIG[gif] = ",ac_cv_header_gif_lib_h=no,giflib"
 PACKAGECONFIG[jpeg] = ",ac_cv_header_jpeglib_h=no,jpeg"
 PACKAGECONFIG[png] = ",ac_cv_header_png_h=no,libpng"
 PACKAGECONFIG[tiff] = ",ac_cv_header_tiffio_h=no,tiff"
-- 
2.1.4




More information about the Openembedded-devel mailing list