[oe-commits] Koen Kooi : gst-plugins: add more explicit dependencies

git version control git at git.openembedded.org
Wed Dec 2 18:57:22 UTC 2009


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 237cbb465699c4503598ef606f6d3b7e5ab45e7f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=237cbb465699c4503598ef606f6d3b7e5ab45e7f

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Dec  1 12:22:31 2009 +0100

gst-plugins: add more explicit dependencies

---

 recipes/gstreamer/gst-plugins-base_0.10.25.bb |    4 ++--
 recipes/gstreamer/gst-plugins-good_0.10.15.bb |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/gstreamer/gst-plugins-base_0.10.25.bb b/recipes/gstreamer/gst-plugins-base_0.10.25.bb
index 5862a65..2b33c23 100644
--- a/recipes/gstreamer/gst-plugins-base_0.10.25.bb
+++ b/recipes/gstreamer/gst-plugins-base_0.10.25.bb
@@ -1,6 +1,6 @@
 require gst-plugins.inc
 
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
 
 PROVIDES += "gst-plugins"
 
@@ -8,5 +8,5 @@ PROVIDES += "gst-plugins"
 # if alsa has been built and is present.  You will
 # not get an error if this is not present, just 
 # a missing alsa plugin
-DEPENDS += "pango libtheora alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv"
+DEPENDS += "cdparanoia pango libtheora alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv"
 
diff --git a/recipes/gstreamer/gst-plugins-good_0.10.15.bb b/recipes/gstreamer/gst-plugins-good_0.10.15.bb
index ae75661..57ff59b 100644
--- a/recipes/gstreamer/gst-plugins-good_0.10.15.bb
+++ b/recipes/gstreamer/gst-plugins-good_0.10.15.bb
@@ -1,13 +1,13 @@
 require gst-plugins.inc
 
-PR = "r5"
+PR = "r6"
 
 SRC_URI += "file://fix-unit-scale-asseration.patch;patch=1"
 
 OE_ALLOW_INSECURE_DOWNLOADS = "1"
 inherit gconf 
 
-DEPENDS += "flac gst-plugins-base openssl popt esound"
+DEPENDS += "libsoup-2.4 flac gst-plugins-base openssl popt esound"
 
 PACKAGES =+ "gst-plugin-gconfelements"
 FILES_gst-plugin-gconfelements += "${sysconfdir}/gconf"





More information about the Openembedded-commits mailing list