From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [pull request] Pull request for branch for-2010.11/gtk-bump
Date: Sat, 23 Oct 2010 13:34:55 +0200 [thread overview]
Message-ID: <cover.1287833623.git.thomas.petazzoni@free-electrons.com> (raw)
Hello,
Here is a stack of patches that gathers:
* libtool fixes from Martin Banky
* libtool bump from Lionel Landwerlin
* glib/gtk bump from myself
I've successfully built and tested the gtk-demo application with both
the X.org and DirectFB backends, using a uClibc Buildroot ARM toolchain.
Regards,
Thomas
The following changes since commit 2b721e9c11fae9bd3a836da19d679949e0788283:
Peter Korsgaard (1):
toolchain-crosstool-ng: fix arch for powerpc
are available in the git repository at:
git://git.busybox.net/~tpetazzoni/git/buildroot for-2010.11/gtk-bump
Lionel Landwerlin (2):
libtool: bump to 2.2.10
libtool: avoid to patch ltmain.sh script in host-libtool package
Martin Banky (5):
BugFix - buildroot-libtool.patch - Removed Useless Code
Added the ability to patch ltmain.sh based on version
Removed expat-libdir-la.patch
Removed freetype-2.3.9-libdir-la.patch
Removed libmpd-0.17.0-libdir-la.patch
Thomas Petazzoni (5):
package: add gdk-pixbuf package (splitted out from GTK+)
libgtk2: bump to version 2.22.0 and undeprecate Gtk/DirectFB
libglib2: bump version to 2.26.0
pango: bump version to 1.28.2
libglib2: remove fix-clock-gettime patch
package/Config.in | 1 +
package/Makefile.autotools.in | 23 ++-
...-libtool.patch => buildroot-libtool-v1.5.patch} | 17 --
...ibdir-la.patch => buildroot-libtool-v2.2.patch} | 53 +---
package/expat/expat-libdir-la.patch | 77 ------
package/expat/expat.mk | 1 -
package/freetype/freetype-2.3.9-libdir-la.patch | 81 ------
package/freetype/freetype.mk | 1 -
package/gdk-pixbuf/Config.in | 12 +
package/gdk-pixbuf/gdk-pixbuf.mk | 51 ++++
.../libglib2-fix-clock-gettime-check.patch | 51 ----
package/libglib2/libglib2-mkenums-nowarn.patch | 14 +-
package/libglib2/libglib2-optional-ipv6.patch | 12 +-
package/libglib2/libglib2.mk | 5 +-
package/libgtk2/Config.in | 9 +-
... host-libgtk2-2.20.1-reduce-dependencies.patch} | 140 ++++-------
package/libgtk2/libgtk2-2.12.6-configure.patch | 256 --------------------
package/libgtk2/libgtk2-2.12.6-no-tests.patch | 11 -
package/libgtk2/libgtk2.mk | 15 +-
package/libtool/libtool.mk | 4 +-
package/multimedia/libmpd/libmpd.mk | 1 -
package/pango/pango.mk | 2 +-
22 files changed, 178 insertions(+), 659 deletions(-)
rename package/{buildroot-libtool.patch => buildroot-libtool-v1.5.patch} (81%)
rename package/{multimedia/libmpd/libmpd-0.17.0-libdir-la.patch => buildroot-libtool-v2.2.patch} (56%)
delete mode 100644 package/expat/expat-libdir-la.patch
delete mode 100644 package/freetype/freetype-2.3.9-libdir-la.patch
create mode 100644 package/gdk-pixbuf/Config.in
create mode 100644 package/gdk-pixbuf/gdk-pixbuf.mk
delete mode 100644 package/libglib2/libglib2-fix-clock-gettime-check.patch
rename package/libgtk2/{host-libgtk2-2.12.12-reduce-dependencies.patch => host-libgtk2-2.20.1-reduce-dependencies.patch} (50%)
delete mode 100644 package/libgtk2/libgtk2-2.12.6-configure.patch
delete mode 100644 package/libgtk2/libgtk2-2.12.6-no-tests.patch
Thanks,
--
Thomas Petazzoni
next reply other threads:[~2010-10-23 11:34 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-23 11:34 Thomas Petazzoni [this message]
2010-10-23 11:34 ` [Buildroot] [PATCH 01/12] BugFix - buildroot-libtool.patch - Removed Useless Code Thomas Petazzoni
2010-10-23 11:34 ` [Buildroot] [PATCH 02/12] Added the ability to patch ltmain.sh based on version Thomas Petazzoni
2010-10-23 11:34 ` [Buildroot] [PATCH 03/12] Removed expat-libdir-la.patch Thomas Petazzoni
2010-10-23 11:34 ` [Buildroot] [PATCH 04/12] Removed freetype-2.3.9-libdir-la.patch Thomas Petazzoni
2010-10-23 11:35 ` [Buildroot] [PATCH 05/12] Removed libmpd-0.17.0-libdir-la.patch Thomas Petazzoni
2010-10-23 11:35 ` [Buildroot] [PATCH 06/12] libtool: bump to 2.2.10 Thomas Petazzoni
2010-10-23 11:35 ` [Buildroot] [PATCH 07/12] libtool: avoid to patch ltmain.sh script in host-libtool package Thomas Petazzoni
2010-10-23 11:35 ` [Buildroot] [PATCH 08/12] package: add gdk-pixbuf package (splitted out from GTK+) Thomas Petazzoni
2010-10-23 11:35 ` [Buildroot] [PATCH 09/12] libgtk2: bump to version 2.22.0 and undeprecate Gtk/DirectFB Thomas Petazzoni
2010-10-23 11:35 ` [Buildroot] [PATCH 10/12] libglib2: bump version to 2.26.0 Thomas Petazzoni
2010-10-23 11:35 ` [Buildroot] [PATCH 11/12] pango: bump version to 1.28.2 Thomas Petazzoni
2010-10-23 11:35 ` [Buildroot] [PATCH 12/12] libglib2: remove fix-clock-gettime patch Thomas Petazzoni
2010-10-29 18:11 ` [Buildroot] [pull request] Pull request for branch for-2010.11/gtk-bump Peter Korsgaard
-- strict thread matches above, loose matches on Subject: below --
2010-09-28 22:12 Thomas Petazzoni
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.1287833623.git.thomas.petazzoni@free-electrons.com \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/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.