All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] gstreamer plugins update/fix
@ 2011-10-17 13:27 Paul Eggleton
  2011-10-17 13:27 ` [PATCH 1/2] gst-plugins-base: update to 0.10.35 Paul Eggleton
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Paul Eggleton @ 2011-10-17 13:27 UTC (permalink / raw)
  To: openembedded-core

I noticed we don't have the latest stable version of gst-plugins-base,
I'm assuming there wasn't a specific reason for this (FWIW the old version
installs a header which causes some applications to fail to build, due to
the use of G_CONST_RETURN which has been deprecated).

In addition, gst-plugins-good builds a pulseaudio plugin if it is found,
and this is useful so make this dependency explicit.

The following changes since commit 629bea96ae07d9f3129a5da488682851a4e09d52:

  xserver-xorg: remove glx-use-tls again (2011-10-17 12:26:52 +0100)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib paule/gst
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/gst

Paul Eggleton (2):
  gst-plugins-base: update to 0.10.35
  gst-plugins-good: add pulseaudio to DEPENDS

 .../gst-plugins-base-tremor.patch                  |    0
 ...base_0.10.32.bb => gst-plugins-base_0.10.35.bb} |    6 +++---
 .../gstreamer/gst-plugins-good_0.10.28.bb          |    4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gst-plugins-base-0.10.32 => gst-plugins-base-0.10.35}/gst-plugins-base-tremor.patch (100%)
 rename meta/recipes-multimedia/gstreamer/{gst-plugins-base_0.10.32.bb => gst-plugins-base_0.10.35.bb} (84%)

-- 
1.7.4.1




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

* [PATCH 1/2] gst-plugins-base: update to 0.10.35
  2011-10-17 13:27 [PATCH 0/2] gstreamer plugins update/fix Paul Eggleton
@ 2011-10-17 13:27 ` Paul Eggleton
  2011-10-17 13:27 ` [PATCH 2/2] gst-plugins-good: add pulseaudio to DEPENDS Paul Eggleton
  2011-10-20 17:22 ` [PATCH 0/2] gstreamer plugins update/fix Saul Wold
  2 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2011-10-17 13:27 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 .../gst-plugins-base-tremor.patch                  |    0
 ...base_0.10.32.bb => gst-plugins-base_0.10.35.bb} |    6 +++---
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gst-plugins-base-0.10.32 => gst-plugins-base-0.10.35}/gst-plugins-base-tremor.patch (100%)
 rename meta/recipes-multimedia/gstreamer/{gst-plugins-base_0.10.32.bb => gst-plugins-base_0.10.35.bb} (84%)

diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-base-0.10.32/gst-plugins-base-tremor.patch b/meta/recipes-multimedia/gstreamer/gst-plugins-base-0.10.35/gst-plugins-base-tremor.patch
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gst-plugins-base-0.10.32/gst-plugins-base-tremor.patch
rename to meta/recipes-multimedia/gstreamer/gst-plugins-base-0.10.35/gst-plugins-base-tremor.patch
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.32.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.35.bb
similarity index 84%
rename from meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.32.bb
rename to meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.35.bb
index 82d9afc..e49a00c 100644
--- a/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.32.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.35.bb
@@ -10,10 +10,10 @@ DEPENDS += "virtual/libx11 alsa-lib freetype liboil libogg libvorbis libxv libth
 
 SRC_URI += " file://gst-plugins-base-tremor.patch"
 
-SRC_URI[md5sum] = "2920af2b3162f3d9fbaa7fabc8ed4d38"
-SRC_URI[sha256sum] = "e9aabfac83f6480896da0686e9c911989f896fbad634821b7771ed84a446172b"
+SRC_URI[md5sum] = "1d300983525f4f09030eb3ba47cb04b0"
+SRC_URI[sha256sum] = "cd24f01bb5258a1f400bc4f2c212bb7cee9ee23c9ffb80d537a24ef366d17103"
 
-PR = "r1"
+PR = "r0"
 
 inherit gettext
 
-- 
1.7.4.1




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

* [PATCH 2/2] gst-plugins-good: add pulseaudio to DEPENDS
  2011-10-17 13:27 [PATCH 0/2] gstreamer plugins update/fix Paul Eggleton
  2011-10-17 13:27 ` [PATCH 1/2] gst-plugins-base: update to 0.10.35 Paul Eggleton
@ 2011-10-17 13:27 ` Paul Eggleton
  2011-10-20 17:22 ` [PATCH 0/2] gstreamer plugins update/fix Saul Wold
  2 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2011-10-17 13:27 UTC (permalink / raw)
  To: openembedded-core

This explicitly enables the pulseaudio plugin rather than it being built
if pulseaudio happens to have been built first.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 .../gstreamer/gst-plugins-good_0.10.28.bb          |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.28.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.28.bb
index cca63e9..6c837a7 100644
--- a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.28.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.28.bb
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
                     file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe"
 
 DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \
-	    speex libsoup-2.4"
-PR = "r1"
+	    speex libsoup-2.4 pulseaudio"
+PR = "r2"
 
 inherit gettext
 
-- 
1.7.4.1




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

* Re: [PATCH 0/2] gstreamer plugins update/fix
  2011-10-17 13:27 [PATCH 0/2] gstreamer plugins update/fix Paul Eggleton
  2011-10-17 13:27 ` [PATCH 1/2] gst-plugins-base: update to 0.10.35 Paul Eggleton
  2011-10-17 13:27 ` [PATCH 2/2] gst-plugins-good: add pulseaudio to DEPENDS Paul Eggleton
@ 2011-10-20 17:22 ` Saul Wold
  2 siblings, 0 replies; 4+ messages in thread
From: Saul Wold @ 2011-10-20 17:22 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Paul Eggleton

On 10/17/2011 06:27 AM, Paul Eggleton wrote:
> I noticed we don't have the latest stable version of gst-plugins-base,
> I'm assuming there wasn't a specific reason for this (FWIW the old version
> installs a header which causes some applications to fail to build, due to
> the use of G_CONST_RETURN which has been deprecated).
>
> In addition, gst-plugins-good builds a pulseaudio plugin if it is found,
> and this is useful so make this dependency explicit.
>
> The following changes since commit 629bea96ae07d9f3129a5da488682851a4e09d52:
>
>    xserver-xorg: remove glx-use-tls again (2011-10-17 12:26:52 +0100)
>
> are available in the git repository at:
>    git://git.openembedded.org/openembedded-core-contrib paule/gst
>    http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/gst
>
> Paul Eggleton (2):
>    gst-plugins-base: update to 0.10.35
>    gst-plugins-good: add pulseaudio to DEPENDS
>
>   .../gst-plugins-base-tremor.patch                  |    0
>   ...base_0.10.32.bb =>  gst-plugins-base_0.10.35.bb} |    6 +++---
>   .../gstreamer/gst-plugins-good_0.10.28.bb          |    4 ++--
>   3 files changed, 5 insertions(+), 5 deletions(-)
>   rename meta/recipes-multimedia/gstreamer/{gst-plugins-base-0.10.32 =>  gst-plugins-base-0.10.35}/gst-plugins-base-tremor.patch (100%)
>   rename meta/recipes-multimedia/gstreamer/{gst-plugins-base_0.10.32.bb =>  gst-plugins-base_0.10.35.bb} (84%)
>

Merged into OE-Core

Thanks
	Sau!



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

end of thread, other threads:[~2011-10-20 17:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-17 13:27 [PATCH 0/2] gstreamer plugins update/fix Paul Eggleton
2011-10-17 13:27 ` [PATCH 1/2] gst-plugins-base: update to 0.10.35 Paul Eggleton
2011-10-17 13:27 ` [PATCH 2/2] gst-plugins-good: add pulseaudio to DEPENDS Paul Eggleton
2011-10-20 17:22 ` [PATCH 0/2] gstreamer plugins update/fix Saul Wold

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.