From ef620928b5caadae939e2759b1c3933084ad9ebb Mon Sep 17 00:00:00 2001 From: Carlos Rafael Giani Date: Thu, 5 Nov 2015 17:20:00 +0100 Subject: gstreamer1.0-libav: upgrade to version 1.6.1 The lgpl PACKAGECONFIG is replaced by a gpl one, since the LGPL build is the default now. There is no --enable-lgpl switch anymore, it got replaced by --enable-gpl. Signed-off-by: Carlos Rafael Giani Signed-off-by: Ross Burton --- meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc') diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc index 84e6e95d36..5d86205cf8 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc @@ -3,7 +3,7 @@ SECTION = "multimedia" LICENSE = "GPLv2+ & LGPLv2+ & ( (GPLv2+ & LGPLv2.1+) | (GPLv3+ & LGPLv3+) )" LICENSE_FLAGS = "commercial" HOMEPAGE = "http://www.gstreamer.net/" -DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base zlib bzip2" +DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base zlib bzip2 xz" inherit autotools pkgconfig @@ -12,7 +12,7 @@ inherit autotools pkgconfig # libav copy included in the gst-libav package. PACKAGECONFIG ??= " orc yasm " PACKAGECONFIG[libav] = "--with-system-libav,,libav" -PACKAGECONFIG[lgpl] = "--enable-lgpl,," +PACKAGECONFIG[gpl] = "--enable-gpl,--disable-gpl," PACKAGECONFIG[yasm] = "--enable-yasm,--disable-yasm,yasm-native" PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc" -- cgit 1.2.3-korg