enjoy_svn: fix dependencies and bump PR
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Sun, 5 Dec 2010 21:59:32 +0000 (22:59 +0100)
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Sun, 5 Dec 2010 22:04:46 +0000 (23:04 +0100)
*lame is not an mp3 decoder, it's an mp3 encoder, it's useless here
*mad was lacking(result: not beeing able to play mp3)
*gst-plugin-volume(volume not working) and gst-plugin-decodebin2
  (not able to play anything) were also lacking

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
recipes/e17/enjoy_svn.bb

index 3dc7fd7..919d3f0 100644 (file)
@@ -3,6 +3,7 @@ LICENSE = "LGPLv3"
 DEPENDS = "evas ecore edje emotion lightmediascanner"
 SRCREV = "${EFL_SRCREV}"
 PV = "0.0+svnr${SRCPV}"
+PR = "r1"
 
 #1st needed for all formats
 #2nd needed for mp3 playback
@@ -10,8 +11,8 @@ PV = "0.0+svnr${SRCPV}"
 #4th needed for flac playback
 #5th needed binary to create db
 RDEPENDS += "\
-       gst-plugin-typefindfunctions gst-plugin-playbin \
-       ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugin-lame gst-plugin-id3demux', d)} \
+       gst-plugin-typefindfunctions gst-plugin-playbin gst-plugin-volume gst-plugin-decodebin2  \
+       ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugin-mad gst-plugin-id3demux', d)} \
        gst-plugin-ogg gst-plugin-ivorbisdec \
        gst-plugin-flac \
        lightmediascanner-test \