mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user