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

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.