From ce5a68433d8c74025f11fdfe9995c224b48b86b4 Mon Sep 17 00:00:00 2001 From: Carlos Rafael Giani Date: Wed, 30 Jul 2014 10:57:31 +0200 Subject: [PATCH] gstreamer1.0-plugins-good: upgrade to 1.4.0 * xvideo options removed, since the V4L2 XV support never became upstream and is pretty much dead now (From OE-Core rev: 2ac6e260f94c7ecfc5ed00798e8431632ae6245c) Signed-off-by: Carlos Rafael Giani Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | 4 ++-- ...er1.0-plugins-good_1.2.4.bb => gstreamer1.0-plugins-good_1.4.0.bb} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.2.4.bb => gstreamer1.0-plugins-good_1.4.0.bb} (73%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc index 4e76a33..223e790 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc @@ -15,8 +15,8 @@ PACKAGECONFIG ??= " \ " X11DEPENDS = "virtual/libx11 libsm libxrender libxfixes libxdamage" -X11ENABLEOPTS = "--enable-x --enable-xvideo --enable-xshm" -X11DISABLEOPTS = "--disable-x --disable-xvideo --disable-xshm" +X11ENABLEOPTS = "--enable-x --enable-xshm" +X11DISABLEOPTS = "--disable-x --disable-xshm" PACKAGECONFIG[x11] = "${X11ENABLEOPTS},${X11DISABLEOPTS},${X11DEPENDS}" PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio" PACKAGECONFIG[cairo] = "--enable-cairo,--disable-cairo,cairo" diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.2.4.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.4.0.bb similarity index 73% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.2.4.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.4.0.bb index 93813a0..33a75bd 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.2.4.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.4.0.bb @@ -3,7 +3,7 @@ include gstreamer1.0-plugins-good.inc LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=a4e1830fce078028c8f0974161272607 \ file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe" -SRC_URI[md5sum] = "8aac024ee0cd98b67a3066ad31d8c677" -SRC_URI[sha256sum] = "c9c90368393c2e5e78387e95c02ce7b19f48e793bba6d8547f2c4b51c6f420d3" +SRC_URI[md5sum] = "8007d57a38f6b2882961b2547fa4597c" +SRC_URI[sha256sum] = "48a62e7987fffa289a091dfc8ccc80b401d110632b8fc1adce5b82fc092f2685" S = "${WORKDIR}/gst-plugins-good-${PV}" -- 2.7.4