From 5a63eef3109d0404236c752ea5d4e17fc18c73bb Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 5 Jan 2010 21:31:28 +0100 Subject: fsomusicd: RDEPENDS remove some plugins not built by gst-plugins-base Signed-off-by: Frederik 'playya' Sdun --- recipes/freesmartphone/fsomusicd_git.bb | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'recipes/freesmartphone') 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 \ + " -- cgit v1.2.3