summaryrefslogtreecommitdiff
path: root/recipes/freesmartphone
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-01-05 21:31:28 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-01-06 23:40:45 +0100
commit5a63eef3109d0404236c752ea5d4e17fc18c73bb (patch)
tree486bcc6c4b2fe8aaeef054e50809085802a3fd16 /recipes/freesmartphone
parentb2a6f7304b70600e5c9b131c353b81346b82158d (diff)
fsomusicd: RDEPENDS remove some plugins not built by gst-plugins-base
Signed-off-by: Frederik 'playya' Sdun <Frederik.Sdun@googlemail.com>
Diffstat (limited to 'recipes/freesmartphone')
-rw-r--r--recipes/freesmartphone/fsomusicd_git.bb23
1 files changed, 12 insertions, 11 deletions
diff --git a/recipes/freesmartphone/fsomusicd_git.bb b/recipes/freesmartphone/fsomusicd_git.bb
index 0081298909..c557ad0043 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 \
+ "