[oe-commits] Paul Eggleton : gst-plugins-good: add pulseaudio to DEPENDS

git at git.openembedded.org git at git.openembedded.org
Mon Oct 24 14:09:34 UTC 2011


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

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Mon Oct 17 14:27:53 2011 +0100

gst-plugins-good: add pulseaudio to DEPENDS

This explicitly enables the pulseaudio plugin rather than it being built
if pulseaudio happens to have been built first.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../gstreamer/gst-plugins-good_0.10.28.bb          |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.28.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.28.bb
index cca63e9..6c837a7 100644
--- a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.28.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.28.bb
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
                     file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe"
 
 DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \
-	    speex libsoup-2.4"
-PR = "r1"
+	    speex libsoup-2.4 pulseaudio"
+PR = "r2"
 
 inherit gettext
 





More information about the Openembedded-commits mailing list