All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 0/4] Pull request #22
@ 2011-09-16  7:07 Martin Jansa
  2011-09-16  7:07 ` [meta-oe][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:07 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-oe

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-oe][PATCH 1/4] enjoy: Add var LIC_FILES_CHKSUM to recipe
  2011-09-16  7:07 [meta-oe][PATCH 0/4] Pull request #22 Martin Jansa
@ 2011-09-16  7:07 ` Martin Jansa
  2011-09-16  7:07 ` [meta-oe][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:07 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-oe][PATCH 2/4] enjoy: Add inherit gettext
  2011-09-16  7:07 [meta-oe][PATCH 0/4] Pull request #22 Martin Jansa
  2011-09-16  7:07 ` [meta-oe][PATCH 1/4] enjoy: Add var LIC_FILES_CHKSUM to recipe Martin Jansa
@ 2011-09-16  7:07 ` Martin Jansa
  2011-09-16  7:07 ` [meta-oe][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:07 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-oe][PATCH 3/4] enjoy: Update gstreamer package names in RDEPENDS
  2011-09-16  7:07 [meta-oe][PATCH 0/4] Pull request #22 Martin Jansa
  2011-09-16  7:07 ` [meta-oe][PATCH 1/4] enjoy: Add var LIC_FILES_CHKSUM to recipe Martin Jansa
  2011-09-16  7:07 ` [meta-oe][PATCH 2/4] enjoy: Add inherit gettext Martin Jansa
@ 2011-09-16  7:07 ` Martin Jansa
  2011-09-16  7:07 ` [meta-oe][PATCH 4/4] enjoy: Add gst-plugins-good-autodetect to RDEPENDS Martin Jansa
  2011-09-16 14:15 ` [meta-oe][PATCH 0/4] Pull request #22 Martin Jansa
  4 siblings, 0 replies; 7+ messages in thread
From: Martin Jansa @ 2011-09-16  7:07 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-oe][PATCH 4/4] enjoy: Add gst-plugins-good-autodetect to RDEPENDS
  2011-09-16  7:07 [meta-oe][PATCH 0/4] Pull request #22 Martin Jansa
                   ` (2 preceding siblings ...)
  2011-09-16  7:07 ` [meta-oe][PATCH 3/4] enjoy: Update gstreamer package names in RDEPENDS Martin Jansa
@ 2011-09-16  7:07 ` Martin Jansa
  2011-09-16 14:15 ` [meta-oe][PATCH 0/4] Pull request #22 Martin Jansa
  4 siblings, 0 replies; 7+ messages in thread
From: Martin Jansa @ 2011-09-16  7:07 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-oe][PATCH 0/4] Pull request #22
  2011-09-16  7:07 [meta-oe][PATCH 0/4] Pull request #22 Martin Jansa
                   ` (3 preceding siblings ...)
  2011-09-16  7:07 ` [meta-oe][PATCH 4/4] enjoy: Add gst-plugins-good-autodetect to RDEPENDS Martin Jansa
@ 2011-09-16 14:15 ` Martin Jansa
  2011-09-16 15:26   ` Koen Kooi
  4 siblings, 1 reply; 7+ messages in thread
From: Martin Jansa @ 2011-09-16 14:15 UTC (permalink / raw)
  To: openembedded-devel

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

On Fri, Sep 16, 2011 at 09:07:39AM +0200, Martin Jansa wrote:
> 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-oe

sorry about this bogus pull request.. I've changed -b param of
create-pull-request to jansa/meta-oe, but forget to git checkout
jansa/meta-oe branch before it..

btw: is it easier for you to apply 2 pull requests or can I send pull
requests with [meta-oe][meta-efl][meta-gnome] if I have changes to
multiple sublayers?

Regards,

> 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
> 

-- 
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

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

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

Op 16-09-11 16:15, Martin Jansa schreef:
> On Fri, Sep 16, 2011 at 09:07:39AM +0200, Martin Jansa wrote:
>> 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-oe
>
>> 
> sorry about this bogus pull request.. I've changed -b param of 
> create-pull-request to jansa/meta-oe, but forget to git checkout 
> jansa/meta-oe branch before it..
> 
> btw: is it easier for you to apply 2 pull requests or can I send pull 
> requests with [meta-oe][meta-efl][meta-gnome] if I have changes to 
> multiple sublayers?

it makes no real difference to me, to be honest :)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFOc2q+MkyGM64RGpERAhT3AJ4jRBxO4uJ+6C8B769tKEMNINDvwwCfW0Ru
Z+WwkvXdgXVTm47UymzcY30=
=Mfw8
-----END PGP SIGNATURE-----




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

end of thread, other threads:[~2011-09-16 15:32 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:07 [meta-oe][PATCH 0/4] Pull request #22 Martin Jansa
2011-09-16  7:07 ` [meta-oe][PATCH 1/4] enjoy: Add var LIC_FILES_CHKSUM to recipe Martin Jansa
2011-09-16  7:07 ` [meta-oe][PATCH 2/4] enjoy: Add inherit gettext Martin Jansa
2011-09-16  7:07 ` [meta-oe][PATCH 3/4] enjoy: Update gstreamer package names in RDEPENDS Martin Jansa
2011-09-16  7:07 ` [meta-oe][PATCH 4/4] enjoy: Add gst-plugins-good-autodetect to RDEPENDS Martin Jansa
2011-09-16 14:15 ` [meta-oe][PATCH 0/4] Pull request #22 Martin Jansa
2011-09-16 15:26   ` Koen Kooi

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.