[oe-commits] Denis 'GNUtoo' Carikli : enjoy_svn: fix dependencies and bump PR

git version control git at git.openembedded.org
Sun Dec 5 22:06:16 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 08273bc52b8c87d3a162a80052fbf80157622de5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=08273bc52b8c87d3a162a80052fbf80157622de5

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Sun Dec  5 22:59:32 2010 +0100

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 at no-log.org>

---

 recipes/e17/enjoy_svn.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/e17/enjoy_svn.bb b/recipes/e17/enjoy_svn.bb
index 3dc7fd7..919d3f0 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 \





More information about the Openembedded-commits mailing list