All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7][PULL] connectivity/multimedia, recipe upgrade, Dongxiao
@ 2010-12-07  7:10 Dongxiao Xu
  2010-12-07  6:02 ` [PATCH 1/7] gssdp: upgrade to version 0.9.0 Dongxiao Xu
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Dongxiao Xu @ 2010-12-07  7:10 UTC (permalink / raw)
  To: poky

Hi Saul,

This pull request upgrades the recipe in connectivity and multimedia part.
Please help to review and pull.

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

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


Dongxiao Xu (7):
  gssdp: upgrade to version 0.9.0
  gst-ffmpeg: upgrade to version 0.10.11
  gst-fluendo-mp3: upgrade to version 0.10.15
  gst-fluendo-mpegdemux: upgrade to version 0.10.62
  pulseaudio: upgrade to version 0.9.21
  gupnp: upgrade to version 0.14.0
  distro_tracking: update gupnp, gst-ffmpeg, gst-fluendo-mp3, etc.

 .../conf/distro/include/distro_tracking_fields.inc |   35 +++++--
 meta/conf/distro/include/poky-fixed-revisions.inc  |    4 +
 meta/conf/distro/poky.conf                         |    3 +-
 .../gupnp/gssdp-0.9.0/introspection.patch          |  101 ++++++++++++++++++++
 .../gupnp/{gssdp_0.7.1.bb => gssdp_0.9.0.bb}       |   12 ++-
 .../gupnp/gupnp-0.14.0/introspection.patch         |  101 ++++++++++++++++++++
 .../gupnp/{gupnp_0.13.2.bb => gupnp_0.14.0.bb}     |   10 ++-
 .../gst-ffmpeg-0.10.1/configure_fix.patch          |   13 ---
 .../gstreamer/gst-ffmpeg-0.10.1/no_beos.patch      |   55 -----------
 .../gstreamer/gst-ffmpeg-0.10.11/lower-rank.diff   |   14 +++
 .../gstreamer/gst-ffmpeg_0.10.1.bb                 |   35 -------
 .../gstreamer/gst-ffmpeg_0.10.11.bb                |   39 ++++++++
 .../gstreamer/gst-fluendo-mp3/configure_fix.patch  |   16 ---
 .../gstreamer/gst-fluendo-mp3_0.10.15.bb           |   13 +++
 .../gstreamer/gst-fluendo-mp3_0.10.2.bb            |   12 ---
 .../gstreamer/gst-fluendo-mpegdemux_0.10.62.bb     |   13 +++
 .../gstreamer/gst-fluendo-mpegdemux_0.10.7.bb      |    6 -
 .../pulseaudio/pulseaudio-0.9.21/armv4+v5asm.patch |   59 ++++++++++++
 .../pulseaudio-0.9.21/autoconf_version.patch       |   15 +++
 .../pulseaudio/pulseaudio-0.9.21/buildfix.patch    |   15 +++
 .../pulseaudio-0.9.21/configure_silent_rules.patch |   31 ++++++
 .../pulseaudio-0.9.21/gcc4-compile-fix.patch       |   20 ++++
 .../pulseaudio/pulseaudio-0.9.21/tls_m4.patch      |   32 ++++++
 .../pulseaudio-0.9.21/volatiles.04_pulse           |    2 +
 .../pulseaudio/pulseaudio_0.9.21.bb                |   28 ++++++
 25 files changed, 533 insertions(+), 151 deletions(-)
 create mode 100644 meta/recipes-connectivity/gupnp/gssdp-0.9.0/introspection.patch
 rename meta/recipes-connectivity/gupnp/{gssdp_0.7.1.bb => gssdp_0.9.0.bb} (66%)
 create mode 100644 meta/recipes-connectivity/gupnp/gupnp-0.14.0/introspection.patch
 rename meta/recipes-connectivity/gupnp/{gupnp_0.13.2.bb => gupnp_0.14.0.bb} (81%)
 delete mode 100644 meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.1/configure_fix.patch
 delete mode 100644 meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.1/no_beos.patch
 create mode 100644 meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.11/lower-rank.diff
 delete mode 100644 meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.1.bb
 create mode 100644 meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.11.bb
 delete mode 100644 meta/recipes-multimedia/gstreamer/gst-fluendo-mp3/configure_fix.patch
 create mode 100644 meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.15.bb
 delete mode 100644 meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.2.bb
 create mode 100644 meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.62.bb
 delete mode 100644 meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.7.bb
 create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.21/armv4+v5asm.patch
 create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.21/autoconf_version.patch
 create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.21/buildfix.patch
 create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.21/configure_silent_rules.patch
 create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.21/gcc4-compile-fix.patch
 create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.21/tls_m4.patch
 create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio-0.9.21/volatiles.04_pulse
 create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.21.bb



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

end of thread, other threads:[~2010-12-09 12:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-07  7:10 [PATCH 0/7][PULL] connectivity/multimedia, recipe upgrade, Dongxiao Dongxiao Xu
2010-12-07  6:02 ` [PATCH 1/7] gssdp: upgrade to version 0.9.0 Dongxiao Xu
2010-12-07  6:08 ` [PATCH 2/7] gst-ffmpeg: upgrade to version 0.10.11 Dongxiao Xu
2010-12-09 12:40   ` Richard Purdie
2010-12-07  6:09 ` [PATCH 3/7] gst-fluendo-mp3: upgrade to version 0.10.15 Dongxiao Xu
2010-12-07  6:10 ` [PATCH 4/7] gst-fluendo-mpegdemux: upgrade to version 0.10.62 Dongxiao Xu
2010-12-07  6:29 ` [PATCH 5/7] pulseaudio: upgrade to version 0.9.21 Dongxiao Xu
2010-12-07  7:08 ` [PATCH 6/7] gupnp: upgrade to version 0.14.0 Dongxiao Xu
2010-12-07  7:08 ` [PATCH 7/7] distro_tracking: update gupnp, gst-ffmpeg, gst-fluendo-mp3, etc Dongxiao Xu
2010-12-07  8:34 ` [PATCH 0/7][PULL] connectivity/multimedia, recipe upgrade, Dongxiao Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.