From: Pau Espin Pedrol <pespin.shar@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 2/2] enjoy: make it work with shr-core
Date: Wed, 17 Aug 2011 06:51:55 +0200 [thread overview]
Message-ID: <1313556715-28652-2-git-send-email-pespin.shar@gmail.com> (raw)
In-Reply-To: <1313556715-28652-1-git-send-email-pespin.shar@gmail.com>
* added LIC_FILES_CHKSUM
* added virtual/gettext as it seems it is needed now (it didn't build fine without it)
* RDEPENDS: added new gstreamer module gst-plugins-good-autodetect needed for enjoy to be able to play files
* RDEPENDS: updated all other module names because they changed in shr-core
Signed-off-by: Pau Espin Pedrol <pespin.shar@gmail.com>
---
meta-efl/recipes-efl/e17/enjoy_svn.bb | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/meta-efl/recipes-efl/e17/enjoy_svn.bb b/meta-efl/recipes-efl/e17/enjoy_svn.bb
index eab81b4..c6394c7 100644
--- a/meta-efl/recipes-efl/e17/enjoy_svn.bb
+++ b/meta-efl/recipes-efl/e17/enjoy_svn.bb
@@ -5,7 +5,10 @@ SRCREV = "${EFL_SRCREV}"
PV = "0.0+svnr${SRCPV}"
PR = "r4"
-DEPENDS += "gst-plugins-good ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugins-ugly', d)}"
+LIC_FILES_CHKSUM = "file://COPYING;md5=0f507c68d42d1cc0fcb507d007112bf2"
+
+
+DEPENDS += "virtual/gettext gst-plugins-good ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugins-ugly', d)}"
#1st needed for all formats
#2nd needed for mp3 playback
@@ -13,10 +16,10 @@ 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 \
+ 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 \
"
--
1.7.6
next prev parent reply other threads:[~2011-08-17 4:57 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-17 4:51 [PATCH 1/2] lightmediascanner: added recipe for v0.4.3 Pau Espin Pedrol
2011-08-17 4:51 ` Pau Espin Pedrol [this message]
2011-08-17 8:17 ` [PATCH 2/2] enjoy: make it work with shr-core Paul Menzel
2011-08-17 4:55 ` [PATCH 1/2] lightmediascanner: added recipe for v0.4.3 Pau Espin Pedrol
2011-08-17 7:30 ` Koen Kooi
2011-08-17 7:46 ` Martin Jansa
2011-08-17 10:55 ` Paul Menzel
2011-08-17 11:04 ` Paul Menzel
2011-08-17 17:15 ` Pau Espin Pedrol
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1313556715-28652-2-git-send-email-pespin.shar@gmail.com \
--to=pespin.shar@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.