All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-efl][PATCH 0/4] Pull request #12
@ 2011-09-16  7:08 Martin Jansa
  2011-09-16  7:08 ` [meta-efl][PATCH 1/4] enjoy: Add var LIC_FILES_CHKSUM to recipe Martin Jansa
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Martin Jansa @ 2011-09-16  7:08 UTC (permalink / raw)
  To: openembedded-devel

The following changes since commit 9c4ff53d2fa688581d257eb7e045f9e6a20470d3:

  vlc: update to 1.1.11 and fix xml2 build (2011-09-15 15:59:26 +0200)

are available in the git repository at:
  git://git.openembedded.org/meta-openembedded-contrib jansa/meta-efl
  http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/meta-efl

pespin (4):
  enjoy: Add var LIC_FILES_CHKSUM to recipe
  enjoy: Add inherit gettext
  enjoy: Update gstreamer package names in RDEPENDS
  enjoy: Add gst-plugins-good-autodetect to RDEPENDS

 meta-efl/recipes-efl/e17/enjoy_svn.bb |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

-- 
1.7.6.1




^ permalink raw reply	[flat|nested] 7+ messages in thread

* [meta-efl][PATCH 1/4] enjoy: Add var LIC_FILES_CHKSUM to recipe
  2011-09-16  7:08 [meta-efl][PATCH 0/4] Pull request #12 Martin Jansa
@ 2011-09-16  7:08 ` Martin Jansa
  2011-09-16  7:08 ` [meta-efl][PATCH 2/4] enjoy: Add inherit gettext Martin Jansa
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Martin Jansa @ 2011-09-16  7:08 UTC (permalink / raw)
  To: openembedded-devel

From: pespin <pespin.shar@gmail.com>

Signed-off-by: Pau Espin Pedrol <pespin.shar@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-efl/recipes-efl/e17/enjoy_svn.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta-efl/recipes-efl/e17/enjoy_svn.bb b/meta-efl/recipes-efl/e17/enjoy_svn.bb
index eab81b4..d3fea32 100644
--- a/meta-efl/recipes-efl/e17/enjoy_svn.bb
+++ b/meta-efl/recipes-efl/e17/enjoy_svn.bb
@@ -1,5 +1,6 @@
 DESCRIPTION = "Enjoy music player"
 LICENSE = "LGPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=0f507c68d42d1cc0fcb507d007112bf2"
 DEPENDS = "evas ecore edje elementary emotion lightmediascanner"
 SRCREV = "${EFL_SRCREV}"
 PV = "0.0+svnr${SRCPV}"
-- 
1.7.6.1




^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [meta-efl][PATCH 2/4] enjoy: Add inherit gettext
  2011-09-16  7:08 [meta-efl][PATCH 0/4] Pull request #12 Martin Jansa
  2011-09-16  7:08 ` [meta-efl][PATCH 1/4] enjoy: Add var LIC_FILES_CHKSUM to recipe Martin Jansa
@ 2011-09-16  7:08 ` Martin Jansa
  2011-09-16  7:08 ` [meta-efl][PATCH 3/4] enjoy: Update gstreamer package names in RDEPENDS Martin Jansa
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Martin Jansa @ 2011-09-16  7:08 UTC (permalink / raw)
  To: openembedded-devel

From: pespin <pespin.shar@gmail.com>

* Without this patch bitbake fails to build this recipe, and it says this line should be added to recipe

Signed-off-by: Pau Espin Pedrol <pespin.shar@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-efl/recipes-efl/e17/enjoy_svn.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-efl/recipes-efl/e17/enjoy_svn.bb b/meta-efl/recipes-efl/e17/enjoy_svn.bb
index d3fea32..90eb318 100644
--- a/meta-efl/recipes-efl/e17/enjoy_svn.bb
+++ b/meta-efl/recipes-efl/e17/enjoy_svn.bb
@@ -21,7 +21,7 @@ RDEPENDS += "\
 	lightmediascanner-test \
 	"
 
-inherit e
+inherit e gettext
 SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep"
 S = "${WORKDIR}/${SRCNAME}"
 
-- 
1.7.6.1




^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [meta-efl][PATCH 3/4] enjoy: Update gstreamer package names in RDEPENDS
  2011-09-16  7:08 [meta-efl][PATCH 0/4] Pull request #12 Martin Jansa
  2011-09-16  7:08 ` [meta-efl][PATCH 1/4] enjoy: Add var LIC_FILES_CHKSUM to recipe Martin Jansa
  2011-09-16  7:08 ` [meta-efl][PATCH 2/4] enjoy: Add inherit gettext Martin Jansa
@ 2011-09-16  7:08 ` Martin Jansa
  2011-09-16  7:08 ` [meta-efl][PATCH 4/4] enjoy: Add gst-plugins-good-autodetect to RDEPENDS Martin Jansa
  2011-09-16  8:21 ` [meta-efl][PATCH 0/4] Pull request #12 Koen Kooi
  4 siblings, 0 replies; 7+ messages in thread
From: Martin Jansa @ 2011-09-16  7:08 UTC (permalink / raw)
  To: openembedded-devel

From: pespin <pespin.shar@gmail.com>

* we'll update gstreamer package names again as soon as gstreamer
  packaging is improved in oe-core

Signed-off-by: Pau Espin Pedrol <pespin.shar@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 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 90eb318..d2f6b03 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 \
+       ${@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"
-- 
1.7.6.1




^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [meta-efl][PATCH 4/4] enjoy: Add gst-plugins-good-autodetect to RDEPENDS
  2011-09-16  7:08 [meta-efl][PATCH 0/4] Pull request #12 Martin Jansa
                   ` (2 preceding siblings ...)
  2011-09-16  7:08 ` [meta-efl][PATCH 3/4] enjoy: Update gstreamer package names in RDEPENDS Martin Jansa
@ 2011-09-16  7:08 ` Martin Jansa
  2011-09-16  8:21 ` [meta-efl][PATCH 0/4] Pull request #12 Koen Kooi
  4 siblings, 0 replies; 7+ messages in thread
From: Martin Jansa @ 2011-09-16  7:08 UTC (permalink / raw)
  To: openembedded-devel

From: pespin <pespin.shar@gmail.com>

* 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>
---
 meta-efl/recipes-efl/e17/enjoy_svn.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-efl/recipes-efl/e17/enjoy_svn.bb b/meta-efl/recipes-efl/e17/enjoy_svn.bb
index d2f6b03..8c4d4c2 100644
--- a/meta-efl/recipes-efl/e17/enjoy_svn.bb
+++ b/meta-efl/recipes-efl/e17/enjoy_svn.bb
@@ -14,7 +14,7 @@ DEPENDS += "gst-plugins-good ${@base_conditional('ENTERPRISE_DISTRO', '1', '', '
 #4th needed for flac playback
 #5th needed binary to create db
 RDEPENDS += "\
-       gst-plugins-base-typefindfunctions gst-plugins-base-playbin gst-plugins-base-volume gst-plugins-base-decodebin2 \
+       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 \
-- 
1.7.6.1




^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [meta-efl][PATCH 0/4] Pull request #12
  2011-09-16  7:08 [meta-efl][PATCH 0/4] Pull request #12 Martin Jansa
                   ` (3 preceding siblings ...)
  2011-09-16  7:08 ` [meta-efl][PATCH 4/4] enjoy: Add gst-plugins-good-autodetect to RDEPENDS Martin Jansa
@ 2011-09-16  8:21 ` Koen Kooi
  2011-09-16  8:39   ` Martin Jansa
  4 siblings, 1 reply; 7+ messages in thread
From: Koen Kooi @ 2011-09-16  8:21 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 16-09-11 09:08, Martin Jansa schreef:
> The following changes since commit
> 9c4ff53d2fa688581d257eb7e045f9e6a20470d3:
> 
> vlc: update to 1.1.11 and fix xml2 build (2011-09-15 15:59:26 +0200)
> 
> are available in the git repository at: 
> git://git.openembedded.org/meta-openembedded-contrib jansa/meta-efl 
> http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/meta-efl
>
>  pespin (4): enjoy: Add var LIC_FILES_CHKSUM to recipe enjoy: Add inherit
> gettext enjoy: Update gstreamer package names in RDEPENDS enjoy: Add
> gst-plugins-good-autodetect to RDEPENDS

I'm not going to pull the gstreamer ones till the oe-core situation is
sorted out on that front.
My other complaint is the lack of a proper author, could you please fix that up?

regards,

Koen

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFOcwcPMkyGM64RGpERAgdHAJ9RJ7X7Cd61X0U0a3MfOp6p6stQlwCgoKKj
6J+kRvXdfoWwt5MRmoNq9s8=
=Q+Ip
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [meta-efl][PATCH 0/4] Pull request #12
  2011-09-16  8:21 ` [meta-efl][PATCH 0/4] Pull request #12 Koen Kooi
@ 2011-09-16  8:39   ` Martin Jansa
  0 siblings, 0 replies; 7+ messages in thread
From: Martin Jansa @ 2011-09-16  8:39 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1244 bytes --]

On Fri, Sep 16, 2011 at 10:21:36AM +0200, Koen Kooi wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Op 16-09-11 09:08, Martin Jansa schreef:
> > The following changes since commit
> > 9c4ff53d2fa688581d257eb7e045f9e6a20470d3:
> > 
> > vlc: update to 1.1.11 and fix xml2 build (2011-09-15 15:59:26 +0200)
> > 
> > are available in the git repository at: 
> > git://git.openembedded.org/meta-openembedded-contrib jansa/meta-efl 
> > http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/meta-efl
> >
> >  pespin (4): enjoy: Add var LIC_FILES_CHKSUM to recipe enjoy: Add inherit
> > gettext enjoy: Update gstreamer package names in RDEPENDS enjoy: Add
> > gst-plugins-good-autodetect to RDEPENDS
> 
> I'm not going to pull the gstreamer ones till the oe-core situation is
> sorted out on that front.

Ah.. I was hoping we could update that as soon as it's fixed in oe-core.. 
because now enjoy is not really usable in current form.. well we need
more then this 4 patches to make it usefull..

> My other complaint is the lack of a proper author, could you please fix that up?

Yup, updated in jansa/meta-efl.

Thanks

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-09-16  8:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-16  7:08 [meta-efl][PATCH 0/4] Pull request #12 Martin Jansa
2011-09-16  7:08 ` [meta-efl][PATCH 1/4] enjoy: Add var LIC_FILES_CHKSUM to recipe Martin Jansa
2011-09-16  7:08 ` [meta-efl][PATCH 2/4] enjoy: Add inherit gettext Martin Jansa
2011-09-16  7:08 ` [meta-efl][PATCH 3/4] enjoy: Update gstreamer package names in RDEPENDS Martin Jansa
2011-09-16  7:08 ` [meta-efl][PATCH 4/4] enjoy: Add gst-plugins-good-autodetect to RDEPENDS Martin Jansa
2011-09-16  8:21 ` [meta-efl][PATCH 0/4] Pull request #12 Koen Kooi
2011-09-16  8:39   ` Martin Jansa

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.