summaryrefslogtreecommitdiffstats
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
parent716d12924e03d7ad54517ccbcd8c5439b8f1c348 (diff)
downloadmeta-openembedded-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>
-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', '', '
14#4th needed for flac playback 14#4th needed for flac playback
15#5th needed binary to create db 15#5th needed binary to create db
16RDEPENDS += "\ 16RDEPENDS += "\
17 gst-plugin-typefindfunctions gst-plugin-playbin gst-plugin-volume gst-plugin-decodebin2 \ 17 gst-plugins-base-typefindfunctions gst-plugins-base-playbin gst-plugins-base-volume gst-plugins-base-decodebin2 gst-plugins-good-autodetect \
18 ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugin-mad gst-plugin-id3demux', d)} \ 18 ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugins-ugly-mad gst-plugins-good-id3demux', d)} \
19 gst-plugin-ogg gst-plugin-ivorbisdec \ 19 gst-plugins-base-ogg gst-plugins-base-ivorbisdec \
20 gst-plugin-flac \ 20 gst-plugins-good-flac \
21 lightmediascanner-test \ 21 lightmediascanner-test \
22 " 22 "
23 23
24inherit e gettext 24inherit e gettext
25SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep" 25SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep"