From: Zhai Edwin <edwin.zhai@intel.com>
To: poky@yoctoproject.org
Subject: [PATCH 0/6] 2nd pull request: UX, gtk+/apr, Edwin, Jan19, 2011
Date: Wed, 19 Jan 2011 8:46:01 +0800 [thread overview]
Message-ID: <cover.1295397702.git.edwin.zhai@intel.com> (raw)
Saul,
This is the 2nd pull request for gtk+,gdk-pixbuf,apr. Also added webkit-gtk.
Qemu upgrade is under test across all platforms, and will be out soon.
Thanks,
edwin
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: gzhai/upgrade01
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gzhai/upgrade01
Thanks,
Zhai Edwin <edwin.zhai@intel.com>
---
Zhai Edwin (6):
gtk+: Update to 2.23.2
gdk-pixbuf: Add 2.22.1 as new recipe
eds-dbus: Do not disable old API after upgrading gtk+
apr: Update to 1.4.2
apr-util: Update to 1.3.10
webkit-gtk: upgrade to 1.3.7
meta/classes/gtk-icon-cache.bbclass | 2 +-
.../conf/distro/include/poky-default-revisions.inc | 2 +-
.../gdk-pixbuf-2.22.1/configure_fix.patch | 19 +
.../gdk-pixbuf-2.22.1}/hardcoded_libtool.patch | 20 +-
.../gdk-pixbuf/gdk-pixbuf-native_2.22.1.bb | 13 +
meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf.inc | 30 +
meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.22.1.bb | 35 +
meta/recipes-gnome/gnome/metacity_2.30.3.bb | 2 +-
.../gtk+/gdk-pixbuf-csource-native_2.12.7.bb | 37 -
.../gdk-pixbuf-csource/reduce-dependencies.patch | 221 -------
.../gtk+-2.20.1/disable-gio-png-sniff-test.diff | 97 ---
meta/recipes-gnome/gtk+/gtk+-2.20.1/no-demos.patch | 10 -
...Duplicate-the-exec-string-returned-by-gtk.patch | 0
.../cellrenderer-cairo.patch | 0
.../configurefix.patch | 0
.../{gtk+-2.20.1 => gtk+-2.23.2}/entry-cairo.patch | 0
.../hardcoded_libtool.patch | 22 +-
meta/recipes-gnome/gtk+/gtk+-2.23.2/no-demos.patch | 13 +
.../run-iconcache.patch | 0
.../{gtk+-2.20.1 => gtk+-2.23.2}/toggle-font.diff | 0
.../{gtk+-2.20.1 => gtk+-2.23.2}/xsettings.patch | 0
meta/recipes-gnome/gtk+/gtk+.inc | 16 +-
.../gtk+/{gtk+_2.20.1.bb => gtk+_2.23.2.bb} | 18 +-
meta/recipes-gnome/librsvg/librsvg_2.32.1.bb | 2 +-
meta/recipes-graphics/mutter/mutter.inc | 2 +-
meta/recipes-sato/eds/eds-dbus/old-gdk-api.patch | 17 +
meta/recipes-sato/eds/eds-dbus_git.bb | 1 +
meta/recipes-sato/webkit/files/GNUmakefile.am | 692 ++------------------
meta/recipes-sato/webkit/files/Makefile | 2 +-
meta/recipes-sato/webkit/files/autogen.sh | 2 +-
meta/recipes-sato/webkit/files/configure.ac | 164 ++++--
meta/recipes-sato/webkit/webkit-gtk_svn.bb | 7 +-
.../apr/{apr-util_1.3.4.bb => apr-util_1.3.10.bb} | 12 +-
meta/recipes-support/apr/apr/buildconf_fix.patch | 25 +
meta/recipes-support/apr/apr/cleanup.patch | 9 +-
.../apr/{apr_1.3.3.bb => apr_1.4.2.bb} | 23 +-
36 files changed, 383 insertions(+), 1132 deletions(-)
create mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.22.1/configure_fix.patch
copy meta/recipes-gnome/{gtk+/gtk+-2.20.1 => gdk-pixbuf/gdk-pixbuf-2.22.1}/hardcoded_libtool.patch (68%)
create mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-native_2.22.1.bb
create mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf.inc
create mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.22.1.bb
delete mode 100644 meta/recipes-gnome/gtk+/gdk-pixbuf-csource-native_2.12.7.bb
delete mode 100644 meta/recipes-gnome/gtk+/gdk-pixbuf-csource/reduce-dependencies.patch
delete mode 100644 meta/recipes-gnome/gtk+/gtk+-2.20.1/disable-gio-png-sniff-test.diff
delete mode 100644 meta/recipes-gnome/gtk+/gtk+-2.20.1/no-demos.patch
rename meta/recipes-gnome/gtk+/{gtk+-2.20.1 => gtk+-2.23.2}/0001-bgo-584832-Duplicate-the-exec-string-returned-by-gtk.patch (100%)
rename meta/recipes-gnome/gtk+/{gtk+-2.20.1 => gtk+-2.23.2}/cellrenderer-cairo.patch (100%)
rename meta/recipes-gnome/gtk+/{gtk+-2.20.1 => gtk+-2.23.2}/configurefix.patch (100%)
rename meta/recipes-gnome/gtk+/{gtk+-2.20.1 => gtk+-2.23.2}/entry-cairo.patch (100%)
rename meta/recipes-gnome/gtk+/{gtk+-2.20.1 => gtk+-2.23.2}/hardcoded_libtool.patch (66%)
create mode 100644 meta/recipes-gnome/gtk+/gtk+-2.23.2/no-demos.patch
rename meta/recipes-gnome/gtk+/{gtk+-2.20.1 => gtk+-2.23.2}/run-iconcache.patch (100%)
rename meta/recipes-gnome/gtk+/{gtk+-2.20.1 => gtk+-2.23.2}/toggle-font.diff (100%)
rename meta/recipes-gnome/gtk+/{gtk+-2.20.1 => gtk+-2.23.2}/xsettings.patch (100%)
rename meta/recipes-gnome/gtk+/{gtk+_2.20.1.bb => gtk+_2.23.2.bb} (74%)
create mode 100644 meta/recipes-sato/eds/eds-dbus/old-gdk-api.patch
rename meta/recipes-support/apr/{apr-util_1.3.4.bb => apr-util_1.3.10.bb} (72%)
create mode 100644 meta/recipes-support/apr/apr/buildconf_fix.patch
rename meta/recipes-support/apr/{apr_1.3.3.bb => apr_1.4.2.bb} (60%)
next reply other threads:[~2011-01-19 0:41 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-19 0:46 Zhai Edwin [this message]
2011-01-19 0:46 ` [PATCH 1/6] gtk+: Update to 2.23.2 Zhai Edwin
2011-01-19 0:46 ` [PATCH 2/6] gdk-pixbuf: Add 2.22.1 as new recipe Zhai Edwin
2011-01-19 0:46 ` [PATCH 3/6] eds-dbus: Do not disable old API after upgrading gtk+ Zhai Edwin
2011-01-19 0:46 ` [PATCH 4/6] apr: Update to 1.4.2 Zhai Edwin
2011-01-19 0:46 ` [PATCH 5/6] apr-util: Update to 1.3.10 Zhai Edwin
2011-01-19 0:46 ` [PATCH 6/6] webkit-gtk: upgrade to 1.3.7 Zhai Edwin
2011-01-20 22:49 ` [PATCH 0/6] 2nd pull request: UX, gtk+/apr, Edwin, Jan19, 2011 Saul Wold
2011-01-21 1:21 ` Zhai, Edwin
2011-01-21 1:50 ` Tian, Kevin
2011-01-21 8:36 ` Zhai, Edwin
2011-01-21 8:57 ` Joshua Lock
2011-01-21 9:00 ` Koen Kooi
2011-01-21 9:20 ` Joshua Lock
2011-01-21 12:47 ` Richard Purdie
2011-01-21 12:58 ` Koen Kooi
2011-01-21 13:42 ` Richard Purdie
2011-01-24 5:04 ` Saul Wold
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1295397702.git.edwin.zhai@intel.com \
--to=edwin.zhai@intel.com \
--cc=poky@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.