From 08273bc52b8c87d3a162a80052fbf80157622de5 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sun, 5 Dec 2010 22:59:32 +0100 Subject: [PATCH] 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 --- recipes/e17/enjoy_svn.bb | 5 +++-- 1 file 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 \ -- 2.39.5