All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14][PULL] connectivity/multimedia recipe upgrade, Dongxiao, 2011/04/15
@ 2011-04-15  5:36 Dongxiao Xu
  2011-04-15  5:36 ` [PATCH 01/14] gstreamer: upgrade to vesion 0.10.32 Dongxiao Xu
                   ` (15 more replies)
  0 siblings, 16 replies; 25+ messages in thread
From: Dongxiao Xu @ 2011-04-15  5:36 UTC (permalink / raw
  To: poky

From: Dongxiao Xu <dongxiao.xu@intel.com>

Hi Saul,

This pull request upgrades some connectivity and multimedia recipes, please help to review and pull.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: dxu4/upgrade
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/upgrade

Thanks,
    Dongxiao Xu <dongxiao.xu@intel.com>
---


Dongxiao Xu (14):
  gstreamer: upgrade to vesion 0.10.32
  gst-plugins-base: upgrade to version 0.10.32
  gst-plugins-good: upgrade to version 0.10.28
  gst-plugins-bad: upgrade to version 0.10.21
  gst-plugins-ugly: upgrade to version 0.10.17
  ofono: upgrade to version 0.45
  alsa-lib: upgrade to version 1.0.24.1
  alsa-utils: upgrade to version 1.0.24.2
  telepathy-glib: upgrade to version 0.14.3
  telepathy-idle: upgrade to version 0.1.8
  telepathy-mission-control: upgrade to version 5.7.9
  gssdp: upgrade to version 0.10.0
  gupnp: upgrade to version 0.16.0
  distro_tracking_fields: update for gstreamer, gupnp, telepathy-glib,
    etc

 .../conf/distro/include/distro_tracking_fields.inc |  106 ++++++++++----------
 .../{files => gssdp-0.10.0}/introspection.patch    |    5 +-
 .../gupnp/{gssdp_0.9.0.bb => gssdp_0.10.0.bb}      |    4 +-
 .../gupnp/{gupnp_0.14.0.bb => gupnp_0.16.0.bb}     |    7 +-
 meta/recipes-connectivity/ofono/ofono_0.37.bb      |    9 --
 meta/recipes-connectivity/ofono/ofono_0.45.bb      |    9 ++
 ...thy-glib_0.13.6.bb => telepathy-glib_0.14.3.bb} |    4 +-
 ...pathy-idle_0.1.7.bb => telepathy-idle_0.1.8.bb} |    4 +-
 ...5.7.1.bb => telepathy-mission-control_5.7.9.bb} |    4 +-
 .../fix-tstamp-declaration.patch                   |    2 +
 .../unbreak_plugindir.patch                        |    2 +
 .../{alsa-lib_1.0.23.bb => alsa-lib_1.0.24.1.bb}   |    4 +-
 .../ncursesfix.patch                               |   22 ++--
 ...alsa-utils_1.0.23.bb => alsa-utils_1.0.24.2.bb} |    4 +-
 ...s-bad_0.10.20.bb => gst-plugins-bad_0.10.21.bb} |    6 +-
 .../gst-plugins-base-tremor.patch                  |    2 +
 ...base_0.10.31.bb => gst-plugins-base_0.10.32.bb} |    6 +-
 ...good_0.10.26.bb => gst-plugins-good_0.10.28.bb} |    6 +-
 ...ugly_0.10.16.bb => gst-plugins-ugly_0.10.17.bb} |    3 +
 .../check_fix.patch                                |    2 +
 .../gst-inspect-check-error.patch                  |    2 +
 .../gstregistrybinary.c                            |    0
 .../gstregistrybinary.h                            |    0
 .../{gstreamer_0.10.31.bb => gstreamer_0.10.32.bb} |    4 +-
 24 files changed, 116 insertions(+), 101 deletions(-)
 rename meta/recipes-connectivity/gupnp/{files => gssdp-0.10.0}/introspection.patch (97%)
 rename meta/recipes-connectivity/gupnp/{gssdp_0.9.0.bb => gssdp_0.10.0.bb} (83%)
 rename meta/recipes-connectivity/gupnp/{gupnp_0.14.0.bb => gupnp_0.16.0.bb} (85%)
 delete mode 100644 meta/recipes-connectivity/ofono/ofono_0.37.bb
 create mode 100644 meta/recipes-connectivity/ofono/ofono_0.45.bb
 rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.13.6.bb => telepathy-glib_0.14.3.bb} (80%)
 rename meta/recipes-connectivity/telepathy/{telepathy-idle_0.1.7.bb => telepathy-idle_0.1.8.bb} (81%)
 rename meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.7.1.bb => telepathy-mission-control_5.7.9.bb} (92%)
 rename meta/recipes-multimedia/alsa/{alsa-lib-1.0.23 => alsa-lib-1.0.24.1}/fix-tstamp-declaration.patch (95%)
 rename meta/recipes-multimedia/alsa/{alsa-lib-1.0.23 => alsa-lib-1.0.24.1}/unbreak_plugindir.patch (91%)
 rename meta/recipes-multimedia/alsa/{alsa-lib_1.0.23.bb => alsa-lib_1.0.24.1.bb} (91%)
 rename meta/recipes-multimedia/alsa/{alsa-utils-1.0.23 => alsa-utils-1.0.24.2}/ncursesfix.patch (70%)
 rename meta/recipes-multimedia/alsa/{alsa-utils_1.0.23.bb => alsa-utils_1.0.24.2.bb} (95%)
 rename meta/recipes-multimedia/gstreamer/{gst-plugins-bad_0.10.20.bb => gst-plugins-bad_0.10.21.bb} (86%)
 rename meta/recipes-multimedia/gstreamer/{gst-plugins-base-0.10.31 => gst-plugins-base-0.10.32}/gst-plugins-base-tremor.patch (94%)
 rename meta/recipes-multimedia/gstreamer/{gst-plugins-base_0.10.31.bb => gst-plugins-base_0.10.32.bb} (86%)
 rename meta/recipes-multimedia/gstreamer/{gst-plugins-good_0.10.26.bb => gst-plugins-good_0.10.28.bb} (82%)
 rename meta/recipes-multimedia/gstreamer/{gst-plugins-ugly_0.10.16.bb => gst-plugins-ugly_0.10.17.bb} (85%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 => gstreamer-0.10.32}/check_fix.patch (93%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 => gstreamer-0.10.32}/gst-inspect-check-error.patch (96%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 => gstreamer-0.10.32}/gstregistrybinary.c (100%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 => gstreamer-0.10.32}/gstregistrybinary.h (100%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer_0.10.31.bb => gstreamer_0.10.32.bb} (91%)



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

* [PATCH 01/14] gstreamer: upgrade to vesion 0.10.32
  2011-04-15  5:36 [PATCH 00/14][PULL] connectivity/multimedia recipe upgrade, Dongxiao, 2011/04/15 Dongxiao Xu
@ 2011-04-15  5:36 ` Dongxiao Xu
  2011-04-15  5:36 ` [PATCH 02/14] gst-plugins-base: upgrade to version 0.10.32 Dongxiao Xu
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 25+ messages in thread
From: Dongxiao Xu @ 2011-04-15  5:36 UTC (permalink / raw
  To: poky

From: Dongxiao Xu <dongxiao.xu@intel.com>

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 .../check_fix.patch                                |    2 ++
 .../gst-inspect-check-error.patch                  |    2 ++
 .../gstregistrybinary.c                            |    0
 .../gstregistrybinary.h                            |    0
 .../{gstreamer_0.10.31.bb => gstreamer_0.10.32.bb} |    4 ++--
 5 files changed, 6 insertions(+), 2 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 => gstreamer-0.10.32}/check_fix.patch (93%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 => gstreamer-0.10.32}/gst-inspect-check-error.patch (96%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 => gstreamer-0.10.32}/gstregistrybinary.c (100%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 => gstreamer-0.10.32}/gstregistrybinary.h (100%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer_0.10.31.bb => gstreamer_0.10.32.bb} (91%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer-0.10.31/check_fix.patch b/meta/recipes-multimedia/gstreamer/gstreamer-0.10.32/check_fix.patch
similarity index 93%
rename from meta/recipes-multimedia/gstreamer/gstreamer-0.10.31/check_fix.patch
rename to meta/recipes-multimedia/gstreamer/gstreamer-0.10.32/check_fix.patch
index 72c3f64..5d8bb13 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer-0.10.31/check_fix.patch
+++ b/meta/recipes-multimedia/gstreamer/gstreamer-0.10.32/check_fix.patch
@@ -1,6 +1,8 @@
 # gstreamer: Fix a problem with configure if check has already been built
 # Richard Purdie <rpurdie@linux.intel.com>
 
+Upstream-Status: Inappropriate [configuration]
+
 diff -urN gstreamer-0.10.29-orig/configure.ac gstreamer-0.10.29/configure.ac
 --- gstreamer-0.10.29-orig/configure.ac	2010-06-26 12:49:27.774930773 +0800
 +++ gstreamer-0.10.29/configure.ac	2010-06-26 12:51:12.899200233 +0800
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer-0.10.31/gst-inspect-check-error.patch b/meta/recipes-multimedia/gstreamer/gstreamer-0.10.32/gst-inspect-check-error.patch
similarity index 96%
rename from meta/recipes-multimedia/gstreamer/gstreamer-0.10.31/gst-inspect-check-error.patch
rename to meta/recipes-multimedia/gstreamer/gstreamer-0.10.32/gst-inspect-check-error.patch
index 4ca1dbe..30be85f 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer-0.10.31/gst-inspect-check-error.patch
+++ b/meta/recipes-multimedia/gstreamer/gstreamer-0.10.32/gst-inspect-check-error.patch
@@ -1,6 +1,8 @@
 # Fix crash with gst-inspect
 # Chris Lord <chris@openedhand.com>
 
+Upstream-Status: Pending
+
 --- gstreamer-0.10.9/tools/gst-inspect.c.old	2006-09-12 11:56:53.000000000 +0100
 +++ gstreamer-0.10.9/tools/gst-inspect.c	2006-09-12 11:57:27.000000000 +0100
 @@ -1123,7 +1123,7 @@
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer-0.10.31/gstregistrybinary.c b/meta/recipes-multimedia/gstreamer/gstreamer-0.10.32/gstregistrybinary.c
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer-0.10.31/gstregistrybinary.c
rename to meta/recipes-multimedia/gstreamer/gstreamer-0.10.32/gstregistrybinary.c
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer-0.10.31/gstregistrybinary.h b/meta/recipes-multimedia/gstreamer/gstreamer-0.10.32/gstregistrybinary.h
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer-0.10.31/gstregistrybinary.h
rename to meta/recipes-multimedia/gstreamer/gstreamer-0.10.32/gstregistrybinary.h
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer_0.10.31.bb b/meta/recipes-multimedia/gstreamer/gstreamer_0.10.32.bb
similarity index 91%
rename from meta/recipes-multimedia/gstreamer/gstreamer_0.10.31.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer_0.10.32.bb
index dc1d07c..901ade5 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer_0.10.31.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer_0.10.32.bb
@@ -16,8 +16,8 @@ SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz
            file://check_fix.patch \
            file://gst-inspect-check-error.patch"
 
-SRC_URI[md5sum] = "a21fb08bdb578d972c7c14e77da8fbb6"
-SRC_URI[sha256sum] = "7f737e6d047c1ebeb4e1e0725fc377c5d9f12ee89186de7960be3cbba709ab84"
+SRC_URI[md5sum] = "442bc3d37b8511a73379143e7531d726"
+SRC_URI[sha256sum] = "3bf4e46a186ee9a1f5e212aaf651d67cffb4f5f05345a7c99ae71d5d992be133"
 
 inherit autotools pkgconfig gettext
 
-- 
1.7.1



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

* [PATCH 02/14] gst-plugins-base: upgrade to version 0.10.32
  2011-04-15  5:36 [PATCH 00/14][PULL] connectivity/multimedia recipe upgrade, Dongxiao, 2011/04/15 Dongxiao Xu
  2011-04-15  5:36 ` [PATCH 01/14] gstreamer: upgrade to vesion 0.10.32 Dongxiao Xu
@ 2011-04-15  5:36 ` Dongxiao Xu
  2011-04-15  5:36 ` [PATCH 03/14] gst-plugins-good: upgrade to version 0.10.28 Dongxiao Xu
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 25+ messages in thread
From: Dongxiao Xu @ 2011-04-15  5:36 UTC (permalink / raw
  To: poky

From: Dongxiao Xu <dongxiao.xu@intel.com>

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 .../gst-plugins-base-tremor.patch                  |    2 ++
 ...base_0.10.31.bb => gst-plugins-base_0.10.32.bb} |    6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gst-plugins-base-0.10.31 => gst-plugins-base-0.10.32}/gst-plugins-base-tremor.patch (94%)
 rename meta/recipes-multimedia/gstreamer/{gst-plugins-base_0.10.31.bb => gst-plugins-base_0.10.32.bb} (86%)

diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-base-0.10.31/gst-plugins-base-tremor.patch b/meta/recipes-multimedia/gstreamer/gst-plugins-base-0.10.32/gst-plugins-base-tremor.patch
similarity index 94%
rename from meta/recipes-multimedia/gstreamer/gst-plugins-base-0.10.31/gst-plugins-base-tremor.patch
rename to meta/recipes-multimedia/gstreamer/gst-plugins-base-0.10.32/gst-plugins-base-tremor.patch
index a6494fd..224bf1a 100644
--- a/meta/recipes-multimedia/gstreamer/gst-plugins-base-0.10.31/gst-plugins-base-tremor.patch
+++ b/meta/recipes-multimedia/gstreamer/gst-plugins-base-0.10.32/gst-plugins-base-tremor.patch
@@ -1,6 +1,8 @@
 Remove -DTREMOR option since Tremor has dropped its internal
 libogg2, and gst-plugins-base has dependency on that.
 
+Upstream-Status: Inappropriate [configuration]
+
 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
 
 diff -ruN gst-plugins-base-0.10.30-orig/ext/vorbis/Makefile.am gst-plugins-base-0.10.30/ext/vorbis/Makefile.am
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.31.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.32.bb
similarity index 86%
rename from meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.31.bb
rename to meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.32.bb
index 8bf243e..2d09c6c 100644
--- a/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.31.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.32.bb
@@ -12,10 +12,10 @@ RDEPENDS_${PN} += "gnome-vfs-plugin-file gnome-vfs-plugin-http gnome-vfs-plugin-
 
 SRC_URI += " file://gst-plugins-base-tremor.patch"
 
-SRC_URI[md5sum] = "9baa0d87e81c88b2477a3554ab629c46"
-SRC_URI[sha256sum] = "abb006c78222cfb69d31e983268d1d5219e9d4e0da24c6c4cd687968af7a33bd"
+SRC_URI[md5sum] = "2920af2b3162f3d9fbaa7fabc8ed4d38"
+SRC_URI[sha256sum] = "e9aabfac83f6480896da0686e9c911989f896fbad634821b7771ed84a446172b"
 
-PR = "r1"
+PR = "r0"
 
 inherit gettext
 
-- 
1.7.1



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

* [PATCH 03/14] gst-plugins-good: upgrade to version 0.10.28
  2011-04-15  5:36 [PATCH 00/14][PULL] connectivity/multimedia recipe upgrade, Dongxiao, 2011/04/15 Dongxiao Xu
  2011-04-15  5:36 ` [PATCH 01/14] gstreamer: upgrade to vesion 0.10.32 Dongxiao Xu
  2011-04-15  5:36 ` [PATCH 02/14] gst-plugins-base: upgrade to version 0.10.32 Dongxiao Xu
@ 2011-04-15  5:36 ` Dongxiao Xu
  2011-04-15  5:36 ` [PATCH 04/14] gst-plugins-bad: upgrade to version 0.10.21 Dongxiao Xu
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 25+ messages in thread
From: Dongxiao Xu @ 2011-04-15  5:36 UTC (permalink / raw
  To: poky

From: Dongxiao Xu <dongxiao.xu@intel.com>

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 ...good_0.10.26.bb => gst-plugins-good_0.10.28.bb} |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gst-plugins-good_0.10.26.bb => gst-plugins-good_0.10.28.bb} (82%)

diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.26.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.28.bb
similarity index 82%
rename from meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.26.bb
rename to meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.28.bb
index ac47ecf..bc218f1 100644
--- a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.26.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.28.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
 
 DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \
 	    speex"
-PR = "r1"
+PR = "r0"
 
 inherit gettext
 
@@ -18,5 +18,5 @@ do_configure_prepend() {
 	rm ${S}/m4/lib-link.m4 || true
 }
 
-SRC_URI[md5sum] = "e1ed191adbf81edff04f348f8ce8e198"
-SRC_URI[sha256sum] = "ceb3bbea5ce18463b8fe470d34786bc846469e800305c436d799af9fe22bdcc4"
+SRC_URI[md5sum] = "6ef1588921f59d85c44ee2e49a3c97a0"
+SRC_URI[sha256sum] = "adfbce68b9fbadb7a7aeda2227af6afe1928ef025af4158726617b9d6834b028"
-- 
1.7.1



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

* [PATCH 04/14] gst-plugins-bad: upgrade to version 0.10.21
  2011-04-15  5:36 [PATCH 00/14][PULL] connectivity/multimedia recipe upgrade, Dongxiao, 2011/04/15 Dongxiao Xu
                   ` (2 preceding siblings ...)
  2011-04-15  5:36 ` [PATCH 03/14] gst-plugins-good: upgrade to version 0.10.28 Dongxiao Xu
@ 2011-04-15  5:36 ` Dongxiao Xu
  2011-04-15  5:36 ` [PATCH 05/14] gst-plugins-ugly: upgrade to version 0.10.17 Dongxiao Xu
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 25+ messages in thread
From: Dongxiao Xu @ 2011-04-15  5:36 UTC (permalink / raw
  To: poky

From: Dongxiao Xu <dongxiao.xu@intel.com>

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 ...s-bad_0.10.20.bb => gst-plugins-bad_0.10.21.bb} |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gst-plugins-bad_0.10.20.bb => gst-plugins-bad_0.10.21.bb} (86%)

diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.20.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.21.bb
similarity index 86%
rename from meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.20.bb
rename to meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.21.bb
index 239072d..2b8a89c 100644
--- a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.20.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.21.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
 
 DEPENDS += "gst-plugins-base libmusicbrainz tremor librsvg"
 
-PR = "r1"
+PR = "r0"
 
 inherit gettext
 
@@ -23,5 +23,5 @@ do_configure_prepend() {
 	rm ${S}/m4/lib-link.m4 || true
 }
 
-SRC_URI[md5sum] = "7c84766f6d24f41ba90c3f6141012ab8"
-SRC_URI[sha256sum] = "1031dff866df976a957f34039addbab4c0753406299a275f4cf1780e1dbe2a90"
+SRC_URI[md5sum] = "f501336ab1d18d2565f47c36ce653a82"
+SRC_URI[sha256sum] = "422badacbda37ac33cb446c6751dabcd0b223c308dbb01024a34ded682fa47e3"
-- 
1.7.1



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

* [PATCH 05/14] gst-plugins-ugly: upgrade to version 0.10.17
  2011-04-15  5:36 [PATCH 00/14][PULL] connectivity/multimedia recipe upgrade, Dongxiao, 2011/04/15 Dongxiao Xu
                   ` (3 preceding siblings ...)
  2011-04-15  5:36 ` [PATCH 04/14] gst-plugins-bad: upgrade to version 0.10.21 Dongxiao Xu
@ 2011-04-15  5:36 ` Dongxiao Xu
  2011-04-15  5:36 ` [PATCH 06/14] ofono: upgrade to version 0.45 Dongxiao Xu
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 25+ messages in thread
From: Dongxiao Xu @ 2011-04-15  5:36 UTC (permalink / raw
  To: poky

From: Dongxiao Xu <dongxiao.xu@intel.com>

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 ...ugly_0.10.16.bb => gst-plugins-ugly_0.10.17.bb} |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gst-plugins-ugly_0.10.16.bb => gst-plugins-ugly_0.10.17.bb} (85%)

diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.16.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.17.bb
similarity index 85%
rename from meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.16.bb
rename to meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.17.bb
index 7dda685..76e00a5 100644
--- a/meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.16.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.17.bb
@@ -17,3 +17,6 @@ do_configure_prepend() {
 	# This m4 file contains nastiness which conflicts with libtool 2.2.2
 	rm ${S}/m4/lib-link.m4 || true
 }
+
+SRC_URI[md5sum] = "504ed6508c3a8f035a2002ed69d68506"
+SRC_URI[sha256sum] = "0cbd4aa8dceafea21ddd547dfde686a8836f68ba547afa5575a52b64cfa0b369"
-- 
1.7.1



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

* [PATCH 06/14] ofono: upgrade to version 0.45
  2011-04-15  5:36 [PATCH 00/14][PULL] connectivity/multimedia recipe upgrade, Dongxiao, 2011/04/15 Dongxiao Xu
                   ` (4 preceding siblings ...)
  2011-04-15  5:36 ` [PATCH 05/14] gst-plugins-ugly: upgrade to version 0.10.17 Dongxiao Xu
@ 2011-04-15  5:36 ` Dongxiao Xu
  2011-04-15  5:36 ` [PATCH 07/14] alsa-lib: upgrade to version 1.0.24.1 Dongxiao Xu
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 25+ messages in thread
From: Dongxiao Xu @ 2011-04-15  5:36 UTC (permalink / raw
  To: poky

From: Dongxiao Xu <dongxiao.xu@intel.com>

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 meta/recipes-connectivity/ofono/ofono_0.37.bb |    9 ---------
 meta/recipes-connectivity/ofono/ofono_0.45.bb |    9 +++++++++
 2 files changed, 9 insertions(+), 9 deletions(-)
 delete mode 100644 meta/recipes-connectivity/ofono/ofono_0.37.bb
 create mode 100644 meta/recipes-connectivity/ofono/ofono_0.45.bb

diff --git a/meta/recipes-connectivity/ofono/ofono_0.37.bb b/meta/recipes-connectivity/ofono/ofono_0.37.bb
deleted file mode 100644
index aea4e98..0000000
--- a/meta/recipes-connectivity/ofono/ofono_0.37.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-require ofono.inc
-
-PR = "r0"
-
-SRC_URI  = "${KERNELORG_MIRROR}/linux/network/ofono/${P}.tar.bz2 \
-	          file://ofono"
-
-SRC_URI[md5sum] = "fa9a6f91506db2ac5bf313ff0bde65f3"
-SRC_URI[sha256sum] = "0ac71d8a846d564ef6940c47bcc410b76df750aadf7903cb56876d991275f6db"
diff --git a/meta/recipes-connectivity/ofono/ofono_0.45.bb b/meta/recipes-connectivity/ofono/ofono_0.45.bb
new file mode 100644
index 0000000..4a8950f
--- /dev/null
+++ b/meta/recipes-connectivity/ofono/ofono_0.45.bb
@@ -0,0 +1,9 @@
+require ofono.inc
+
+PR = "r0"
+
+SRC_URI  = "${KERNELORG_MIRROR}/linux/network/ofono/${P}.tar.bz2 \
+	          file://ofono"
+
+SRC_URI[md5sum] = "31dabb077e7592ba36913bd9d0c76b94"
+SRC_URI[sha256sum] = "5541e832fb72c6c647b663e5ee55384a33efaee5a34c4544e3a16af94892f47e"
-- 
1.7.1



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

* [PATCH 07/14] alsa-lib: upgrade to version 1.0.24.1
  2011-04-15  5:36 [PATCH 00/14][PULL] connectivity/multimedia recipe upgrade, Dongxiao, 2011/04/15 Dongxiao Xu
                   ` (5 preceding siblings ...)
  2011-04-15  5:36 ` [PATCH 06/14] ofono: upgrade to version 0.45 Dongxiao Xu
@ 2011-04-15  5:36 ` Dongxiao Xu
  2011-04-15  5:36 ` [PATCH 08/14] alsa-utils: upgrade to version 1.0.24.2 Dongxiao Xu
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 25+ messages in thread
From: Dongxiao Xu @ 2011-04-15  5:36 UTC (permalink / raw
  To: poky

From: Dongxiao Xu <dongxiao.xu@intel.com>

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 .../fix-tstamp-declaration.patch                   |    2 ++
 .../unbreak_plugindir.patch                        |    2 ++
 .../{alsa-lib_1.0.23.bb => alsa-lib_1.0.24.1.bb}   |    4 ++--
 3 files changed, 6 insertions(+), 2 deletions(-)
 rename meta/recipes-multimedia/alsa/{alsa-lib-1.0.23 => alsa-lib-1.0.24.1}/fix-tstamp-declaration.patch (95%)
 rename meta/recipes-multimedia/alsa/{alsa-lib-1.0.23 => alsa-lib-1.0.24.1}/unbreak_plugindir.patch (91%)
 rename meta/recipes-multimedia/alsa/{alsa-lib_1.0.23.bb => alsa-lib_1.0.24.1.bb} (91%)

diff --git a/meta/recipes-multimedia/alsa/alsa-lib-1.0.23/fix-tstamp-declaration.patch b/meta/recipes-multimedia/alsa/alsa-lib-1.0.24.1/fix-tstamp-declaration.patch
similarity index 95%
rename from meta/recipes-multimedia/alsa/alsa-lib-1.0.23/fix-tstamp-declaration.patch
rename to meta/recipes-multimedia/alsa/alsa-lib-1.0.24.1/fix-tstamp-declaration.patch
index 9016b34..32b84b7 100644
--- a/meta/recipes-multimedia/alsa/alsa-lib-1.0.23/fix-tstamp-declaration.patch
+++ b/meta/recipes-multimedia/alsa/alsa-lib-1.0.24.1/fix-tstamp-declaration.patch
@@ -4,6 +4,8 @@
 #
 # Acquired from OpenEmbedded
 
+Upstream-Status: Pending
+
 Index: alsa-lib-1.0.13/include/global.h
 ===================================================================
 --- alsa-lib-1.0.13.orig/include/global.h
diff --git a/meta/recipes-multimedia/alsa/alsa-lib-1.0.23/unbreak_plugindir.patch b/meta/recipes-multimedia/alsa/alsa-lib-1.0.24.1/unbreak_plugindir.patch
similarity index 91%
rename from meta/recipes-multimedia/alsa/alsa-lib-1.0.23/unbreak_plugindir.patch
rename to meta/recipes-multimedia/alsa/alsa-lib-1.0.24.1/unbreak_plugindir.patch
index 7d13166..1f3edd0 100644
--- a/meta/recipes-multimedia/alsa/alsa-lib-1.0.23/unbreak_plugindir.patch
+++ b/meta/recipes-multimedia/alsa/alsa-lib-1.0.24.1/unbreak_plugindir.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
 diff -Nur alsa-lib-1.0.14.orig/configure.in alsa-lib-1.0.14/configure.in
 --- alsa-lib-1.0.14.orig/configure.in	2007-05-31 03:05:13.000000000 -0500
 +++ alsa-lib-1.0.14/configure.in	2007-08-18 13:05:49.000000000 -0500
diff --git a/meta/recipes-multimedia/alsa/alsa-lib_1.0.23.bb b/meta/recipes-multimedia/alsa/alsa-lib_1.0.24.1.bb
similarity index 91%
rename from meta/recipes-multimedia/alsa/alsa-lib_1.0.23.bb
rename to meta/recipes-multimedia/alsa/alsa-lib_1.0.24.1.bb
index 936f299..53f4d29 100644
--- a/meta/recipes-multimedia/alsa/alsa-lib_1.0.23.bb
+++ b/meta/recipes-multimedia/alsa/alsa-lib_1.0.24.1.bb
@@ -19,8 +19,8 @@ PR = "r0"
 SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2 \
            file://fix-tstamp-declaration.patch;patch=1"
 
-SRC_URI[md5sum] = "f48b50421d8a69d2d806d9c47e534f0d"
-SRC_URI[sha256sum] = "b4238ecaba5e4a1383af06180611a57ef29f9bf47bc177136dba1bb5b70ff423"
+SRC_URI[md5sum] = "7cc05f25e1d5b65da8fb3fdcd540f226"
+SRC_URI[sha256sum] = "a32f7c21015b6c71f9a80ff70a2b6a50e4ff4d5c77c744ff0793dea7ba7a2517"
 
 inherit autotools pkgconfig
 
-- 
1.7.1



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

* [PATCH 08/14] alsa-utils: upgrade to version 1.0.24.2
  2011-04-15  5:36 [PATCH 00/14][PULL] connectivity/multimedia recipe upgrade, Dongxiao, 2011/04/15 Dongxiao Xu
                   ` (6 preceding siblings ...)
  2011-04-15  5:36 ` [PATCH 07/14] alsa-lib: upgrade to version 1.0.24.1 Dongxiao Xu
@ 2011-04-15  5:36 ` Dongxiao Xu
  2011-04-16  6:20   ` Saul Wold
  2011-04-15  5:36 ` [PATCH 09/14] telepathy-glib: upgrade to version 0.14.3 Dongxiao Xu
                   ` (7 subsequent siblings)
  15 siblings, 1 reply; 25+ messages in thread
From: Dongxiao Xu @ 2011-04-15  5:36 UTC (permalink / raw
  To: poky

From: Dongxiao Xu <dongxiao.xu@intel.com>

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 .../ncursesfix.patch                               |   22 ++++++++++---------
 ...alsa-utils_1.0.23.bb => alsa-utils_1.0.24.2.bb} |    4 +-
 2 files changed, 14 insertions(+), 12 deletions(-)
 rename meta/recipes-multimedia/alsa/{alsa-utils-1.0.23 => alsa-utils-1.0.24.2}/ncursesfix.patch (70%)
 rename meta/recipes-multimedia/alsa/{alsa-utils_1.0.23.bb => alsa-utils_1.0.24.2.bb} (95%)

diff --git a/meta/recipes-multimedia/alsa/alsa-utils-1.0.23/ncursesfix.patch b/meta/recipes-multimedia/alsa/alsa-utils-1.0.24.2/ncursesfix.patch
similarity index 70%
rename from meta/recipes-multimedia/alsa/alsa-utils-1.0.23/ncursesfix.patch
rename to meta/recipes-multimedia/alsa/alsa-utils-1.0.24.2/ncursesfix.patch
index 0009c1a..9936ded 100644
--- a/meta/recipes-multimedia/alsa/alsa-utils-1.0.23/ncursesfix.patch
+++ b/meta/recipes-multimedia/alsa/alsa-utils-1.0.24.2/ncursesfix.patch
@@ -1,11 +1,13 @@
-# alsa-utils: Fix ncurses build failures
-# Richard Purdie <rpurdie@linux.intel.com>
-# Rebased to 1.0.23, Dongxiao Xu <dongxiao.xu@intel.com>
+Rebase the patch to fit 1.0.24.2
 
-diff -ruN alsa-utils-1.0.23-orig/configure.in alsa-utils-1.0.23/configure.in
---- alsa-utils-1.0.23-orig/configure.in	2010-04-16 19:19:12.000000000 +0800
-+++ alsa-utils-1.0.23/configure.in	2010-06-22 15:22:06.731202478 +0800
-@@ -109,34 +109,16 @@
+Upstream-Status: Inappropriate [configuration]
+
+Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
+
+diff -ruN alsa-utils-1.0.24.2-orig//configure.in alsa-utils-1.0.24.2/configure.in
+--- alsa-utils-1.0.24.2-orig//configure.in	2011-04-13 13:51:20.337665010 +0800
++++ alsa-utils-1.0.24.2/configure.in	2011-04-13 13:51:54.437664986 +0800
+@@ -127,34 +127,16 @@
    NCURSESLIBSUFFIX=""
    CURSES_NLS="no"
    if test "$curseslib" = "ncursesw" -o \( "$curseslib" = "auto" -a "$USE_NLS" = "yes" \); then
@@ -17,7 +19,7 @@ diff -ruN alsa-utils-1.0.23-orig/configure.in alsa-utils-1.0.23/configure.in
 -      CURSES_CFLAGS=`ncursesw5-config --cflags`
 -      curseslib="ncursesw"
 -    else
-       AC_CHECK_LIB(ncursesw, initscr, 
+       AC_CHECK_LIB(ncursesw, initscr,
                   [ CURSESINC='<ncurses.h>'; CURSESLIB='-lncursesw'; curseslib="ncursesw"])
 -    fi
      if test -n "$CURSESINC"; then
@@ -34,9 +36,9 @@ diff -ruN alsa-utils-1.0.23-orig/configure.in alsa-utils-1.0.23/configure.in
 -      CURSES_CFLAGS=`ncurses5-config --cflags`
 -      curseslib="ncurses"
 -    else
-       AC_CHECK_LIB(ncurses, initscr, 
+       AC_CHECK_LIB(ncurses, initscr,
                   [ CURSESINC='<ncurses.h>'; CURSESLIB='-lncurses'; curseslib="ncurses"])
 -    fi
    fi
    if test "$curseslib" = "curses" -o "$curseslib" = "auto"; then
-     AC_CHECK_LIB(curses, initscr, 
+     AC_CHECK_LIB(curses, initscr,
diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.0.23.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb
similarity index 95%
rename from meta/recipes-multimedia/alsa/alsa-utils_1.0.23.bb
rename to meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb
index 46283cc..953a3ac 100644
--- a/meta/recipes-multimedia/alsa/alsa-utils_1.0.23.bb
+++ b/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb
@@ -11,8 +11,8 @@ PR = "r0"
 SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \
            file://ncursesfix.patch;patch=1 "
 
-SRC_URI[md5sum] = "cb0cf46029ac9549cf3a31bff6a4f4e1"
-SRC_URI[sha256sum] = "b7d05e915e25f8540ad151c6dd558cf0fc1e9bb0ee23052d531c983666a1f7b0"
+SRC_URI[md5sum] = "8238cd57cb301d1c36bcf0ecb59ce6b2"
+SRC_URI[sha256sum] = "95127f740291086486c06c28118cabca0814bde48fd14dac041a9812a5ac1be2"
 
 # lazy hack. needs proper fixing in gettext.m4, see
 # http://bugs.openembedded.org/show_bug.cgi?id=2348
-- 
1.7.1



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

* [PATCH 09/14] telepathy-glib: upgrade to version 0.14.3
  2011-04-15  5:36 [PATCH 00/14][PULL] connectivity/multimedia recipe upgrade, Dongxiao, 2011/04/15 Dongxiao Xu
                   ` (7 preceding siblings ...)
  2011-04-15  5:36 ` [PATCH 08/14] alsa-utils: upgrade to version 1.0.24.2 Dongxiao Xu
@ 2011-04-15  5:36 ` Dongxiao Xu
  2011-04-15  5:36 ` [PATCH 10/14] telepathy-idle: upgrade to version 0.1.8 Dongxiao Xu
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 25+ messages in thread
From: Dongxiao Xu @ 2011-04-15  5:36 UTC (permalink / raw
  To: poky

From: Dongxiao Xu <dongxiao.xu@intel.com>

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 ...thy-glib_0.13.6.bb => telepathy-glib_0.14.3.bb} |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.13.6.bb => telepathy-glib_0.14.3.bb} (80%)

diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.13.6.bb b/meta/recipes-connectivity/telepathy/telepathy-glib_0.14.3.bb
similarity index 80%
rename from meta/recipes-connectivity/telepathy/telepathy-glib_0.13.6.bb
rename to meta/recipes-connectivity/telepathy/telepathy-glib_0.14.3.bb
index 476ed7f..9351be4 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-glib_0.13.6.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-glib_0.14.3.bb
@@ -7,8 +7,8 @@ PR = "r0"
 
 SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${P}.tar.gz"
 
-SRC_URI[md5sum] = "db997b1575e9186887caf211c0b94dd9"
-SRC_URI[sha256sum] = "76a38a64d1b7fbaa6e1aaf6a9f8b898840c551aea5d9121bdcb35fdbb66c5877"
+SRC_URI[md5sum] = "fe9a4f781651593fd4afddb343ff50bf"
+SRC_URI[sha256sum] = "62e759084355ac0fce61feb561a7535a6707b223f0d1e4305fd47c83fa5494d0"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e"
 
-- 
1.7.1



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

* [PATCH 10/14] telepathy-idle: upgrade to version 0.1.8
  2011-04-15  5:36 [PATCH 00/14][PULL] connectivity/multimedia recipe upgrade, Dongxiao, 2011/04/15 Dongxiao Xu
                   ` (8 preceding siblings ...)
  2011-04-15  5:36 ` [PATCH 09/14] telepathy-glib: upgrade to version 0.14.3 Dongxiao Xu
@ 2011-04-15  5:36 ` Dongxiao Xu
  2011-04-15  5:36 ` [PATCH 11/14] telepathy-mission-control: upgrade to version 5.7.9 Dongxiao Xu
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 25+ messages in thread
From: Dongxiao Xu @ 2011-04-15  5:36 UTC (permalink / raw
  To: poky

From: Dongxiao Xu <dongxiao.xu@intel.com>

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 ...pathy-idle_0.1.7.bb => telepathy-idle_0.1.8.bb} |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/telepathy/{telepathy-idle_0.1.7.bb => telepathy-idle_0.1.8.bb} (81%)

diff --git a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.7.bb b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.8.bb
similarity index 81%
rename from meta/recipes-connectivity/telepathy/telepathy-idle_0.1.7.bb
rename to meta/recipes-connectivity/telepathy/telepathy-idle_0.1.8.bb
index 0ee3ca8..5bd4e28 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.7.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.8.bb
@@ -9,8 +9,8 @@ PR = "r0"
 
 SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${P}.tar.gz"
 
-SRC_URI[md5sum] = "5ee3aa5c6e1112922b11711e6a209331"
-SRC_URI[sha256sum] = "b65df4f8ebdf1039e1f1e406f53cc7b6106fab6c4d8e784e360709f8d85df0c3"
+SRC_URI[md5sum] = "82f5eafa07df5e1abc785061143bbfd2"
+SRC_URI[sha256sum] = "384119cc64022626b6f51aaaef605abf248602d8fae25baff82762a097f20fe9"
 
 inherit autotools pkgconfig
 
-- 
1.7.1



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

* [PATCH 11/14] telepathy-mission-control: upgrade to version 5.7.9
  2011-04-15  5:36 [PATCH 00/14][PULL] connectivity/multimedia recipe upgrade, Dongxiao, 2011/04/15 Dongxiao Xu
                   ` (9 preceding siblings ...)
  2011-04-15  5:36 ` [PATCH 10/14] telepathy-idle: upgrade to version 0.1.8 Dongxiao Xu
@ 2011-04-15  5:36 ` Dongxiao Xu
  2011-04-15  5:36 ` [PATCH 12/14] gssdp: upgrade to version 0.10.0 Dongxiao Xu
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 25+ messages in thread
From: Dongxiao Xu @ 2011-04-15  5:36 UTC (permalink / raw
  To: poky

From: Dongxiao Xu <dongxiao.xu@intel.com>

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 ...5.7.1.bb => telepathy-mission-control_5.7.9.bb} |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.7.1.bb => telepathy-mission-control_5.7.9.bb} (92%)

diff --git a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.7.1.bb b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.7.9.bb
similarity index 92%
rename from meta/recipes-connectivity/telepathy/telepathy-mission-control_5.7.1.bb
rename to meta/recipes-connectivity/telepathy/telepathy-mission-control_5.7.9.bb
index f5c2745..7805db6 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.7.1.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.7.9.bb
@@ -40,5 +40,5 @@ FILES_libmissioncontrol-dbg = "${libdir}/.debug/libmissioncontrol.so.*"
 FILES_libmissioncontrol-config-dbg = "${libdir}/.debug/libmissioncontrol-config.so.*"
 FILES_libmissioncontrol-server-dbg = "${libdir}/.debug/libmissioncontrol-server.so.*"
 
-SRC_URI[md5sum] = "9688a3f75c080eaa2dbf6b4d75876dc9"
-SRC_URI[sha256sum] = "c58f07ee801b023bc5d5a8ec0fce49058a0372b6727e6516fb56d100dacd07fe"
+SRC_URI[md5sum] = "df7e63d857676fab9ec2261cffe5eb4a"
+SRC_URI[sha256sum] = "bc430238d2fb6663d8376702a43251000a75b741ab55af88006cbdb37d8cc086"
-- 
1.7.1



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

* [PATCH 12/14] gssdp: upgrade to version 0.10.0
  2011-04-15  5:36 [PATCH 00/14][PULL] connectivity/multimedia recipe upgrade, Dongxiao, 2011/04/15 Dongxiao Xu
                   ` (10 preceding siblings ...)
  2011-04-15  5:36 ` [PATCH 11/14] telepathy-mission-control: upgrade to version 5.7.9 Dongxiao Xu
@ 2011-04-15  5:36 ` Dongxiao Xu
  2011-04-15  5:36 ` [PATCH 13/14] gupnp: upgrade to version 0.16.0 Dongxiao Xu
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 25+ messages in thread
From: Dongxiao Xu @ 2011-04-15  5:36 UTC (permalink / raw
  To: poky

From: Dongxiao Xu <dongxiao.xu@intel.com>

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 .../{files => gssdp-0.10.0}/introspection.patch    |    5 ++++-
 .../gupnp/{gssdp_0.9.0.bb => gssdp_0.10.0.bb}      |    4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)
 rename meta/recipes-connectivity/gupnp/{files => gssdp-0.10.0}/introspection.patch (97%)
 rename meta/recipes-connectivity/gupnp/{gssdp_0.9.0.bb => gssdp_0.10.0.bb} (83%)

diff --git a/meta/recipes-connectivity/gupnp/files/introspection.patch b/meta/recipes-connectivity/gupnp/gssdp-0.10.0/introspection.patch
similarity index 97%
rename from meta/recipes-connectivity/gupnp/files/introspection.patch
rename to meta/recipes-connectivity/gupnp/gssdp-0.10.0/introspection.patch
index 15de41f..39c1502 100644
--- a/meta/recipes-connectivity/gupnp/files/introspection.patch
+++ b/meta/recipes-connectivity/gupnp/gssdp-0.10.0/introspection.patch
@@ -1,5 +1,8 @@
 Copied from gobject-introspection/m4/introspection.m4
-By Dongxiao Xu <dongxiao.xu@intel.com>
+
+Upstream-Status: Inappropriate [configuration]
+
+Signed-off-By: Dongxiao Xu <dongxiao.xu@intel.com>
 
 diff -ruN gssdp-0.9.0-orig/m4/introspection.m4 gssdp-0.9.0/m4/introspection.m4
 --- gssdp-0.9.0-orig/m4/introspection.m4	1970-01-01 08:00:00.000000000 +0800
diff --git a/meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb b/meta/recipes-connectivity/gupnp/gssdp_0.10.0.bb
similarity index 83%
rename from meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb
rename to meta/recipes-connectivity/gupnp/gssdp_0.10.0.bb
index 3c8c698..310d8a9 100644
--- a/meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb
+++ b/meta/recipes-connectivity/gupnp/gssdp_0.10.0.bb
@@ -20,7 +20,7 @@ EXTRA_OECONF = "--disable-introspection"
 
 PR = "r0"
 
-SRC_URI[md5sum] = "8605138eac1e7fb8ec8cf502a928ea81"
-SRC_URI[sha256sum] = "6e4de2ecc90d2ac8b3694af1954984d04de25fb01dd2f2748d7221add8ead9e0" 
+SRC_URI[md5sum] = "aec6a56ac1d4f8a4837da83f2d152556"
+SRC_URI[sha256sum] = "94de92bb4f7906ed2f047b0146a3b21d53d09908fe1f0149484f61c6afc598ea" 
 
 
-- 
1.7.1



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

* [PATCH 13/14] gupnp: upgrade to version 0.16.0
  2011-04-15  5:36 [PATCH 00/14][PULL] connectivity/multimedia recipe upgrade, Dongxiao, 2011/04/15 Dongxiao Xu
                   ` (11 preceding siblings ...)
  2011-04-15  5:36 ` [PATCH 12/14] gssdp: upgrade to version 0.10.0 Dongxiao Xu
@ 2011-04-15  5:36 ` Dongxiao Xu
  2011-04-15  5:36 ` [PATCH 14/14] distro_tracking_fields: update for gstreamer, gupnp, telepathy-glib, etc Dongxiao Xu
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 25+ messages in thread
From: Dongxiao Xu @ 2011-04-15  5:36 UTC (permalink / raw
  To: poky

From: Dongxiao Xu <dongxiao.xu@intel.com>

Remove introspection.patch since it is already in upsteram.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 .../gupnp/{gupnp_0.14.0.bb => gupnp_0.16.0.bb}     |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
 rename meta/recipes-connectivity/gupnp/{gupnp_0.14.0.bb => gupnp_0.16.0.bb} (85%)

diff --git a/meta/recipes-connectivity/gupnp/gupnp_0.14.0.bb b/meta/recipes-connectivity/gupnp/gupnp_0.16.0.bb
similarity index 85%
rename from meta/recipes-connectivity/gupnp/gupnp_0.14.0.bb
rename to meta/recipes-connectivity/gupnp/gupnp_0.16.0.bb
index 43a3645..07b6b90 100644
--- a/meta/recipes-connectivity/gupnp/gupnp_0.14.0.bb
+++ b/meta/recipes-connectivity/gupnp/gupnp_0.16.0.bb
@@ -5,11 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
                     file://libgupnp/gupnp.h;beginline=1;endline=20;md5=28c49b17d623afc3335efc2e511879e1"
 DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gnome-icon-theme"
 
-SRC_URI = "http://gupnp.org/sites/all/files/sources/${BPN}-${PV}.tar.gz \
-           file://introspection.patch"
+SRC_URI = "http://gupnp.org/sites/all/files/sources/${BPN}-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "8598922256faa5adb28657d0c10a3e3e"
-SRC_URI[sha256sum] = "6ac13efe46c6f1e5d05e48e1041bf37dfa702839ce5fbb01e0f314f3904b6a16"
+SRC_URI[md5sum] = "61b240c1a9fdf8ca82c5c3adde0d6757"
+SRC_URI[sha256sum] = "1b77201866b7632fb68bc2a3bdea22ef8ead34ba850b3ee367797432cfc0f04a"
 
 PR = "r0"
 
-- 
1.7.1



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

* [PATCH 14/14] distro_tracking_fields: update for gstreamer, gupnp, telepathy-glib, etc
  2011-04-15  5:36 [PATCH 00/14][PULL] connectivity/multimedia recipe upgrade, Dongxiao, 2011/04/15 Dongxiao Xu
                   ` (12 preceding siblings ...)
  2011-04-15  5:36 ` [PATCH 13/14] gupnp: upgrade to version 0.16.0 Dongxiao Xu
@ 2011-04-15  5:36 ` Dongxiao Xu
  2011-04-18 23:44 ` [PATCH 00/14][PULL] connectivity/multimedia recipe upgrade, Dongxiao, 2011/04/15 Saul Wold
  2011-04-20 15:09 ` Darren Hart
  15 siblings, 0 replies; 25+ messages in thread
From: Dongxiao Xu @ 2011-04-15  5:36 UTC (permalink / raw
  To: poky

From: Dongxiao Xu <dongxiao.xu@intel.com>

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 .../conf/distro/include/distro_tracking_fields.inc |  106 ++++++++++----------
 1 files changed, 52 insertions(+), 54 deletions(-)

diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index 8469e96..a507ce2 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -1162,12 +1162,11 @@ RECIPE_MAINTAINER_pn-eee-acpi-scripts = "Edwin Zhai <edwin.zhai@intel.com>"
 DISTRO_PN_ALIAS_pn-eee-acpi-scripts = "Debian=eeepc-acpi-scripts Ubuntu=eeepc-acpi-scripts"
 
 RECIPE_STATUS_pn-gssdp = "green"
-RECIPE_LATEST_VERSION_pn-gssdp = "0.9.2"
+RECIPE_LATEST_VERSION_pn-gssdp = "0.10.0"
 RECIPE_NO_OF_PATCHES_pn-gssdp="0"
-RECIPE_LATEST_RELEASE_DATE_pn-gssdp="2010/11/12"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gssdp="2 month"
-RECIPE_LAST_UPDATE_pn-gssdp = "Nov 25, 2010"
-RECIPE_MANUAL_CHECK_DATE_pn-gssdp = "Jan 30, 2011"
+RECIPE_LATEST_RELEASE_DATE_pn-gssdp="2011/04/07"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gssdp="3 month"
+RECIPE_LAST_UPDATE_pn-gssdp = "Apr 15, 2011"
 RECIPE_MAINTAINER_pn-gssdp = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
 RECIPE_STATUS_pn-insserv = "green"
@@ -2085,12 +2084,11 @@ RECIPE_LAST_UPDATE_pn-empathy = "Aug 19, 2009"
 RECIPE_MAINTAINER_pn-empathy = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
 RECIPE_STATUS_pn-gupnp = "green"
-RECIPE_LATEST_VERSION_pn-gupnp = "0.15.1"
+RECIPE_LATEST_VERSION_pn-gupnp = "0.16.0"
 RECIPE_NO_OF_PATCHES_pn-gupnp= "1"
-RECIPE_LATEST_RELEASE_DATE_pn-gupnp= "2010/09/16"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gupnp= "1 month"
-RECIPE_LAST_UPDATE_pn-gupnp = "Dec 7, 2010"
-RECIPE_MANUAL_CHECK_DATE_pn-gupnp = "Jan 30, 2011"
+RECIPE_LATEST_RELEASE_DATE_pn-gupnp= "2011/04/08"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gupnp= "3 month"
+RECIPE_LAST_UPDATE_pn-gupnp = "Apr 15, 2011"
 RECIPE_MAINTAINER_pn-gupnp= "Dongxiao Xu <dongxiao.xu@intel.com>"
 
 RECIPE_STATUS_pn-gupnp-av = "green"
@@ -2137,11 +2135,11 @@ RECIPE_LAST_UPDATE_pn-libopensync-plugin-syncml = "Jul 31, 2009"
 RECIPE_MAINTAINER_pn-libopensync-plugin-syncml = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
 RECIPE_STATUS_pn-ofono = "green"
-RECIPE_LATEST_VERSION_pn-ofono = "0.37"
+RECIPE_LATEST_VERSION_pn-ofono = "0.45"
 RECIPE_NO_OF_PATCHES_pn-ofono="0"
-RECIPE_LATEST_RELEASE_DATE_pn-ofono="2010/12/24"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-ofono="1 month"
-RECIPE_LAST_UPDATE_pn-ofono = "Dec 30, 2010"
+RECIPE_LATEST_RELEASE_DATE_pn-ofono="2011/03/15"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-ofono="15 days"
+RECIPE_LAST_UPDATE_pn-ofono = "Apr 15, 2011"
 RECIPE_MAINTAINER_pn-ofono = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
 RECIPE_STATUS_pn-libtelepathy = "red"
@@ -2161,18 +2159,18 @@ RECIPE_MAINTAINER_pn-telepathy-gabble = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
 RECIPE_STATUS_pn-telepathy-glib = "green"
 RECIPE_NO_OF_PATCHES_pn-telepathy-glib ="0"
-RECIPE_LATEST_RELEASE_DATE_pn-telepathy-glib = "2010/11/17"
-RECIPE_LATEST_VERSION_pn-telepathy-glib = "0.13.6"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-telepathy-glib = "12 days"
-RECIPE_LAST_UPDATE_pn-telepathy-glib = "Dec 30, 2010"
+RECIPE_LATEST_RELEASE_DATE_pn-telepathy-glib = "2011/03/31"
+RECIPE_LATEST_VERSION_pn-telepathy-glib = "0.14.3"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-telepathy-glib = "10 days"
+RECIPE_LAST_UPDATE_pn-telepathy-glib = "Apr 15, 2011"
 RECIPE_MAINTAINER_pn-telepathy-glib = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
 RECIPE_STATUS_pn-telepathy-idle = "green"
 RECIPE_NO_OF_PATCHES_pn-telepathy-idle ="0"
-RECIPE_LATEST_RELEASE_DATE_pn-telepathy-glib ="2010/12/07"
-RECIPE_LATEST_VERSION_pn-telepathy-idle = "0.1.7"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-telepathy-idle = "10 months"
-RECIPE_LAST_UPDATE_pn-telepathy-idle = "Dec 30, 2010"
+RECIPE_LATEST_RELEASE_DATE_pn-telepathy-glib ="2011/02/11"
+RECIPE_LATEST_VERSION_pn-telepathy-idle = "0.1.8"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-telepathy-idle = "3 months"
+RECIPE_LAST_UPDATE_pn-telepathy-idle = "Apr 15, 2011"
 RECIPE_MAINTAINER_pn-telepathy-idle = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
 RECIPE_STATUS_pn-telepathy-python = "green"
@@ -2232,11 +2230,11 @@ RECIPE_LAST_UPDATE_pn-libsyncml = "Jul 31, 2009"
 RECIPE_MAINTAINER_pn-libsyncml = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
 RECIPE_STATUS_pn-telepathy-mission-control = "green"
-RECIPE_LATEST_VERSION_pn-telepathy-mission-control = "5.7.1"
+RECIPE_LATEST_VERSION_pn-telepathy-mission-control = "5.7.9"
 RECIPE_NO_OF_PATCHES_pn-telepathy-mission-control ="0"
-RECIPE_LATEST_RELEASE_DATE_pn-telepathy-mission-control ="2010/12/07"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-telepathy-mission-control ="20 days"
-RECIPE_LAST_UPDATE_pn-telepathy-mission-control = "Dec 30, 2010"
+RECIPE_LATEST_RELEASE_DATE_pn-telepathy-mission-control ="2011/04/05"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-telepathy-mission-control ="2 months"
+RECIPE_LAST_UPDATE_pn-telepathy-mission-control = "Apr 15, 2011"
 RECIPE_MAINTAINER_pn-telepathy-mission-control = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
 RECIPE_STATUS_pn-libetpan = "red"
@@ -2496,63 +2494,63 @@ RECIPE_LAST_UPDATE_pn-libogg = "Dec 30, 2010"
 RECIPE_MAINTAINER_pn-libogg = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
 RECIPE_STATUS_pn-gstreamer="green"
-RECIPE_LATEST_VERSION_pn-gstreamer="0.10.31"
+RECIPE_LATEST_VERSION_pn-gstreamer="0.10.32"
 RECIPE_NO_OF_PATCHES_pn-gstreamer="2"
-RECIPE_LATEST_RELEASE_DATE_pn-gstreamer="2010/11/30"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gstreamer="4 month"
-RECIPE_LAST_UPDATE_pn-gstreamer = "Dec 30, 2010"
+RECIPE_LATEST_RELEASE_DATE_pn-gstreamer="2011/01/32"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gstreamer="2 month"
+RECIPE_LAST_UPDATE_pn-gstreamer = "Apr 15, 2011"
 RECIPE_MAINTAINER_pn-gstreamer = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
 RECIPE_STATUS_pn-gst-plugins-base="green"
 DISTRO_PN_ALIAS_pn-gst-plugins-base = "Meego=gst-plugins-base Fedora=gstreamer-plugins-base OpenSuSE=gstreamer-plugins-base Ubuntu=gst-plugins-base0.10 Mandriva=gstreamer0.10-plugins-base Debian=gst-plugins-base0.10"
-RECIPE_LATEST_VERSION_pn-gst-plugins-base="0.10.31"
+RECIPE_LATEST_VERSION_pn-gst-plugins-base="0.10.32"
 RECIPE_NO_OF_PATCHES_pn-gst-plugins-base="0"
-RECIPE_LATEST_RELEASE_DATE_pn-gst-plugins-base="2010/11/30"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gst-plugins-base="4 months"
-RECIPE_LAST_UPDATE_pn-gst-plugins-base = "Dec 30, 2010"
+RECIPE_LATEST_RELEASE_DATE_pn-gst-plugins-base="2011/01/21"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gst-plugins-base="2 months"
+RECIPE_LAST_UPDATE_pn-gst-plugins-base = "Apr 15, 2011"
 RECIPE_MAINTAINER_pn-gst-plugins-base = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
 RECIPE_STATUS_pn-gst-plugins-good="green"
 DISTRO_PN_ALIAS_pn-gst-plugins-good = "Meego=gst-plugins-good Fedora=gstreamer-plugins-good OpenSuSE=gstreamer-plugins-good Ubuntu=gst-plugins-good0.10 Mandriva=gstreamer0.10-plugins-good Debian=gst-plugins-good0.10"
-RECIPE_LATEST_VERSION_pn-gst-plugins-good="0.10.26"
+RECIPE_LATEST_VERSION_pn-gst-plugins-good="0.10.28"
 RECIPE_NO_OF_PATCHES_pn-gst-plugins-good="0"
-RECIPE_LATEST_RELEASE_DATE_pn-gst-plugins-good="2010/12/01"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gst-plugins-good="3 month"
-RECIPE_LAST_UPDATE_pn-gst-plugins-good = "Dec 30, 2010"
+RECIPE_LATEST_RELEASE_DATE_pn-gst-plugins-good="2011/03/08"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gst-plugins-good="2 month"
+RECIPE_LAST_UPDATE_pn-gst-plugins-good = "Apr 15, 2011"
 RECIPE_MAINTAINER_pn-gst-plugins-good = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
 RECIPE_STATUS_pn-gst-plugins-ugly="green"
 DISTRO_PN_ALIAS_pn-gst-plugins-ugly = "OpenSuSE=gstreamer-plugins-ugly Mandriva=gstreamer0.10-plugins-ugly Debian=gst-plugins-ugly0.10"
-RECIPE_LATEST_VERSION_pn-gst-plugins-ugly="0.10.16"
+RECIPE_LATEST_VERSION_pn-gst-plugins-ugly="0.10.17"
 RECIPE_NO_OF_PATCHES_pn-gst-plugins-ugly="0"
-RECIPE_LATEST_RELEASE_DATE_pn-gst-plugins-ugly="2010/09/02"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gst-plugins-ugly="3 months"
-RECIPE_LAST_UPDATE_pn-gst-plugins-ugly = "Nov 12, 2010"
+RECIPE_LATEST_RELEASE_DATE_pn-gst-plugins-ugly="2011/01/21"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gst-plugins-ugly="4 months"
+RECIPE_LAST_UPDATE_pn-gst-plugins-ugly = "Apr 15, 2011"
 RECIPE_MAINTAINER_pn-gst-plugins-ugly = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
 RECIPE_STATUS_pn-gst-plugins-bad="green"
 DISTRO_PN_ALIAS_pn-gst-plugins-bad = "Fedora=gstreamer-plugins-bad-free OpenSuSE=gstreamer-plugins-bad Debian=gst-plugins-bad0.10"
-RECIPE_LATEST_VERSION_pn-gst-plugins-bad="0.10.20"
+RECIPE_LATEST_VERSION_pn-gst-plugins-bad="0.10.21"
 RECIPE_NO_OF_PATCHES_pn-gst-plugins-bad="0"
-RECIPE_LATEST_RELEASE_DATE_pn-gst-plugins-bad="2010/09/02"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gst-plugins-bad="3 months"
-RECIPE_LAST_UPDATE_pn-gst-plugins-bad = "Nov 12, 2010"
+RECIPE_LATEST_RELEASE_DATE_pn-gst-plugins-bad="2011/01/21"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gst-plugins-bad="4 months"
+RECIPE_LAST_UPDATE_pn-gst-plugins-bad = "Apr 15, 2011"
 RECIPE_MAINTAINER_pn-gst-plugins-bad = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
 RECIPE_STATUS_pn-alsa-utils="green"
-RECIPE_LATEST_VERSION_pn-alsa-utils="1.0.23"
+RECIPE_LATEST_VERSION_pn-alsa-utils="1.0.24.2"
 RECIPE_NO_OF_PATCHES_pn-alsa-utils="1"
-RECIPE_LATEST_RELEASE_DATE_pn-alsa-utils="2010/04/16"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-alsa-utils="4 months"
-RECIPE_LAST_UPDATE_pn-alsa-utils = "Jun 26, 2010"
+RECIPE_LATEST_RELEASE_DATE_pn-alsa-utils="2011/01/31"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-alsa-utils="9 months"
+RECIPE_LAST_UPDATE_pn-alsa-utils = "Apr 15, 2011"
 RECIPE_MAINTAINER_pn-alsa-utils = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
 RECIPE_STATUS_pn-alsa-lib="green"
-RECIPE_LATEST_VERSION_pn-alsa-lib="1.0.23"
+RECIPE_LATEST_VERSION_pn-alsa-lib="1.0.24.1"
 RECIPE_NO_OF_PATCHES_pn-alsa-lib="1"
-RECIPE_LATEST_RELEASE_DATE_pn-alsa-lib="2010/04/16"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-alsa-lib="4 months"
-RECIPE_LAST_UPDATE_pn-alsa-lib = "Jun 26, 2010"
+RECIPE_LATEST_RELEASE_DATE_pn-alsa-lib="2011/01/31"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-alsa-lib="9 months"
+RECIPE_LAST_UPDATE_pn-alsa-lib = "Apr 15, 2011"
 RECIPE_MAINTAINER_pn-alsa-lib = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
 RECIPE_STATUS_pn-tremor="green"
-- 
1.7.1



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

* Re: [PATCH 08/14] alsa-utils: upgrade to version 1.0.24.2
  2011-04-15  5:36 ` [PATCH 08/14] alsa-utils: upgrade to version 1.0.24.2 Dongxiao Xu
@ 2011-04-16  6:20   ` Saul Wold
  2011-04-18  6:40     ` Xu, Dongxiao
  0 siblings, 1 reply; 25+ messages in thread
From: Saul Wold @ 2011-04-16  6:20 UTC (permalink / raw
  To: Dongxiao Xu; +Cc: poky


There seems to be a problem with this patch, I was not able to compile 
it correctly, it had undefined functions that I tracked to a newer 
version of libsamplerate0.  Please correct this issue.

Thanks
	Sau!


On 04/14/2011 10:36 PM, Dongxiao Xu wrote:
> From: Dongxiao Xu<dongxiao.xu@intel.com>
>
> Signed-off-by: Dongxiao Xu<dongxiao.xu@intel.com>
> ---
>   .../ncursesfix.patch                               |   22 ++++++++++---------
>   ...alsa-utils_1.0.23.bb =>  alsa-utils_1.0.24.2.bb} |    4 +-
>   2 files changed, 14 insertions(+), 12 deletions(-)
>   rename meta/recipes-multimedia/alsa/{alsa-utils-1.0.23 =>  alsa-utils-1.0.24.2}/ncursesfix.patch (70%)
>   rename meta/recipes-multimedia/alsa/{alsa-utils_1.0.23.bb =>  alsa-utils_1.0.24.2.bb} (95%)
>
> diff --git a/meta/recipes-multimedia/alsa/alsa-utils-1.0.23/ncursesfix.patch b/meta/recipes-multimedia/alsa/alsa-utils-1.0.24.2/ncursesfix.patch
> similarity index 70%
> rename from meta/recipes-multimedia/alsa/alsa-utils-1.0.23/ncursesfix.patch
> rename to meta/recipes-multimedia/alsa/alsa-utils-1.0.24.2/ncursesfix.patch
> index 0009c1a..9936ded 100644
> --- a/meta/recipes-multimedia/alsa/alsa-utils-1.0.23/ncursesfix.patch
> +++ b/meta/recipes-multimedia/alsa/alsa-utils-1.0.24.2/ncursesfix.patch
> @@ -1,11 +1,13 @@
> -# alsa-utils: Fix ncurses build failures
> -# Richard Purdie<rpurdie@linux.intel.com>
> -# Rebased to 1.0.23, Dongxiao Xu<dongxiao.xu@intel.com>
> +Rebase the patch to fit 1.0.24.2
>
> -diff -ruN alsa-utils-1.0.23-orig/configure.in alsa-utils-1.0.23/configure.in
> ---- alsa-utils-1.0.23-orig/configure.in	2010-04-16 19:19:12.000000000 +0800
> -+++ alsa-utils-1.0.23/configure.in	2010-06-22 15:22:06.731202478 +0800
> -@@ -109,34 +109,16 @@
> +Upstream-Status: Inappropriate [configuration]
> +
> +Signed-off-by: Dongxiao Xu<dongxiao.xu@intel.com>
> +
> +diff -ruN alsa-utils-1.0.24.2-orig//configure.in alsa-utils-1.0.24.2/configure.in
> +--- alsa-utils-1.0.24.2-orig//configure.in	2011-04-13 13:51:20.337665010 +0800
> ++++ alsa-utils-1.0.24.2/configure.in	2011-04-13 13:51:54.437664986 +0800
> +@@ -127,34 +127,16 @@
>      NCURSESLIBSUFFIX=""
>      CURSES_NLS="no"
>      if test "$curseslib" = "ncursesw" -o \( "$curseslib" = "auto" -a "$USE_NLS" = "yes" \); then
> @@ -17,7 +19,7 @@ diff -ruN alsa-utils-1.0.23-orig/configure.in alsa-utils-1.0.23/configure.in
>   -      CURSES_CFLAGS=`ncursesw5-config --cflags`
>   -      curseslib="ncursesw"
>   -    else
> -       AC_CHECK_LIB(ncursesw, initscr,
> +       AC_CHECK_LIB(ncursesw, initscr,
>                     [ CURSESINC='<ncurses.h>'; CURSESLIB='-lncursesw'; curseslib="ncursesw"])
>   -    fi
>        if test -n "$CURSESINC"; then
> @@ -34,9 +36,9 @@ diff -ruN alsa-utils-1.0.23-orig/configure.in alsa-utils-1.0.23/configure.in
>   -      CURSES_CFLAGS=`ncurses5-config --cflags`
>   -      curseslib="ncurses"
>   -    else
> -       AC_CHECK_LIB(ncurses, initscr,
> +       AC_CHECK_LIB(ncurses, initscr,
>                     [ CURSESINC='<ncurses.h>'; CURSESLIB='-lncurses'; curseslib="ncurses"])
>   -    fi
>      fi
>      if test "$curseslib" = "curses" -o "$curseslib" = "auto"; then
> -     AC_CHECK_LIB(curses, initscr,
> +     AC_CHECK_LIB(curses, initscr,
> diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.0.23.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb
> similarity index 95%
> rename from meta/recipes-multimedia/alsa/alsa-utils_1.0.23.bb
> rename to meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb
> index 46283cc..953a3ac 100644
> --- a/meta/recipes-multimedia/alsa/alsa-utils_1.0.23.bb
> +++ b/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb
> @@ -11,8 +11,8 @@ PR = "r0"
>   SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \
>              file://ncursesfix.patch;patch=1 "
>
> -SRC_URI[md5sum] = "cb0cf46029ac9549cf3a31bff6a4f4e1"
> -SRC_URI[sha256sum] = "b7d05e915e25f8540ad151c6dd558cf0fc1e9bb0ee23052d531c983666a1f7b0"
> +SRC_URI[md5sum] = "8238cd57cb301d1c36bcf0ecb59ce6b2"
> +SRC_URI[sha256sum] = "95127f740291086486c06c28118cabca0814bde48fd14dac041a9812a5ac1be2"
>
>   # lazy hack. needs proper fixing in gettext.m4, see
>   # http://bugs.openembedded.org/show_bug.cgi?id=2348



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

* Re: [PATCH 08/14] alsa-utils: upgrade to version 1.0.24.2
  2011-04-16  6:20   ` Saul Wold
@ 2011-04-18  6:40     ` Xu, Dongxiao
  2011-04-18 23:39       ` Saul Wold
  0 siblings, 1 reply; 25+ messages in thread
From: Xu, Dongxiao @ 2011-04-18  6:40 UTC (permalink / raw
  To: Wold, Saul; +Cc: poky@yoctoproject.org

Hi Saul,

On which platform do you meet the compile error with this patch?

I just re-checked the 4 architecture and they build all well.

Thanks,
Dongxiao

> -----Original Message-----
> From: Wold, Saul
> Sent: Saturday, April 16, 2011 2:21 PM
> To: Xu, Dongxiao
> Cc: poky@yoctoproject.org
> Subject: Re: [poky] [PATCH 08/14] alsa-utils: upgrade to version 1.0.24.2
> 
> 
> There seems to be a problem with this patch, I was not able to compile it
> correctly, it had undefined functions that I tracked to a newer version of
> libsamplerate0.  Please correct this issue.
> 
> Thanks
> 	Sau!
> 
> 
> On 04/14/2011 10:36 PM, Dongxiao Xu wrote:
> > From: Dongxiao Xu<dongxiao.xu@intel.com>
> >
> > Signed-off-by: Dongxiao Xu<dongxiao.xu@intel.com>
> > ---
> >   .../ncursesfix.patch                               |   22
> ++++++++++---------
> >   ...alsa-utils_1.0.23.bb =>  alsa-utils_1.0.24.2.bb} |    4 +-
> >   2 files changed, 14 insertions(+), 12 deletions(-)
> >   rename meta/recipes-multimedia/alsa/{alsa-utils-1.0.23 =>
> alsa-utils-1.0.24.2}/ncursesfix.patch (70%)
> >   rename meta/recipes-multimedia/alsa/{alsa-utils_1.0.23.bb =>
> > alsa-utils_1.0.24.2.bb} (95%)
> >
> > diff --git
> > a/meta/recipes-multimedia/alsa/alsa-utils-1.0.23/ncursesfix.patch
> > b/meta/recipes-multimedia/alsa/alsa-utils-1.0.24.2/ncursesfix.patch
> > similarity index 70%
> > rename from
> > meta/recipes-multimedia/alsa/alsa-utils-1.0.23/ncursesfix.patch
> > rename to
> > meta/recipes-multimedia/alsa/alsa-utils-1.0.24.2/ncursesfix.patch
> > index 0009c1a..9936ded 100644
> > --- a/meta/recipes-multimedia/alsa/alsa-utils-1.0.23/ncursesfix.patch
> > +++ b/meta/recipes-multimedia/alsa/alsa-utils-1.0.24.2/ncursesfix.patc
> > +++ h
> > @@ -1,11 +1,13 @@
> > -# alsa-utils: Fix ncurses build failures -# Richard
> > Purdie<rpurdie@linux.intel.com> -# Rebased to 1.0.23, Dongxiao
> > Xu<dongxiao.xu@intel.com>
> > +Rebase the patch to fit 1.0.24.2
> >
> > -diff -ruN alsa-utils-1.0.23-orig/configure.in alsa-utils-1.0.23/configure.in
> > ---- alsa-utils-1.0.23-orig/configure.in	2010-04-16 19:19:12.000000000 +0800
> > -+++ alsa-utils-1.0.23/configure.in	2010-06-22 15:22:06.731202478 +0800
> > -@@ -109,34 +109,16 @@
> > +Upstream-Status: Inappropriate [configuration]
> > +
> > +Signed-off-by: Dongxiao Xu<dongxiao.xu@intel.com>
> > +
> > +diff -ruN alsa-utils-1.0.24.2-orig//configure.in alsa-utils-1.0.24.2/configure.in
> > +--- alsa-utils-1.0.24.2-orig//configure.in	2011-04-13 13:51:20.337665010
> +0800
> > ++++ alsa-utils-1.0.24.2/configure.in	2011-04-13 13:51:54.437664986 +0800
> > +@@ -127,34 +127,16 @@
> >      NCURSESLIBSUFFIX=""
> >      CURSES_NLS="no"
> >      if test "$curseslib" = "ncursesw" -o \( "$curseslib" = "auto" -a
> > "$USE_NLS" = "yes" \); then @@ -17,7 +19,7 @@ diff -ruN
> alsa-utils-1.0.23-orig/configure.in alsa-utils-1.0.23/configure.in
> >   -      CURSES_CFLAGS=`ncursesw5-config --cflags`
> >   -      curseslib="ncursesw"
> >   -    else
> > -       AC_CHECK_LIB(ncursesw, initscr,
> > +       AC_CHECK_LIB(ncursesw, initscr,
> >                     [ CURSESINC='<ncurses.h>';
> CURSESLIB='-lncursesw'; curseslib="ncursesw"])
> >   -    fi
> >        if test -n "$CURSESINC"; then
> > @@ -34,9 +36,9 @@ diff -ruN alsa-utils-1.0.23-orig/configure.in
> alsa-utils-1.0.23/configure.in
> >   -      CURSES_CFLAGS=`ncurses5-config --cflags`
> >   -      curseslib="ncurses"
> >   -    else
> > -       AC_CHECK_LIB(ncurses, initscr,
> > +       AC_CHECK_LIB(ncurses, initscr,
> >                     [ CURSESINC='<ncurses.h>'; CURSESLIB='-lncurses';
> curseslib="ncurses"])
> >   -    fi
> >      fi
> >      if test "$curseslib" = "curses" -o "$curseslib" = "auto"; then
> > -     AC_CHECK_LIB(curses, initscr,
> > +     AC_CHECK_LIB(curses, initscr,
> > diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.0.23.bb
> > b/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb
> > similarity index 95%
> > rename from meta/recipes-multimedia/alsa/alsa-utils_1.0.23.bb
> > rename to meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb
> > index 46283cc..953a3ac 100644
> > --- a/meta/recipes-multimedia/alsa/alsa-utils_1.0.23.bb
> > +++ b/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb
> > @@ -11,8 +11,8 @@ PR = "r0"
> >   SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \
> >              file://ncursesfix.patch;patch=1 "
> >
> > -SRC_URI[md5sum] = "cb0cf46029ac9549cf3a31bff6a4f4e1"
> > -SRC_URI[sha256sum] =
> "b7d05e915e25f8540ad151c6dd558cf0fc1e9bb0ee23052d531c983666a1f7b0"
> > +SRC_URI[md5sum] = "8238cd57cb301d1c36bcf0ecb59ce6b2"
> > +SRC_URI[sha256sum] =
> "95127f740291086486c06c28118cabca0814bde48fd14dac041a9812a5ac1be2"
> >
> >   # lazy hack. needs proper fixing in gettext.m4, see
> >   # http://bugs.openembedded.org/show_bug.cgi?id=2348



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

* Re: [PATCH 08/14] alsa-utils: upgrade to version 1.0.24.2
  2011-04-18  6:40     ` Xu, Dongxiao
@ 2011-04-18 23:39       ` Saul Wold
  2011-04-20  6:14         ` Xu, Dongxiao
  0 siblings, 1 reply; 25+ messages in thread
From: Saul Wold @ 2011-04-18 23:39 UTC (permalink / raw
  To: Xu, Dongxiao; +Cc: poky@yoctoproject.org

On 04/17/2011 11:40 PM, Xu, Dongxiao wrote:
> Hi Saul,
>
> On which platform do you meet the compile error with this patch?
>
> I just re-checked the 4 architecture and they build all well.
>
Really, are you sure you are building the same thing?  I just rebuild 
and think I understand what's happened.  I happened to build world which 
build libsamplerate0 before alsa-utils, now there is not a direct 
dependency, but alsa-utils will configure different with and without 
libsamplerate0.

I think we want it to DEPEND on libsamplerate0 for better tooling/utils, 
this is what then causes the failure, which requires the newer version 
of libsamplerate0.

I hope that makes more sense now.

Sau!

Failre with libsamplerate0 built before alsa-utils.

  i586-poky-linux-gcc -march=i586 
--sysroot=/intel/poky2/builds/alsa/tmp/sysroots/qemux86  -O2 -pipe -g 
-feliminate-unused-debug-types -D_GNU_SOURCE  -Wl,-O1  -Wl,--as-needed 
-o alsaloop alsaloop.o pcmjob.o control.o -lm -lsamplerate -lasound -lm 
-ldl -lpthread
| pcmjob.o: In function `buf_add_src':
| 
/intel/poky2/builds/alsa/tmp/work/i586-poky-linux/alsa-utils-1.0.24.2-r0/alsa-utils-1.0.24.2/alsaloop/pcmjob.c:514: 
undefined reference to `src_int_to_float_array'
| 
/intel/poky2/builds/alsa/tmp/work/i586-poky-linux/alsa-utils-1.0.24.2-r0/alsa-utils-1.0.24.2/alsaloop/pcmjob.c:552: 
undefined reference to `src_float_to_int_array'
| collect2: ld returned 1 exit status
| make[1]: *** [alsaloop] Error 1
| make[1]: Leaving directory 
`/intel/poky2/builds/alsa/tmp/work/i586-poky-linux/alsa-utils-1.0.24.2-r0/alsa-utils-1.0.24.2/alsaloop'
| make: *** [all-recursive] Error 1
| FATAL: oe_runmake failed
| ERROR: Function 'do_compile' failed (see 
/intel/poky2/builds/alsa/tmp/work/i586-poky-linux/alsa-utils-1.0.24.2-r0/temp/log.do_compile.6135 
for further information)
NOTE: package alsa-utils-1.0.24.2-r0: task do_compile: Failed
ERROR: Task 7 
(/intel/poky2/master2/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb, 
do_compile) failed with exit code '1'


> Thanks,
> Dongxiao
>
>> -----Original Message-----
>> From: Wold, Saul
>> Sent: Saturday, April 16, 2011 2:21 PM
>> To: Xu, Dongxiao
>> Cc: poky@yoctoproject.org
>> Subject: Re: [poky] [PATCH 08/14] alsa-utils: upgrade to version 1.0.24.2
>>
>>
>> There seems to be a problem with this patch, I was not able to compile it
>> correctly, it had undefined functions that I tracked to a newer version of
>> libsamplerate0.  Please correct this issue.
>>
>> Thanks
>> 	Sau!
>>
>>
>> On 04/14/2011 10:36 PM, Dongxiao Xu wrote:
>>> From: Dongxiao Xu<dongxiao.xu@intel.com>
>>>
>>> Signed-off-by: Dongxiao Xu<dongxiao.xu@intel.com>
>>> ---
>>>    .../ncursesfix.patch                               |   22
>> ++++++++++---------
>>>    ...alsa-utils_1.0.23.bb =>   alsa-utils_1.0.24.2.bb} |    4 +-
>>>    2 files changed, 14 insertions(+), 12 deletions(-)
>>>    rename meta/recipes-multimedia/alsa/{alsa-utils-1.0.23 =>
>> alsa-utils-1.0.24.2}/ncursesfix.patch (70%)
>>>    rename meta/recipes-multimedia/alsa/{alsa-utils_1.0.23.bb =>
>>> alsa-utils_1.0.24.2.bb} (95%)
>>>
>>> diff --git
>>> a/meta/recipes-multimedia/alsa/alsa-utils-1.0.23/ncursesfix.patch
>>> b/meta/recipes-multimedia/alsa/alsa-utils-1.0.24.2/ncursesfix.patch
>>> similarity index 70%
>>> rename from
>>> meta/recipes-multimedia/alsa/alsa-utils-1.0.23/ncursesfix.patch
>>> rename to
>>> meta/recipes-multimedia/alsa/alsa-utils-1.0.24.2/ncursesfix.patch
>>> index 0009c1a..9936ded 100644
>>> --- a/meta/recipes-multimedia/alsa/alsa-utils-1.0.23/ncursesfix.patch
>>> +++ b/meta/recipes-multimedia/alsa/alsa-utils-1.0.24.2/ncursesfix.patc
>>> +++ h
>>> @@ -1,11 +1,13 @@
>>> -# alsa-utils: Fix ncurses build failures -# Richard
>>> Purdie<rpurdie@linux.intel.com>  -# Rebased to 1.0.23, Dongxiao
>>> Xu<dongxiao.xu@intel.com>
>>> +Rebase the patch to fit 1.0.24.2
>>>
>>> -diff -ruN alsa-utils-1.0.23-orig/configure.in alsa-utils-1.0.23/configure.in
>>> ---- alsa-utils-1.0.23-orig/configure.in	2010-04-16 19:19:12.000000000 +0800
>>> -+++ alsa-utils-1.0.23/configure.in	2010-06-22 15:22:06.731202478 +0800
>>> -@@ -109,34 +109,16 @@
>>> +Upstream-Status: Inappropriate [configuration]
>>> +
>>> +Signed-off-by: Dongxiao Xu<dongxiao.xu@intel.com>
>>> +
>>> +diff -ruN alsa-utils-1.0.24.2-orig//configure.in alsa-utils-1.0.24.2/configure.in
>>> +--- alsa-utils-1.0.24.2-orig//configure.in	2011-04-13 13:51:20.337665010
>> +0800
>>> ++++ alsa-utils-1.0.24.2/configure.in	2011-04-13 13:51:54.437664986 +0800
>>> +@@ -127,34 +127,16 @@
>>>       NCURSESLIBSUFFIX=""
>>>       CURSES_NLS="no"
>>>       if test "$curseslib" = "ncursesw" -o \( "$curseslib" = "auto" -a
>>> "$USE_NLS" = "yes" \); then @@ -17,7 +19,7 @@ diff -ruN
>> alsa-utils-1.0.23-orig/configure.in alsa-utils-1.0.23/configure.in
>>>    -      CURSES_CFLAGS=`ncursesw5-config --cflags`
>>>    -      curseslib="ncursesw"
>>>    -    else
>>> -       AC_CHECK_LIB(ncursesw, initscr,
>>> +       AC_CHECK_LIB(ncursesw, initscr,
>>>                      [ CURSESINC='<ncurses.h>';
>> CURSESLIB='-lncursesw'; curseslib="ncursesw"])
>>>    -    fi
>>>         if test -n "$CURSESINC"; then
>>> @@ -34,9 +36,9 @@ diff -ruN alsa-utils-1.0.23-orig/configure.in
>> alsa-utils-1.0.23/configure.in
>>>    -      CURSES_CFLAGS=`ncurses5-config --cflags`
>>>    -      curseslib="ncurses"
>>>    -    else
>>> -       AC_CHECK_LIB(ncurses, initscr,
>>> +       AC_CHECK_LIB(ncurses, initscr,
>>>                      [ CURSESINC='<ncurses.h>'; CURSESLIB='-lncurses';
>> curseslib="ncurses"])
>>>    -    fi
>>>       fi
>>>       if test "$curseslib" = "curses" -o "$curseslib" = "auto"; then
>>> -     AC_CHECK_LIB(curses, initscr,
>>> +     AC_CHECK_LIB(curses, initscr,
>>> diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.0.23.bb
>>> b/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb
>>> similarity index 95%
>>> rename from meta/recipes-multimedia/alsa/alsa-utils_1.0.23.bb
>>> rename to meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb
>>> index 46283cc..953a3ac 100644
>>> --- a/meta/recipes-multimedia/alsa/alsa-utils_1.0.23.bb
>>> +++ b/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb
>>> @@ -11,8 +11,8 @@ PR = "r0"
>>>    SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \
>>>               file://ncursesfix.patch;patch=1 "
>>>
>>> -SRC_URI[md5sum] = "cb0cf46029ac9549cf3a31bff6a4f4e1"
>>> -SRC_URI[sha256sum] =
>> "b7d05e915e25f8540ad151c6dd558cf0fc1e9bb0ee23052d531c983666a1f7b0"
>>> +SRC_URI[md5sum] = "8238cd57cb301d1c36bcf0ecb59ce6b2"
>>> +SRC_URI[sha256sum] =
>> "95127f740291086486c06c28118cabca0814bde48fd14dac041a9812a5ac1be2"
>>>
>>>    # lazy hack. needs proper fixing in gettext.m4, see
>>>    # http://bugs.openembedded.org/show_bug.cgi?id=2348
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>



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

* Re: [PATCH 00/14][PULL] connectivity/multimedia recipe upgrade, Dongxiao, 2011/04/15
  2011-04-15  5:36 [PATCH 00/14][PULL] connectivity/multimedia recipe upgrade, Dongxiao, 2011/04/15 Dongxiao Xu
                   ` (13 preceding siblings ...)
  2011-04-15  5:36 ` [PATCH 14/14] distro_tracking_fields: update for gstreamer, gupnp, telepathy-glib, etc Dongxiao Xu
@ 2011-04-18 23:44 ` Saul Wold
  2011-04-20 15:09 ` Darren Hart
  15 siblings, 0 replies; 25+ messages in thread
From: Saul Wold @ 2011-04-18 23:44 UTC (permalink / raw
  To: Dongxiao Xu; +Cc: poky

On 04/14/2011 10:36 PM, Dongxiao Xu wrote:
> From: Dongxiao Xu<dongxiao.xu@intel.com>
>
> Hi Saul,
>
> This pull request upgrades some connectivity and multimedia recipes, please help to review and pull.
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>    Branch: dxu4/upgrade
>    Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/upgrade
>
> Thanks,
>      Dongxiao Xu<dongxiao.xu@intel.com>
> ---
>
>
> Dongxiao Xu (14):
>    gstreamer: upgrade to vesion 0.10.32
>    gst-plugins-base: upgrade to version 0.10.32
>    gst-plugins-good: upgrade to version 0.10.28
>    gst-plugins-bad: upgrade to version 0.10.21
>    gst-plugins-ugly: upgrade to version 0.10.17
>    ofono: upgrade to version 0.45
>    alsa-lib: upgrade to version 1.0.24.1
>    alsa-utils: upgrade to version 1.0.24.2
I did not pull this due to the discussion we are talking about now.


>    telepathy-glib: upgrade to version 0.14.3
>    telepathy-idle: upgrade to version 0.1.8
>    telepathy-mission-control: upgrade to version 5.7.9
>    gssdp: upgrade to version 0.10.0
>    gupnp: upgrade to version 0.16.0
>    distro_tracking_fields: update for gstreamer, gupnp, telepathy-glib,
>      etc
>
>   .../conf/distro/include/distro_tracking_fields.inc |  106 ++++++++++----------
>   .../{files =>  gssdp-0.10.0}/introspection.patch    |    5 +-
>   .../gupnp/{gssdp_0.9.0.bb =>  gssdp_0.10.0.bb}      |    4 +-
>   .../gupnp/{gupnp_0.14.0.bb =>  gupnp_0.16.0.bb}     |    7 +-
>   meta/recipes-connectivity/ofono/ofono_0.37.bb      |    9 --
>   meta/recipes-connectivity/ofono/ofono_0.45.bb      |    9 ++
>   ...thy-glib_0.13.6.bb =>  telepathy-glib_0.14.3.bb} |    4 +-
>   ...pathy-idle_0.1.7.bb =>  telepathy-idle_0.1.8.bb} |    4 +-
>   ...5.7.1.bb =>  telepathy-mission-control_5.7.9.bb} |    4 +-
>   .../fix-tstamp-declaration.patch                   |    2 +
>   .../unbreak_plugindir.patch                        |    2 +
>   .../{alsa-lib_1.0.23.bb =>  alsa-lib_1.0.24.1.bb}   |    4 +-
>   .../ncursesfix.patch                               |   22 ++--
>   ...alsa-utils_1.0.23.bb =>  alsa-utils_1.0.24.2.bb} |    4 +-
>   ...s-bad_0.10.20.bb =>  gst-plugins-bad_0.10.21.bb} |    6 +-
>   .../gst-plugins-base-tremor.patch                  |    2 +
>   ...base_0.10.31.bb =>  gst-plugins-base_0.10.32.bb} |    6 +-
>   ...good_0.10.26.bb =>  gst-plugins-good_0.10.28.bb} |    6 +-
>   ...ugly_0.10.16.bb =>  gst-plugins-ugly_0.10.17.bb} |    3 +
>   .../check_fix.patch                                |    2 +
>   .../gst-inspect-check-error.patch                  |    2 +
>   .../gstregistrybinary.c                            |    0
>   .../gstregistrybinary.h                            |    0
>   .../{gstreamer_0.10.31.bb =>  gstreamer_0.10.32.bb} |    4 +-
>   24 files changed, 116 insertions(+), 101 deletions(-)
>   rename meta/recipes-connectivity/gupnp/{files =>  gssdp-0.10.0}/introspection.patch (97%)
>   rename meta/recipes-connectivity/gupnp/{gssdp_0.9.0.bb =>  gssdp_0.10.0.bb} (83%)
>   rename meta/recipes-connectivity/gupnp/{gupnp_0.14.0.bb =>  gupnp_0.16.0.bb} (85%)
>   delete mode 100644 meta/recipes-connectivity/ofono/ofono_0.37.bb
>   create mode 100644 meta/recipes-connectivity/ofono/ofono_0.45.bb
>   rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.13.6.bb =>  telepathy-glib_0.14.3.bb} (80%)
>   rename meta/recipes-connectivity/telepathy/{telepathy-idle_0.1.7.bb =>  telepathy-idle_0.1.8.bb} (81%)
>   rename meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.7.1.bb =>  telepathy-mission-control_5.7.9.bb} (92%)
>   rename meta/recipes-multimedia/alsa/{alsa-lib-1.0.23 =>  alsa-lib-1.0.24.1}/fix-tstamp-declaration.patch (95%)
>   rename meta/recipes-multimedia/alsa/{alsa-lib-1.0.23 =>  alsa-lib-1.0.24.1}/unbreak_plugindir.patch (91%)
>   rename meta/recipes-multimedia/alsa/{alsa-lib_1.0.23.bb =>  alsa-lib_1.0.24.1.bb} (91%)
>   rename meta/recipes-multimedia/alsa/{alsa-utils-1.0.23 =>  alsa-utils-1.0.24.2}/ncursesfix.patch (70%)
>   rename meta/recipes-multimedia/alsa/{alsa-utils_1.0.23.bb =>  alsa-utils_1.0.24.2.bb} (95%)
>   rename meta/recipes-multimedia/gstreamer/{gst-plugins-bad_0.10.20.bb =>  gst-plugins-bad_0.10.21.bb} (86%)
>   rename meta/recipes-multimedia/gstreamer/{gst-plugins-base-0.10.31 =>  gst-plugins-base-0.10.32}/gst-plugins-base-tremor.patch (94%)
>   rename meta/recipes-multimedia/gstreamer/{gst-plugins-base_0.10.31.bb =>  gst-plugins-base_0.10.32.bb} (86%)
>   rename meta/recipes-multimedia/gstreamer/{gst-plugins-good_0.10.26.bb =>  gst-plugins-good_0.10.28.bb} (82%)
>   rename meta/recipes-multimedia/gstreamer/{gst-plugins-ugly_0.10.16.bb =>  gst-plugins-ugly_0.10.17.bb} (85%)
>   rename meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 =>  gstreamer-0.10.32}/check_fix.patch (93%)
>   rename meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 =>  gstreamer-0.10.32}/gst-inspect-check-error.patch (96%)
>   rename meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 =>  gstreamer-0.10.32}/gstregistrybinary.c (100%)
>   rename meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 =>  gstreamer-0.10.32}/gstregistrybinary.h (100%)
>   rename meta/recipes-multimedia/gstreamer/{gstreamer_0.10.31.bb =>  gstreamer_0.10.32.bb} (91%)
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>

Merged all but alsa-utils

Thanks
	Sau!



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

* Re: [PATCH 08/14] alsa-utils: upgrade to version 1.0.24.2
  2011-04-18 23:39       ` Saul Wold
@ 2011-04-20  6:14         ` Xu, Dongxiao
  0 siblings, 0 replies; 25+ messages in thread
From: Xu, Dongxiao @ 2011-04-20  6:14 UTC (permalink / raw
  To: Saul Wold; +Cc: poky@yoctoproject.org

Thanks Saul, I have reproduced this issue by building libsamplerate0 firstly.

Dongxiao

> -----Original Message-----
> From: Saul Wold [mailto:sgw@linux.intel.com]
> Sent: Tuesday, April 19, 2011 7:39 AM
> To: Xu, Dongxiao
> Cc: poky@yoctoproject.org
> Subject: Re: [poky] [PATCH 08/14] alsa-utils: upgrade to version 1.0.24.2
> 
> On 04/17/2011 11:40 PM, Xu, Dongxiao wrote:
> > Hi Saul,
> >
> > On which platform do you meet the compile error with this patch?
> >
> > I just re-checked the 4 architecture and they build all well.
> >
> Really, are you sure you are building the same thing?  I just rebuild and think I
> understand what's happened.  I happened to build world which build
> libsamplerate0 before alsa-utils, now there is not a direct dependency, but
> alsa-utils will configure different with and without libsamplerate0.
> 
> I think we want it to DEPEND on libsamplerate0 for better tooling/utils, this is
> what then causes the failure, which requires the newer version of
> libsamplerate0.
> 
> I hope that makes more sense now.
> 
> Sau!
> 
> Failre with libsamplerate0 built before alsa-utils.
> 
>   i586-poky-linux-gcc -march=i586
> --sysroot=/intel/poky2/builds/alsa/tmp/sysroots/qemux86  -O2 -pipe -g
> -feliminate-unused-debug-types -D_GNU_SOURCE  -Wl,-O1  -Wl,--as-needed
> -o alsaloop alsaloop.o pcmjob.o control.o -lm -lsamplerate -lasound -lm -ldl
> -lpthread
> | pcmjob.o: In function `buf_add_src':
> |
> /intel/poky2/builds/alsa/tmp/work/i586-poky-linux/alsa-utils-1.0.24.2-r0/alsa-u
> tils-1.0.24.2/alsaloop/pcmjob.c:514:
> undefined reference to `src_int_to_float_array'
> |
> /intel/poky2/builds/alsa/tmp/work/i586-poky-linux/alsa-utils-1.0.24.2-r0/alsa-u
> tils-1.0.24.2/alsaloop/pcmjob.c:552:
> undefined reference to `src_float_to_int_array'
> | collect2: ld returned 1 exit status
> | make[1]: *** [alsaloop] Error 1
> | make[1]: Leaving directory
> `/intel/poky2/builds/alsa/tmp/work/i586-poky-linux/alsa-utils-1.0.24.2-r0/alsa-
> utils-1.0.24.2/alsaloop'
> | make: *** [all-recursive] Error 1
> | FATAL: oe_runmake failed
> | ERROR: Function 'do_compile' failed (see
> /intel/poky2/builds/alsa/tmp/work/i586-poky-linux/alsa-utils-1.0.24.2-r0/temp/
> log.do_compile.6135
> for further information)
> NOTE: package alsa-utils-1.0.24.2-r0: task do_compile: Failed
> ERROR: Task 7
> (/intel/poky2/master2/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb,
> do_compile) failed with exit code '1'
> 
> 
> > Thanks,
> > Dongxiao
> >
> >> -----Original Message-----
> >> From: Wold, Saul
> >> Sent: Saturday, April 16, 2011 2:21 PM
> >> To: Xu, Dongxiao
> >> Cc: poky@yoctoproject.org
> >> Subject: Re: [poky] [PATCH 08/14] alsa-utils: upgrade to version
> >> 1.0.24.2
> >>
> >>
> >> There seems to be a problem with this patch, I was not able to
> >> compile it correctly, it had undefined functions that I tracked to a
> >> newer version of libsamplerate0.  Please correct this issue.
> >>
> >> Thanks
> >> 	Sau!
> >>
> >>
> >> On 04/14/2011 10:36 PM, Dongxiao Xu wrote:
> >>> From: Dongxiao Xu<dongxiao.xu@intel.com>
> >>>
> >>> Signed-off-by: Dongxiao Xu<dongxiao.xu@intel.com>
> >>> ---
> >>>    .../ncursesfix.patch                               |   22
> >> ++++++++++---------
> >>>    ...alsa-utils_1.0.23.bb =>   alsa-utils_1.0.24.2.bb} |    4 +-
> >>>    2 files changed, 14 insertions(+), 12 deletions(-)
> >>>    rename meta/recipes-multimedia/alsa/{alsa-utils-1.0.23 =>
> >> alsa-utils-1.0.24.2}/ncursesfix.patch (70%)
> >>>    rename meta/recipes-multimedia/alsa/{alsa-utils_1.0.23.bb =>
> >>> alsa-utils_1.0.24.2.bb} (95%)
> >>>
> >>> diff --git
> >>> a/meta/recipes-multimedia/alsa/alsa-utils-1.0.23/ncursesfix.patch
> >>> b/meta/recipes-multimedia/alsa/alsa-utils-1.0.24.2/ncursesfix.patch
> >>> similarity index 70%
> >>> rename from
> >>> meta/recipes-multimedia/alsa/alsa-utils-1.0.23/ncursesfix.patch
> >>> rename to
> >>> meta/recipes-multimedia/alsa/alsa-utils-1.0.24.2/ncursesfix.patch
> >>> index 0009c1a..9936ded 100644
> >>> ---
> >>> a/meta/recipes-multimedia/alsa/alsa-utils-1.0.23/ncursesfix.patch
> >>> +++ b/meta/recipes-multimedia/alsa/alsa-utils-1.0.24.2/ncursesfix.pa
> >>> +++ tc
> >>> +++ h
> >>> @@ -1,11 +1,13 @@
> >>> -# alsa-utils: Fix ncurses build failures -# Richard
> >>> Purdie<rpurdie@linux.intel.com>  -# Rebased to 1.0.23, Dongxiao
> >>> Xu<dongxiao.xu@intel.com>
> >>> +Rebase the patch to fit 1.0.24.2
> >>>
> >>> -diff -ruN alsa-utils-1.0.23-orig/configure.in alsa-utils-1.0.23/configure.in
> >>> ---- alsa-utils-1.0.23-orig/configure.in	2010-04-16 19:19:12.000000000
> +0800
> >>> -+++ alsa-utils-1.0.23/configure.in	2010-06-22 15:22:06.731202478 +0800
> >>> -@@ -109,34 +109,16 @@
> >>> +Upstream-Status: Inappropriate [configuration]
> >>> +
> >>> +Signed-off-by: Dongxiao Xu<dongxiao.xu@intel.com>
> >>> +
> >>> +diff -ruN alsa-utils-1.0.24.2-orig//configure.in
> alsa-utils-1.0.24.2/configure.in
> >>> +--- alsa-utils-1.0.24.2-orig//configure.in	2011-04-13
> 13:51:20.337665010
> >> +0800
> >>> ++++ alsa-utils-1.0.24.2/configure.in	2011-04-13 13:51:54.437664986
> +0800
> >>> +@@ -127,34 +127,16 @@
> >>>       NCURSESLIBSUFFIX=""
> >>>       CURSES_NLS="no"
> >>>       if test "$curseslib" = "ncursesw" -o \( "$curseslib" = "auto"
> >>> -a "$USE_NLS" = "yes" \); then @@ -17,7 +19,7 @@ diff -ruN
> >> alsa-utils-1.0.23-orig/configure.in alsa-utils-1.0.23/configure.in
> >>>    -      CURSES_CFLAGS=`ncursesw5-config --cflags`
> >>>    -      curseslib="ncursesw"
> >>>    -    else
> >>> -       AC_CHECK_LIB(ncursesw, initscr,
> >>> +       AC_CHECK_LIB(ncursesw, initscr,
> >>>                      [ CURSESINC='<ncurses.h>';
> >> CURSESLIB='-lncursesw'; curseslib="ncursesw"])
> >>>    -    fi
> >>>         if test -n "$CURSESINC"; then @@ -34,9 +36,9 @@ diff -ruN
> >>> alsa-utils-1.0.23-orig/configure.in
> >> alsa-utils-1.0.23/configure.in
> >>>    -      CURSES_CFLAGS=`ncurses5-config --cflags`
> >>>    -      curseslib="ncurses"
> >>>    -    else
> >>> -       AC_CHECK_LIB(ncurses, initscr,
> >>> +       AC_CHECK_LIB(ncurses, initscr,
> >>>                      [ CURSESINC='<ncurses.h>';
> >>> CURSESLIB='-lncurses';
> >> curseslib="ncurses"])
> >>>    -    fi
> >>>       fi
> >>>       if test "$curseslib" = "curses" -o "$curseslib" = "auto"; then
> >>> -     AC_CHECK_LIB(curses, initscr,
> >>> +     AC_CHECK_LIB(curses, initscr,
> >>> diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.0.23.bb
> >>> b/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb
> >>> similarity index 95%
> >>> rename from meta/recipes-multimedia/alsa/alsa-utils_1.0.23.bb
> >>> rename to meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb
> >>> index 46283cc..953a3ac 100644
> >>> --- a/meta/recipes-multimedia/alsa/alsa-utils_1.0.23.bb
> >>> +++ b/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb
> >>> @@ -11,8 +11,8 @@ PR = "r0"
> >>>    SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2
> \
> >>>               file://ncursesfix.patch;patch=1 "
> >>>
> >>> -SRC_URI[md5sum] = "cb0cf46029ac9549cf3a31bff6a4f4e1"
> >>> -SRC_URI[sha256sum] =
> >>
> "b7d05e915e25f8540ad151c6dd558cf0fc1e9bb0ee23052d531c983666a1f7b0"
> >>> +SRC_URI[md5sum] = "8238cd57cb301d1c36bcf0ecb59ce6b2"
> >>> +SRC_URI[sha256sum] =
> >>
> "95127f740291086486c06c28118cabca0814bde48fd14dac041a9812a5ac1be2"
> >>>
> >>>    # lazy hack. needs proper fixing in gettext.m4, see
> >>>    # http://bugs.openembedded.org/show_bug.cgi?id=2348
> >
> > _______________________________________________
> > poky mailing list
> > poky@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/poky
> >



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

* Re: [PATCH 00/14][PULL] connectivity/multimedia recipe upgrade, Dongxiao, 2011/04/15
  2011-04-15  5:36 [PATCH 00/14][PULL] connectivity/multimedia recipe upgrade, Dongxiao, 2011/04/15 Dongxiao Xu
                   ` (14 preceding siblings ...)
  2011-04-18 23:44 ` [PATCH 00/14][PULL] connectivity/multimedia recipe upgrade, Dongxiao, 2011/04/15 Saul Wold
@ 2011-04-20 15:09 ` Darren Hart
  2011-04-20 16:17   ` Koen Kooi
  2011-04-21  5:45   ` Xu, Dongxiao
  15 siblings, 2 replies; 25+ messages in thread
From: Darren Hart @ 2011-04-20 15:09 UTC (permalink / raw
  To: Dongxiao Xu; +Cc: poky

On Fri, 2011-04-15 at 13:36 +0800, Dongxiao Xu wrote:
> From: Dongxiao Xu <dongxiao.xu@intel.com>
> 
> Hi Saul,
> 
> This pull request upgrades some connectivity and multimedia recipes, please help to review and pull.

How have these upgrades been tested? In particular, has rygel from
meta-demo been shown to work using the updated libraries?

--
Darren

> 
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>   Branch: dxu4/upgrade
>   Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/upgrade
> 
> Thanks,
>     Dongxiao Xu <dongxiao.xu@intel.com>
> ---
> 
> 
> Dongxiao Xu (14):
>   gstreamer: upgrade to vesion 0.10.32
>   gst-plugins-base: upgrade to version 0.10.32
>   gst-plugins-good: upgrade to version 0.10.28
>   gst-plugins-bad: upgrade to version 0.10.21
>   gst-plugins-ugly: upgrade to version 0.10.17
>   ofono: upgrade to version 0.45
>   alsa-lib: upgrade to version 1.0.24.1
>   alsa-utils: upgrade to version 1.0.24.2
>   telepathy-glib: upgrade to version 0.14.3
>   telepathy-idle: upgrade to version 0.1.8
>   telepathy-mission-control: upgrade to version 5.7.9
>   gssdp: upgrade to version 0.10.0
>   gupnp: upgrade to version 0.16.0
>   distro_tracking_fields: update for gstreamer, gupnp, telepathy-glib,
>     etc
> 
>  .../conf/distro/include/distro_tracking_fields.inc |  106 ++++++++++----------
>  .../{files => gssdp-0.10.0}/introspection.patch    |    5 +-
>  .../gupnp/{gssdp_0.9.0.bb => gssdp_0.10.0.bb}      |    4 +-
>  .../gupnp/{gupnp_0.14.0.bb => gupnp_0.16.0.bb}     |    7 +-
>  meta/recipes-connectivity/ofono/ofono_0.37.bb      |    9 --
>  meta/recipes-connectivity/ofono/ofono_0.45.bb      |    9 ++
>  ...thy-glib_0.13.6.bb => telepathy-glib_0.14.3.bb} |    4 +-
>  ...pathy-idle_0.1.7.bb => telepathy-idle_0.1.8.bb} |    4 +-
>  ...5.7.1.bb => telepathy-mission-control_5.7.9.bb} |    4 +-
>  .../fix-tstamp-declaration.patch                   |    2 +
>  .../unbreak_plugindir.patch                        |    2 +
>  .../{alsa-lib_1.0.23.bb => alsa-lib_1.0.24.1.bb}   |    4 +-
>  .../ncursesfix.patch                               |   22 ++--
>  ...alsa-utils_1.0.23.bb => alsa-utils_1.0.24.2.bb} |    4 +-
>  ...s-bad_0.10.20.bb => gst-plugins-bad_0.10.21.bb} |    6 +-
>  .../gst-plugins-base-tremor.patch                  |    2 +
>  ...base_0.10.31.bb => gst-plugins-base_0.10.32.bb} |    6 +-
>  ...good_0.10.26.bb => gst-plugins-good_0.10.28.bb} |    6 +-
>  ...ugly_0.10.16.bb => gst-plugins-ugly_0.10.17.bb} |    3 +
>  .../check_fix.patch                                |    2 +
>  .../gst-inspect-check-error.patch                  |    2 +
>  .../gstregistrybinary.c                            |    0
>  .../gstregistrybinary.h                            |    0
>  .../{gstreamer_0.10.31.bb => gstreamer_0.10.32.bb} |    4 +-
>  24 files changed, 116 insertions(+), 101 deletions(-)
>  rename meta/recipes-connectivity/gupnp/{files => gssdp-0.10.0}/introspection.patch (97%)
>  rename meta/recipes-connectivity/gupnp/{gssdp_0.9.0.bb => gssdp_0.10.0.bb} (83%)
>  rename meta/recipes-connectivity/gupnp/{gupnp_0.14.0.bb => gupnp_0.16.0.bb} (85%)
>  delete mode 100644 meta/recipes-connectivity/ofono/ofono_0.37.bb
>  create mode 100644 meta/recipes-connectivity/ofono/ofono_0.45.bb
>  rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.13.6.bb => telepathy-glib_0.14.3.bb} (80%)
>  rename meta/recipes-connectivity/telepathy/{telepathy-idle_0.1.7.bb => telepathy-idle_0.1.8.bb} (81%)
>  rename meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.7.1.bb => telepathy-mission-control_5.7.9.bb} (92%)
>  rename meta/recipes-multimedia/alsa/{alsa-lib-1.0.23 => alsa-lib-1.0.24.1}/fix-tstamp-declaration.patch (95%)
>  rename meta/recipes-multimedia/alsa/{alsa-lib-1.0.23 => alsa-lib-1.0.24.1}/unbreak_plugindir.patch (91%)
>  rename meta/recipes-multimedia/alsa/{alsa-lib_1.0.23.bb => alsa-lib_1.0.24.1.bb} (91%)
>  rename meta/recipes-multimedia/alsa/{alsa-utils-1.0.23 => alsa-utils-1.0.24.2}/ncursesfix.patch (70%)
>  rename meta/recipes-multimedia/alsa/{alsa-utils_1.0.23.bb => alsa-utils_1.0.24.2.bb} (95%)
>  rename meta/recipes-multimedia/gstreamer/{gst-plugins-bad_0.10.20.bb => gst-plugins-bad_0.10.21.bb} (86%)
>  rename meta/recipes-multimedia/gstreamer/{gst-plugins-base-0.10.31 => gst-plugins-base-0.10.32}/gst-plugins-base-tremor.patch (94%)
>  rename meta/recipes-multimedia/gstreamer/{gst-plugins-base_0.10.31.bb => gst-plugins-base_0.10.32.bb} (86%)
>  rename meta/recipes-multimedia/gstreamer/{gst-plugins-good_0.10.26.bb => gst-plugins-good_0.10.28.bb} (82%)
>  rename meta/recipes-multimedia/gstreamer/{gst-plugins-ugly_0.10.16.bb => gst-plugins-ugly_0.10.17.bb} (85%)
>  rename meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 => gstreamer-0.10.32}/check_fix.patch (93%)
>  rename meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 => gstreamer-0.10.32}/gst-inspect-check-error.patch (96%)
>  rename meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 => gstreamer-0.10.32}/gstregistrybinary.c (100%)
>  rename meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 => gstreamer-0.10.32}/gstregistrybinary.h (100%)
>  rename meta/recipes-multimedia/gstreamer/{gstreamer_0.10.31.bb => gstreamer_0.10.32.bb} (91%)
> 
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky

-- 
Darren Hart
Yocto Linux Kernel



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

* Re: [PATCH 00/14][PULL] connectivity/multimedia recipe upgrade, Dongxiao, 2011/04/15
  2011-04-20 15:09 ` Darren Hart
@ 2011-04-20 16:17   ` Koen Kooi
  2011-04-21  5:45   ` Xu, Dongxiao
  1 sibling, 0 replies; 25+ messages in thread
From: Koen Kooi @ 2011-04-20 16:17 UTC (permalink / raw
  To: Darren Hart; +Cc: poky


Op 20 apr 2011, om 17:09 heeft Darren Hart het volgende geschreven:

> On Fri, 2011-04-15 at 13:36 +0800, Dongxiao Xu wrote:
>> From: Dongxiao Xu <dongxiao.xu@intel.com>
>> 
>> Hi Saul,
>> 
>> This pull request upgrades some connectivity and multimedia recipes, please help to review and pull.
> 
> How have these upgrades been tested? In particular, has rygel from
> meta-demo been shown to work using the updated libraries?

There was a new rygel release today, a nice opportunity to test the updates :)

> 
> --
> Darren
> 
>> 
>> Pull URL: git://git.pokylinux.org/poky-contrib.git
>>  Branch: dxu4/upgrade
>>  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/upgrade
>> 
>> Thanks,
>>    Dongxiao Xu <dongxiao.xu@intel.com>
>> ---
>> 
>> 
>> Dongxiao Xu (14):
>>  gstreamer: upgrade to vesion 0.10.32
>>  gst-plugins-base: upgrade to version 0.10.32
>>  gst-plugins-good: upgrade to version 0.10.28
>>  gst-plugins-bad: upgrade to version 0.10.21
>>  gst-plugins-ugly: upgrade to version 0.10.17
>>  ofono: upgrade to version 0.45
>>  alsa-lib: upgrade to version 1.0.24.1
>>  alsa-utils: upgrade to version 1.0.24.2
>>  telepathy-glib: upgrade to version 0.14.3
>>  telepathy-idle: upgrade to version 0.1.8
>>  telepathy-mission-control: upgrade to version 5.7.9
>>  gssdp: upgrade to version 0.10.0
>>  gupnp: upgrade to version 0.16.0
>>  distro_tracking_fields: update for gstreamer, gupnp, telepathy-glib,
>>    etc
>> 
>> .../conf/distro/include/distro_tracking_fields.inc |  106 ++++++++++----------
>> .../{files => gssdp-0.10.0}/introspection.patch    |    5 +-
>> .../gupnp/{gssdp_0.9.0.bb => gssdp_0.10.0.bb}      |    4 +-
>> .../gupnp/{gupnp_0.14.0.bb => gupnp_0.16.0.bb}     |    7 +-
>> meta/recipes-connectivity/ofono/ofono_0.37.bb      |    9 --
>> meta/recipes-connectivity/ofono/ofono_0.45.bb      |    9 ++
>> ...thy-glib_0.13.6.bb => telepathy-glib_0.14.3.bb} |    4 +-
>> ...pathy-idle_0.1.7.bb => telepathy-idle_0.1.8.bb} |    4 +-
>> ...5.7.1.bb => telepathy-mission-control_5.7.9.bb} |    4 +-
>> .../fix-tstamp-declaration.patch                   |    2 +
>> .../unbreak_plugindir.patch                        |    2 +
>> .../{alsa-lib_1.0.23.bb => alsa-lib_1.0.24.1.bb}   |    4 +-
>> .../ncursesfix.patch                               |   22 ++--
>> ...alsa-utils_1.0.23.bb => alsa-utils_1.0.24.2.bb} |    4 +-
>> ...s-bad_0.10.20.bb => gst-plugins-bad_0.10.21.bb} |    6 +-
>> .../gst-plugins-base-tremor.patch                  |    2 +
>> ...base_0.10.31.bb => gst-plugins-base_0.10.32.bb} |    6 +-
>> ...good_0.10.26.bb => gst-plugins-good_0.10.28.bb} |    6 +-
>> ...ugly_0.10.16.bb => gst-plugins-ugly_0.10.17.bb} |    3 +
>> .../check_fix.patch                                |    2 +
>> .../gst-inspect-check-error.patch                  |    2 +
>> .../gstregistrybinary.c                            |    0
>> .../gstregistrybinary.h                            |    0
>> .../{gstreamer_0.10.31.bb => gstreamer_0.10.32.bb} |    4 +-
>> 24 files changed, 116 insertions(+), 101 deletions(-)
>> rename meta/recipes-connectivity/gupnp/{files => gssdp-0.10.0}/introspection.patch (97%)
>> rename meta/recipes-connectivity/gupnp/{gssdp_0.9.0.bb => gssdp_0.10.0.bb} (83%)
>> rename meta/recipes-connectivity/gupnp/{gupnp_0.14.0.bb => gupnp_0.16.0.bb} (85%)
>> delete mode 100644 meta/recipes-connectivity/ofono/ofono_0.37.bb
>> create mode 100644 meta/recipes-connectivity/ofono/ofono_0.45.bb
>> rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.13.6.bb => telepathy-glib_0.14.3.bb} (80%)
>> rename meta/recipes-connectivity/telepathy/{telepathy-idle_0.1.7.bb => telepathy-idle_0.1.8.bb} (81%)
>> rename meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.7.1.bb => telepathy-mission-control_5.7.9.bb} (92%)
>> rename meta/recipes-multimedia/alsa/{alsa-lib-1.0.23 => alsa-lib-1.0.24.1}/fix-tstamp-declaration.patch (95%)
>> rename meta/recipes-multimedia/alsa/{alsa-lib-1.0.23 => alsa-lib-1.0.24.1}/unbreak_plugindir.patch (91%)
>> rename meta/recipes-multimedia/alsa/{alsa-lib_1.0.23.bb => alsa-lib_1.0.24.1.bb} (91%)
>> rename meta/recipes-multimedia/alsa/{alsa-utils-1.0.23 => alsa-utils-1.0.24.2}/ncursesfix.patch (70%)
>> rename meta/recipes-multimedia/alsa/{alsa-utils_1.0.23.bb => alsa-utils_1.0.24.2.bb} (95%)
>> rename meta/recipes-multimedia/gstreamer/{gst-plugins-bad_0.10.20.bb => gst-plugins-bad_0.10.21.bb} (86%)
>> rename meta/recipes-multimedia/gstreamer/{gst-plugins-base-0.10.31 => gst-plugins-base-0.10.32}/gst-plugins-base-tremor.patch (94%)
>> rename meta/recipes-multimedia/gstreamer/{gst-plugins-base_0.10.31.bb => gst-plugins-base_0.10.32.bb} (86%)
>> rename meta/recipes-multimedia/gstreamer/{gst-plugins-good_0.10.26.bb => gst-plugins-good_0.10.28.bb} (82%)
>> rename meta/recipes-multimedia/gstreamer/{gst-plugins-ugly_0.10.16.bb => gst-plugins-ugly_0.10.17.bb} (85%)
>> rename meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 => gstreamer-0.10.32}/check_fix.patch (93%)
>> rename meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 => gstreamer-0.10.32}/gst-inspect-check-error.patch (96%)
>> rename meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 => gstreamer-0.10.32}/gstregistrybinary.c (100%)
>> rename meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 => gstreamer-0.10.32}/gstregistrybinary.h (100%)
>> rename meta/recipes-multimedia/gstreamer/{gstreamer_0.10.31.bb => gstreamer_0.10.32.bb} (91%)
>> 
>> _______________________________________________
>> poky mailing list
>> poky@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/poky
> 
> -- 
> Darren Hart
> Yocto Linux Kernel
> 
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky



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

* Re: [PATCH 00/14][PULL] connectivity/multimedia recipe upgrade, Dongxiao, 2011/04/15
  2011-04-20 15:09 ` Darren Hart
  2011-04-20 16:17   ` Koen Kooi
@ 2011-04-21  5:45   ` Xu, Dongxiao
  2011-04-21  6:08     ` Saul Wold
  1 sibling, 1 reply; 25+ messages in thread
From: Xu, Dongxiao @ 2011-04-21  5:45 UTC (permalink / raw
  To: Darren Hart; +Cc: poky@yoctoproject.org

> -----Original Message-----
> From: Darren Hart [mailto:dvhart@linux.intel.com]
> Sent: Wednesday, April 20, 2011 11:09 PM
> To: Xu, Dongxiao
> Cc: poky@yoctoproject.org
> Subject: Re: [poky] [PATCH 00/14][PULL] connectivity/multimedia recipe
> upgrade, Dongxiao, 2011/04/15
> 
> On Fri, 2011-04-15 at 13:36 +0800, Dongxiao Xu wrote:
> > From: Dongxiao Xu <dongxiao.xu@intel.com>
> >
> > Hi Saul,
> >
> > This pull request upgrades some connectivity and multimedia recipes, please
> help to review and pull.
> 
> How have these upgrades been tested? In particular, has rygel from
> meta-demo been shown to work using the updated libraries?

Before sending the patch, I verified the basic video/audio player does work in poky-image-sato image on atom-pc platform. However I didn't cover rygel testings.

Do you meet issues with rygel after my upgrade?

Thanks,
Dongxiao

> 
> --
> Darren
> 
> >
> > Pull URL: git://git.pokylinux.org/poky-contrib.git
> >   Branch: dxu4/upgrade
> >   Browse:
> > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/upgrade
> >
> > Thanks,
> >     Dongxiao Xu <dongxiao.xu@intel.com>
> > ---
> >
> >
> > Dongxiao Xu (14):
> >   gstreamer: upgrade to vesion 0.10.32
> >   gst-plugins-base: upgrade to version 0.10.32
> >   gst-plugins-good: upgrade to version 0.10.28
> >   gst-plugins-bad: upgrade to version 0.10.21
> >   gst-plugins-ugly: upgrade to version 0.10.17
> >   ofono: upgrade to version 0.45
> >   alsa-lib: upgrade to version 1.0.24.1
> >   alsa-utils: upgrade to version 1.0.24.2
> >   telepathy-glib: upgrade to version 0.14.3
> >   telepathy-idle: upgrade to version 0.1.8
> >   telepathy-mission-control: upgrade to version 5.7.9
> >   gssdp: upgrade to version 0.10.0
> >   gupnp: upgrade to version 0.16.0
> >   distro_tracking_fields: update for gstreamer, gupnp, telepathy-glib,
> >     etc
> >
> >  .../conf/distro/include/distro_tracking_fields.inc |  106
> ++++++++++----------
> >  .../{files => gssdp-0.10.0}/introspection.patch    |    5 +-
> >  .../gupnp/{gssdp_0.9.0.bb => gssdp_0.10.0.bb}      |    4 +-
> >  .../gupnp/{gupnp_0.14.0.bb => gupnp_0.16.0.bb}     |    7 +-
> >  meta/recipes-connectivity/ofono/ofono_0.37.bb      |    9 --
> >  meta/recipes-connectivity/ofono/ofono_0.45.bb      |    9 ++
> >  ...thy-glib_0.13.6.bb => telepathy-glib_0.14.3.bb} |    4 +-
> >  ...pathy-idle_0.1.7.bb => telepathy-idle_0.1.8.bb} |    4 +-
> >  ...5.7.1.bb => telepathy-mission-control_5.7.9.bb} |    4 +-
> >  .../fix-tstamp-declaration.patch                   |    2 +
> >  .../unbreak_plugindir.patch                        |    2 +
> >  .../{alsa-lib_1.0.23.bb => alsa-lib_1.0.24.1.bb}   |    4 +-
> >  .../ncursesfix.patch                               |   22 ++--
> >  ...alsa-utils_1.0.23.bb => alsa-utils_1.0.24.2.bb} |    4 +-
> >  ...s-bad_0.10.20.bb => gst-plugins-bad_0.10.21.bb} |    6 +-
> >  .../gst-plugins-base-tremor.patch                  |    2 +
> >  ...base_0.10.31.bb => gst-plugins-base_0.10.32.bb} |    6 +-
> >  ...good_0.10.26.bb => gst-plugins-good_0.10.28.bb} |    6 +-
> >  ...ugly_0.10.16.bb => gst-plugins-ugly_0.10.17.bb} |    3 +
> >  .../check_fix.patch                                |    2 +
> >  .../gst-inspect-check-error.patch                  |    2 +
> >  .../gstregistrybinary.c                            |    0
> >  .../gstregistrybinary.h                            |    0
> >  .../{gstreamer_0.10.31.bb => gstreamer_0.10.32.bb} |    4 +-
> >  24 files changed, 116 insertions(+), 101 deletions(-)  rename
> > meta/recipes-connectivity/gupnp/{files =>
> > gssdp-0.10.0}/introspection.patch (97%)  rename
> > meta/recipes-connectivity/gupnp/{gssdp_0.9.0.bb => gssdp_0.10.0.bb}
> > (83%)  rename meta/recipes-connectivity/gupnp/{gupnp_0.14.0.bb =>
> > gupnp_0.16.0.bb} (85%)  delete mode 100644
> > meta/recipes-connectivity/ofono/ofono_0.37.bb
> >  create mode 100644 meta/recipes-connectivity/ofono/ofono_0.45.bb
> >  rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.13.6.bb
> > => telepathy-glib_0.14.3.bb} (80%)  rename
> > meta/recipes-connectivity/telepathy/{telepathy-idle_0.1.7.bb =>
> > telepathy-idle_0.1.8.bb} (81%)  rename
> > meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.7.1.b
> > b => telepathy-mission-control_5.7.9.bb} (92%)  rename
> > meta/recipes-multimedia/alsa/{alsa-lib-1.0.23 =>
> > alsa-lib-1.0.24.1}/fix-tstamp-declaration.patch (95%)  rename
> > meta/recipes-multimedia/alsa/{alsa-lib-1.0.23 =>
> > alsa-lib-1.0.24.1}/unbreak_plugindir.patch (91%)  rename
> > meta/recipes-multimedia/alsa/{alsa-lib_1.0.23.bb =>
> > alsa-lib_1.0.24.1.bb} (91%)  rename
> > meta/recipes-multimedia/alsa/{alsa-utils-1.0.23 =>
> > alsa-utils-1.0.24.2}/ncursesfix.patch (70%)  rename
> > meta/recipes-multimedia/alsa/{alsa-utils_1.0.23.bb =>
> > alsa-utils_1.0.24.2.bb} (95%)  rename
> > meta/recipes-multimedia/gstreamer/{gst-plugins-bad_0.10.20.bb =>
> > gst-plugins-bad_0.10.21.bb} (86%)  rename
> > meta/recipes-multimedia/gstreamer/{gst-plugins-base-0.10.31 =>
> > gst-plugins-base-0.10.32}/gst-plugins-base-tremor.patch (94%)  rename
> > meta/recipes-multimedia/gstreamer/{gst-plugins-base_0.10.31.bb =>
> > gst-plugins-base_0.10.32.bb} (86%)  rename
> > meta/recipes-multimedia/gstreamer/{gst-plugins-good_0.10.26.bb =>
> > gst-plugins-good_0.10.28.bb} (82%)  rename
> > meta/recipes-multimedia/gstreamer/{gst-plugins-ugly_0.10.16.bb =>
> > gst-plugins-ugly_0.10.17.bb} (85%)  rename
> > meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 =>
> > gstreamer-0.10.32}/check_fix.patch (93%)  rename
> > meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 =>
> > gstreamer-0.10.32}/gst-inspect-check-error.patch (96%)  rename
> > meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 =>
> > gstreamer-0.10.32}/gstregistrybinary.c (100%)  rename
> > meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 =>
> > gstreamer-0.10.32}/gstregistrybinary.h (100%)  rename
> > meta/recipes-multimedia/gstreamer/{gstreamer_0.10.31.bb =>
> > gstreamer_0.10.32.bb} (91%)
> >
> > _______________________________________________
> > poky mailing list
> > poky@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/poky
> 
> --
> Darren Hart
> Yocto Linux Kernel


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

* Re: [PATCH 00/14][PULL] connectivity/multimedia recipe upgrade, Dongxiao, 2011/04/15
  2011-04-21  5:45   ` Xu, Dongxiao
@ 2011-04-21  6:08     ` Saul Wold
  2011-04-21 17:25       ` Joshua Lock
  0 siblings, 1 reply; 25+ messages in thread
From: Saul Wold @ 2011-04-21  6:08 UTC (permalink / raw
  To: Xu, Dongxiao; +Cc: Darren Hart, poky@yoctoproject.org

On 04/20/2011 10:45 PM, Xu, Dongxiao wrote:
>> -----Original Message-----
>> From: Darren Hart [mailto:dvhart@linux.intel.com]
>> Sent: Wednesday, April 20, 2011 11:09 PM
>> To: Xu, Dongxiao
>> Cc: poky@yoctoproject.org
>> Subject: Re: [poky] [PATCH 00/14][PULL] connectivity/multimedia recipe
>> upgrade, Dongxiao, 2011/04/15
>>
>> On Fri, 2011-04-15 at 13:36 +0800, Dongxiao Xu wrote:
>>> From: Dongxiao Xu<dongxiao.xu@intel.com>
>>>
>>> Hi Saul,
>>>
>>> This pull request upgrades some connectivity and multimedia recipes, please
>> help to review and pull.
>>
>> How have these upgrades been tested? In particular, has rygel from
>> meta-demo been shown to work using the updated libraries?
>
> Before sending the patch, I verified the basic video/audio player does work in poky-image-sato image on atom-pc platform. However I didn't cover rygel testings.
>
> Do you meet issues with rygel after my upgrade?
>
Dongxiao,

I think the request is for you to check the demo layer with the updates 
you did, to ensure it does not break rygel.  I think we need to take 
some ownership of that layer so that Darren and Tom (kernel guys) don't 
have to maintain it.

Sau!

> Thanks,
> Dongxiao
>
>>
>> --
>> Darren
>>
>>>
>>> Pull URL: git://git.pokylinux.org/poky-contrib.git
>>>    Branch: dxu4/upgrade
>>>    Browse:
>>> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/upgrade
>>>
>>> Thanks,
>>>      Dongxiao Xu<dongxiao.xu@intel.com>
>>> ---
>>>
>>>
>>> Dongxiao Xu (14):
>>>    gstreamer: upgrade to vesion 0.10.32
>>>    gst-plugins-base: upgrade to version 0.10.32
>>>    gst-plugins-good: upgrade to version 0.10.28
>>>    gst-plugins-bad: upgrade to version 0.10.21
>>>    gst-plugins-ugly: upgrade to version 0.10.17
>>>    ofono: upgrade to version 0.45
>>>    alsa-lib: upgrade to version 1.0.24.1
>>>    alsa-utils: upgrade to version 1.0.24.2
>>>    telepathy-glib: upgrade to version 0.14.3
>>>    telepathy-idle: upgrade to version 0.1.8
>>>    telepathy-mission-control: upgrade to version 5.7.9
>>>    gssdp: upgrade to version 0.10.0
>>>    gupnp: upgrade to version 0.16.0
>>>    distro_tracking_fields: update for gstreamer, gupnp, telepathy-glib,
>>>      etc
>>>
>>>   .../conf/distro/include/distro_tracking_fields.inc |  106
>> ++++++++++----------
>>>   .../{files =>  gssdp-0.10.0}/introspection.patch    |    5 +-
>>>   .../gupnp/{gssdp_0.9.0.bb =>  gssdp_0.10.0.bb}      |    4 +-
>>>   .../gupnp/{gupnp_0.14.0.bb =>  gupnp_0.16.0.bb}     |    7 +-
>>>   meta/recipes-connectivity/ofono/ofono_0.37.bb      |    9 --
>>>   meta/recipes-connectivity/ofono/ofono_0.45.bb      |    9 ++
>>>   ...thy-glib_0.13.6.bb =>  telepathy-glib_0.14.3.bb} |    4 +-
>>>   ...pathy-idle_0.1.7.bb =>  telepathy-idle_0.1.8.bb} |    4 +-
>>>   ...5.7.1.bb =>  telepathy-mission-control_5.7.9.bb} |    4 +-
>>>   .../fix-tstamp-declaration.patch                   |    2 +
>>>   .../unbreak_plugindir.patch                        |    2 +
>>>   .../{alsa-lib_1.0.23.bb =>  alsa-lib_1.0.24.1.bb}   |    4 +-
>>>   .../ncursesfix.patch                               |   22 ++--
>>>   ...alsa-utils_1.0.23.bb =>  alsa-utils_1.0.24.2.bb} |    4 +-
>>>   ...s-bad_0.10.20.bb =>  gst-plugins-bad_0.10.21.bb} |    6 +-
>>>   .../gst-plugins-base-tremor.patch                  |    2 +
>>>   ...base_0.10.31.bb =>  gst-plugins-base_0.10.32.bb} |    6 +-
>>>   ...good_0.10.26.bb =>  gst-plugins-good_0.10.28.bb} |    6 +-
>>>   ...ugly_0.10.16.bb =>  gst-plugins-ugly_0.10.17.bb} |    3 +
>>>   .../check_fix.patch                                |    2 +
>>>   .../gst-inspect-check-error.patch                  |    2 +
>>>   .../gstregistrybinary.c                            |    0
>>>   .../gstregistrybinary.h                            |    0
>>>   .../{gstreamer_0.10.31.bb =>  gstreamer_0.10.32.bb} |    4 +-
>>>   24 files changed, 116 insertions(+), 101 deletions(-)  rename
>>> meta/recipes-connectivity/gupnp/{files =>
>>> gssdp-0.10.0}/introspection.patch (97%)  rename
>>> meta/recipes-connectivity/gupnp/{gssdp_0.9.0.bb =>  gssdp_0.10.0.bb}
>>> (83%)  rename meta/recipes-connectivity/gupnp/{gupnp_0.14.0.bb =>
>>> gupnp_0.16.0.bb} (85%)  delete mode 100644
>>> meta/recipes-connectivity/ofono/ofono_0.37.bb
>>>   create mode 100644 meta/recipes-connectivity/ofono/ofono_0.45.bb
>>>   rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.13.6.bb
>>> =>  telepathy-glib_0.14.3.bb} (80%)  rename
>>> meta/recipes-connectivity/telepathy/{telepathy-idle_0.1.7.bb =>
>>> telepathy-idle_0.1.8.bb} (81%)  rename
>>> meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.7.1.b
>>> b =>  telepathy-mission-control_5.7.9.bb} (92%)  rename
>>> meta/recipes-multimedia/alsa/{alsa-lib-1.0.23 =>
>>> alsa-lib-1.0.24.1}/fix-tstamp-declaration.patch (95%)  rename
>>> meta/recipes-multimedia/alsa/{alsa-lib-1.0.23 =>
>>> alsa-lib-1.0.24.1}/unbreak_plugindir.patch (91%)  rename
>>> meta/recipes-multimedia/alsa/{alsa-lib_1.0.23.bb =>
>>> alsa-lib_1.0.24.1.bb} (91%)  rename
>>> meta/recipes-multimedia/alsa/{alsa-utils-1.0.23 =>
>>> alsa-utils-1.0.24.2}/ncursesfix.patch (70%)  rename
>>> meta/recipes-multimedia/alsa/{alsa-utils_1.0.23.bb =>
>>> alsa-utils_1.0.24.2.bb} (95%)  rename
>>> meta/recipes-multimedia/gstreamer/{gst-plugins-bad_0.10.20.bb =>
>>> gst-plugins-bad_0.10.21.bb} (86%)  rename
>>> meta/recipes-multimedia/gstreamer/{gst-plugins-base-0.10.31 =>
>>> gst-plugins-base-0.10.32}/gst-plugins-base-tremor.patch (94%)  rename
>>> meta/recipes-multimedia/gstreamer/{gst-plugins-base_0.10.31.bb =>
>>> gst-plugins-base_0.10.32.bb} (86%)  rename
>>> meta/recipes-multimedia/gstreamer/{gst-plugins-good_0.10.26.bb =>
>>> gst-plugins-good_0.10.28.bb} (82%)  rename
>>> meta/recipes-multimedia/gstreamer/{gst-plugins-ugly_0.10.16.bb =>
>>> gst-plugins-ugly_0.10.17.bb} (85%)  rename
>>> meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 =>
>>> gstreamer-0.10.32}/check_fix.patch (93%)  rename
>>> meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 =>
>>> gstreamer-0.10.32}/gst-inspect-check-error.patch (96%)  rename
>>> meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 =>
>>> gstreamer-0.10.32}/gstregistrybinary.c (100%)  rename
>>> meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 =>
>>> gstreamer-0.10.32}/gstregistrybinary.h (100%)  rename
>>> meta/recipes-multimedia/gstreamer/{gstreamer_0.10.31.bb =>
>>> gstreamer_0.10.32.bb} (91%)
>>>
>>> _______________________________________________
>>> poky mailing list
>>> poky@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/poky
>>
>> --
>> Darren Hart
>> Yocto Linux Kernel
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>


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

* Re: [PATCH 00/14][PULL] connectivity/multimedia recipe upgrade, Dongxiao, 2011/04/15
  2011-04-21  6:08     ` Saul Wold
@ 2011-04-21 17:25       ` Joshua Lock
  0 siblings, 0 replies; 25+ messages in thread
From: Joshua Lock @ 2011-04-21 17:25 UTC (permalink / raw
  To: poky@yoctoproject.org

On Wed, 2011-04-20 at 23:08 -0700, Saul Wold wrote:
> On 04/20/2011 10:45 PM, Xu, Dongxiao wrote:
> >> -----Original Message-----
> >> From: Darren Hart [mailto:dvhart@linux.intel.com]
> >> Sent: Wednesday, April 20, 2011 11:09 PM
> >> To: Xu, Dongxiao
> >> Cc: poky@yoctoproject.org
> >> Subject: Re: [poky] [PATCH 00/14][PULL] connectivity/multimedia recipe
> >> upgrade, Dongxiao, 2011/04/15
> >>
> >> On Fri, 2011-04-15 at 13:36 +0800, Dongxiao Xu wrote:
> >>> From: Dongxiao Xu<dongxiao.xu@intel.com>
> >>>
> >>> Hi Saul,
> >>>
> >>> This pull request upgrades some connectivity and multimedia recipes, please
> >> help to review and pull.
> >>
> >> How have these upgrades been tested? In particular, has rygel from
> >> meta-demo been shown to work using the updated libraries?
> >
> > Before sending the patch, I verified the basic video/audio player does work in poky-image-sato image on atom-pc platform. However I didn't cover rygel testings.
> >
> > Do you meet issues with rygel after my upgrade?
> >
> Dongxiao,
> 
> I think the request is for you to check the demo layer with the updates 
> you did, to ensure it does not break rygel.  I think we need to take 
> some ownership of that layer so that Darren and Tom (kernel guys) don't 
> have to maintain it.

I think that layer is as much mine as anyone else's and my desire for it
is to move all of the recipes to more appropriate layers.

Rygel, for example, is a prime candidate for Koen's new gnome layer and
many of the recipes in meta-demo are just newer versions of recipes in
oe-core that I needed to get the demo running against Bernard.

In a perfect world the meta-demo layer would only contain custom image
definitions.

Cheers,
Joshua
-- 
Joshua Lock
        Yocto Build System Monkey
        Intel Open Source Technology Center



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

end of thread, other threads:[~2011-04-21 17:29 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-15  5:36 [PATCH 00/14][PULL] connectivity/multimedia recipe upgrade, Dongxiao, 2011/04/15 Dongxiao Xu
2011-04-15  5:36 ` [PATCH 01/14] gstreamer: upgrade to vesion 0.10.32 Dongxiao Xu
2011-04-15  5:36 ` [PATCH 02/14] gst-plugins-base: upgrade to version 0.10.32 Dongxiao Xu
2011-04-15  5:36 ` [PATCH 03/14] gst-plugins-good: upgrade to version 0.10.28 Dongxiao Xu
2011-04-15  5:36 ` [PATCH 04/14] gst-plugins-bad: upgrade to version 0.10.21 Dongxiao Xu
2011-04-15  5:36 ` [PATCH 05/14] gst-plugins-ugly: upgrade to version 0.10.17 Dongxiao Xu
2011-04-15  5:36 ` [PATCH 06/14] ofono: upgrade to version 0.45 Dongxiao Xu
2011-04-15  5:36 ` [PATCH 07/14] alsa-lib: upgrade to version 1.0.24.1 Dongxiao Xu
2011-04-15  5:36 ` [PATCH 08/14] alsa-utils: upgrade to version 1.0.24.2 Dongxiao Xu
2011-04-16  6:20   ` Saul Wold
2011-04-18  6:40     ` Xu, Dongxiao
2011-04-18 23:39       ` Saul Wold
2011-04-20  6:14         ` Xu, Dongxiao
2011-04-15  5:36 ` [PATCH 09/14] telepathy-glib: upgrade to version 0.14.3 Dongxiao Xu
2011-04-15  5:36 ` [PATCH 10/14] telepathy-idle: upgrade to version 0.1.8 Dongxiao Xu
2011-04-15  5:36 ` [PATCH 11/14] telepathy-mission-control: upgrade to version 5.7.9 Dongxiao Xu
2011-04-15  5:36 ` [PATCH 12/14] gssdp: upgrade to version 0.10.0 Dongxiao Xu
2011-04-15  5:36 ` [PATCH 13/14] gupnp: upgrade to version 0.16.0 Dongxiao Xu
2011-04-15  5:36 ` [PATCH 14/14] distro_tracking_fields: update for gstreamer, gupnp, telepathy-glib, etc Dongxiao Xu
2011-04-18 23:44 ` [PATCH 00/14][PULL] connectivity/multimedia recipe upgrade, Dongxiao, 2011/04/15 Saul Wold
2011-04-20 15:09 ` Darren Hart
2011-04-20 16:17   ` Koen Kooi
2011-04-21  5:45   ` Xu, Dongxiao
2011-04-21  6:08     ` Saul Wold
2011-04-21 17:25       ` Joshua Lock

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.