aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-12-05 22:59:32 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-12-05 23:04:46 +0100
commit08273bc52b8c87d3a162a80052fbf80157622de5 (patch)
tree190b637cabf6a307b1a945f051ba05c7e398e174 /recipes/e17
parent3a4c8038da14b3b6b6e6bfc0de66cacee26350ea (diff)
downloadopenembedded-08273bc52b8c87d3a162a80052fbf80157622de5.tar.gz
enjoy_svn: fix dependencies and bump PR
*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>
Diffstat (limited to 'recipes/e17')
-rw-r--r--recipes/e17/enjoy_svn.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/e17/enjoy_svn.bb b/recipes/e17/enjoy_svn.bb
index 3dc7fd7a76..919d3f0417 100644
--- a/recipes/e17/enjoy_svn.bb
+++ b/recipes/e17/enjoy_svn.bb
@@ -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 \