[oe-commits] Martin Jansa : fsomusicd: RDEPENDS remove some plugins not built by gst-plugins-base

git version control git at git.openembedded.org
Wed Jan 6 22:42:13 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Jan  5 21:31:28 2010 +0100

fsomusicd: RDEPENDS remove some plugins not built by gst-plugins-base

Signed-off-by: Frederik 'playya' Sdun <Frederik.Sdun at googlemail.com>

---

 recipes/freesmartphone/fsomusicd_git.bb |   23 ++++++++++++-----------
 1 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/recipes/freesmartphone/fsomusicd_git.bb b/recipes/freesmartphone/fsomusicd_git.bb
index 0081298..c557ad0 100644
--- a/recipes/freesmartphone/fsomusicd_git.bb
+++ b/recipes/freesmartphone/fsomusicd_git.bb
@@ -1,20 +1,21 @@
 require cornucopia.inc
 DEPENDS += "gstreamer"
 PV = "0.0.1+gitr${SRCREV}"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
 
 RDEPENDS += "\
   gst-plugin-volume \
   gst-plugin-mad \
-  gst-plugin-oggdemux \
-  gst-plugin-ivorbisdec \
+  gst-plugin-ogg \
+  gst-plugin-ivorbis \
   gst-plugin-audioconvert \
-  gst-plugin-flacdec \
-  gst-plugin-waveparse \
-  gst-plugin-siddec \
-  gst-plugin-modplug \
-  gst-plugin-filesrc \
-  gst-plugin-souphttpsrc \
-  gst-plugin-mmssrc \
-  gst-plugin-alsasink \
+  gst-plugin-flac \
+  gst-plugin-wavparse \
+  gst-plugin-sid \
+  gst-plugin-alsa \
 "
+RRECOMMENDS += "\
+  gst-plugin-souphttp \
+  gst-plugin-mms \
+  gst-plugin-modplug \
+  "





More information about the Openembedded-commits mailing list