aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl
diff options
context:
space:
mode:
authorpespin <pespin.shar@gmail.com>2011-08-23 04:45:07 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-12-06 13:08:30 +0100
commit28fd00e586fa137964ee4cd51945262636b1eb89 (patch)
treec3f3e1371acb265816ad7f2184348790529f246f /meta-efl
parent716d12924e03d7ad54517ccbcd8c5439b8f1c348 (diff)
downloadmeta-openembedded-contrib-28fd00e586fa137964ee4cd51945262636b1eb89.tar.gz
enjoy: Update gstreamer package names in RDEPENDS
* I know there is plan to change gstreamer packaging in oe-core to match package names from OE-classic, but this patch is here for more then 3 months and there is no good reason to keep enjoy broken in meta-efl master! * we'll update gstreamer package names again as soon as gstreamer packaging is improved in oe-core * Add gst-plugins-good-autodetect to RDEPENDS This plugin is needed in newer versions of enjoy. The app won't play any sound files without this plugin. Signed-off-by: Pau Espin Pedrol <pespin.shar@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl')
-rw-r--r--meta-efl/recipes-efl/e17/enjoy_svn.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-efl/recipes-efl/e17/enjoy_svn.bb b/meta-efl/recipes-efl/e17/enjoy_svn.bb
index 78020c114e..5c7d09bdba 100644
--- a/meta-efl/recipes-efl/e17/enjoy_svn.bb
+++ b/meta-efl/recipes-efl/e17/enjoy_svn.bb
@@ -14,12 +14,12 @@ DEPENDS += "gst-plugins-good ${@base_conditional('ENTERPRISE_DISTRO', '1', '', '
#4th needed for flac playback
#5th needed binary to create db
RDEPENDS += "\
- 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 \
- "
+ gst-plugins-base-typefindfunctions gst-plugins-base-playbin gst-plugins-base-volume gst-plugins-base-decodebin2 gst-plugins-good-autodetect \
+ ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugins-ugly-mad gst-plugins-good-id3demux', d)} \
+ gst-plugins-base-ogg gst-plugins-base-ivorbisdec \
+ gst-plugins-good-flac \
+ lightmediascanner-test \
+ "
inherit e gettext
SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep"