Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch for-2010.11/gtk-bump
@ 2010-10-23 11:34 Thomas Petazzoni
  2010-10-23 11:34 ` [Buildroot] [PATCH 01/12] BugFix - buildroot-libtool.patch - Removed Useless Code Thomas Petazzoni
                   ` (12 more replies)
  0 siblings, 13 replies; 15+ messages in thread
From: Thomas Petazzoni @ 2010-10-23 11:34 UTC (permalink / raw)
  To: buildroot

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

^ permalink raw reply	[flat|nested] 15+ messages in thread
* [Buildroot] [pull request] Pull request for branch for-2010.11/gtk-bump
@ 2010-09-28 22:12 Thomas Petazzoni
  0 siblings, 0 replies; 15+ messages in thread
From: Thomas Petazzoni @ 2010-09-28 22:12 UTC (permalink / raw)
  To: buildroot

Hello,

Here is a set of patches that bump components of the Gtk stack. The
most important bump is Gtk itself, bumped from the old 2.12 to
2.20. The result is that Gtk can no longer be built with DirectFB as
the backend, as announced during the 2010.08 cycle.

I've tested these changes by running the gtkperf application on top of
the Xfbdev server in a Qemu ARM system.

Thanks,

Thomas

The following changes since commit 3e5e39a8a25a4a085afe08bdcf46933c8d569ed7:
  Peter Korsgaard (1):
        barebox/u-boot/linux: don't error out on missing config when make source

are available in the git repository at:

  git://git.busybox.net/~tpetazzoni/git/buildroot for-2010.11/gtk-bump

Thomas Petazzoni (3):
      libgtk2: bump to version 2.20.1 and mark Gtk/DirectFB as broken
      libglib2: bump version to 2.24.2
      pango: bump version to 1.28.2

 package/libglib2/libglib2.mk                       |    2 +-
 package/libgtk2/Config.in                          |   12 +-
 ... host-libgtk2-2.20.1-reduce-dependencies.patch} |  123 ++++------
 package/libgtk2/libgtk2-2.12.6-configure.patch     |  256 --------------------
 package/libgtk2/libgtk2-2.12.6-no-tests.patch      |   11 -
 package/libgtk2/libgtk2-2.20.1-libtool.patch       |   60 +++++
 package/libgtk2/libgtk2.mk                         |   14 +-
 package/pango/pango.mk                             |    2 +-
 8 files changed, 120 insertions(+), 360 deletions(-)
 rename package/libgtk2/{host-libgtk2-2.12.12-reduce-dependencies.patch => host-libgtk2-2.20.1-reduce-dependencies.patch} (58%)
 delete mode 100644 package/libgtk2/libgtk2-2.12.6-configure.patch
 delete mode 100644 package/libgtk2/libgtk2-2.12.6-no-tests.patch
 create mode 100644 package/libgtk2/libgtk2-2.20.1-libtool.patch

Thanks,
-- 
Thomas Petazzoni

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

end of thread, other threads:[~2010-10-29 18:11 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-23 11:34 [Buildroot] [pull request] Pull request for branch for-2010.11/gtk-bump Thomas Petazzoni
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox