diff options
-rw-r--r-- | meta-efl/recipes-efl/e17/enjoy_svn.bb | 12 |
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 |
16 | RDEPENDS += "\ | 16 | RDEPENDS += "\ |
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 | ||
24 | inherit e gettext | 24 | inherit e gettext |
25 | SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep" | 25 | SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep" |