[oe-commits] Carlos Rafael Giani : gstreamer1.0-plugins-good: upgrade to 1.4.0

git at git.openembedded.org git at git.openembedded.org
Sat Aug 2 08:30:30 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 2ac6e260f94c7ecfc5ed00798e8431632ae6245c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2ac6e260f94c7ecfc5ed00798e8431632ae6245c

Author: Carlos Rafael Giani <dv at pseudoterminal.org>
Date:   Wed Jul 30 10:57:31 2014 +0200

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

Signed-off-by: Carlos Rafael Giani <dv at pseudoterminal.org>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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(-)

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}"
 



More information about the Openembedded-commits mailing list