Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 00/19] X11 & GTK+ version upgrades
@ 2015-11-13  9:46 Jussi Kukkonen
  2015-11-13  9:46 ` [PATCH 01/19] gdk-pixbuf: Upgrade 2.30.8 -> 2.32.1 Jussi Kukkonen
                   ` (19 more replies)
  0 siblings, 20 replies; 22+ messages in thread
From: Jussi Kukkonen @ 2015-11-13  9:46 UTC (permalink / raw)
  To: openembedded-core

This patchset requires the patches in jku/glib-et-al branch,
and that branch _is included_ in the one linked here.

Most of the X upgrades are minor bumps as usual. xf86-video-omap upgrade
I could not test myself but the changes look innocent enough so I
included it.

Notable changes:
 * Pango is now a simple library (no modules, engines or configuration)
 * GdkPixbuf dropped support for some rare formats (wbmp, ras, pcx)
 * GTK upgraded to 3.18 series
 * XOrg 1.18 (video ABI 20)

 - Jussi


The following changes since commit 84d5b3dc3832a7cd24b5362d35556e86b28d2f26:

  libsoup-2.4: Upgrade 2.50.0 -> 2.52.1 (2015-11-09 14:29:50 +0200)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib jku/x11-gtk-upgrades
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/x11-gtk-upgrades

Jussi Kukkonen (19):
  gdk-pixbuf: Upgrade 2.30.8 -> 2.32.1
  pango: Upgrade 1.36.8 -> 1.38.1
  librsvg: Upgrade 2.40.10 -> 2.40.11
  adwaita-icon-theme: Upgrade 3.16.2.1 -> 3.18.0
  gtk+3: Upgrade 3.16.6 -> 3.18.2
  package_regex.inc: Add gtk-icon-utils-native
  gtk-icon-utils-native: Upgrade 3.16.6 -> 3.18.2
  libxi: Upgrade 1.7.4 -> 1.7.5
  pixman: Upgrade 0.32.6 -> 0.32.8
  libxcb: Upgrade 1.11 -> 1.11.1
  libxcb: Remove unused git-version of the recipe
  xserver-xorg: Upgrade 1.17.2 -> 1.18.0
  xorg-driver-input: add xorg configuration to FILES
  xf86-input-evdev: Upgrade 2.9.2 -> 2.10.0
  xf86-input-synaptics: Upgrade 1.8.2 -> 1.8.3
  xf86-video-omap: Upgrade 0.4.3 -> 0.4.4
  xinput: Upgrade 1.6.1 -> 1.6.2
  xkbcomp: Upgrade 1.3.0 -> 1.3.1
  xkeyboard-config: Upgrade 2.15 -> 2.16

 meta/conf/distro/include/package_regex.inc         |   1 +
 ...ps-Be-more-careful-about-integer-overflow.patch |  89 -----------
 .../{gdk-pixbuf_2.30.8.bb => gdk-pixbuf_2.32.1.bb} |   5 +-
 .../Create-symlinks-when-installing-cursors.patch  | 178 ---------------------
 ...me_3.16.2.1.bb => adwaita-icon-theme_3.18.0.bb} |   5 +-
 meta/recipes-gnome/gtk+/gtk+3.inc                  |   5 +-
 .../gtk+/{gtk+3_3.16.6.bb => gtk+3_3.18.2.bb}      |   4 +-
 ...e_3.16.6.bb => gtk-icon-utils-native_3.18.2.bb} |   4 +-
 .../{librsvg_2.40.10.bb => librsvg_2.40.11.bb}     |   4 +-
 meta/recipes-graphics/pango/pango.inc              |  50 +-----
 .../pango/pango/multilib-fix-clean.patch           |  75 ---------
 meta/recipes-graphics/pango/pango_1.36.8.bb        |  10 --
 meta/recipes-graphics/pango/pango_1.38.1.bb        |   9 ++
 .../xorg-app/{xinput_1.6.1.bb => xinput_1.6.2.bb}  |   6 +-
 .../{xkbcomp_1.3.0.bb => xkbcomp_1.3.1.bb}         |   4 +-
 ...t-evdev_2.9.2.bb => xf86-input-evdev_2.10.0.bb} |   4 +-
 ...tics_1.8.2.bb => xf86-input-synaptics_1.8.3.bb} |   6 +-
 ...put_dpms-Replace-logical-with-bitwise-ope.patch |  31 ----
 ...ideo-omap_0.4.3.bb => xf86-video-omap_0.4.4.bb} |   6 +-
 .../xorg-driver/xorg-driver-input.inc              |   4 +-
 .../xorg-lib/{libxcb.inc => libxcb_1.11.1.bb}      |  13 +-
 meta/recipes-graphics/xorg-lib/libxcb_1.11.bb      |  10 --
 meta/recipes-graphics/xorg-lib/libxcb_git.bb       |  10 --
 .../xorg-lib/{libxi_1.7.4.bb => libxi_1.7.5.bb}    |   4 +-
 ...0001-v3-test-add-a-check-for-FE_DIVBYZERO.patch |   2 +-
 .../{pixman_0.32.6.bb => pixman_0.32.8.bb}         |   4 +-
 ...ard-config_2.15.bb => xkeyboard-config_2.16.bb} |   4 +-
 .../recipes-graphics/xorg-xserver/xserver-xorg.inc |   2 +-
 ...e-__GLIBC__-guard-for-glibc-specific-code.patch |  31 ----
 ...erver-xorg_1.17.2.bb => xserver-xorg_1.18.0.bb} |   6 +-
 30 files changed, 57 insertions(+), 529 deletions(-)
 delete mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0001-pixops-Be-more-careful-about-integer-overflow.patch
 rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf_2.30.8.bb => gdk-pixbuf_2.32.1.bb} (94%)
 delete mode 100644 meta/recipes-gnome/gnome/adwaita-icon-theme/Create-symlinks-when-installing-cursors.patch
 rename meta/recipes-gnome/gnome/{adwaita-icon-theme_3.16.2.1.bb => adwaita-icon-theme_3.18.0.bb} (85%)
 rename meta/recipes-gnome/gtk+/{gtk+3_3.16.6.bb => gtk+3_3.18.2.bb} (83%)
 rename meta/recipes-gnome/gtk+/{gtk-icon-utils-native_3.16.6.bb => gtk-icon-utils-native_3.18.2.bb} (94%)
 rename meta/recipes-gnome/librsvg/{librsvg_2.40.10.bb => librsvg_2.40.11.bb} (92%)
 delete mode 100644 meta/recipes-graphics/pango/pango/multilib-fix-clean.patch
 delete mode 100644 meta/recipes-graphics/pango/pango_1.36.8.bb
 create mode 100644 meta/recipes-graphics/pango/pango_1.38.1.bb
 rename meta/recipes-graphics/xorg-app/{xinput_1.6.1.bb => xinput_1.6.2.bb} (66%)
 rename meta/recipes-graphics/xorg-app/{xkbcomp_1.3.0.bb => xkbcomp_1.3.1.bb} (78%)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-evdev_2.9.2.bb => xf86-input-evdev_2.10.0.bb} (83%)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-synaptics_1.8.2.bb => xf86-input-synaptics_1.8.3.bb} (74%)
 delete mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-omap/0001-drmmode_output_dpms-Replace-logical-with-bitwise-ope.patch
 rename meta/recipes-graphics/xorg-driver/{xf86-video-omap_0.4.3.bb => xf86-video-omap_0.4.4.bb} (84%)
 rename meta/recipes-graphics/xorg-lib/{libxcb.inc => libxcb_1.11.1.bb} (80%)
 delete mode 100644 meta/recipes-graphics/xorg-lib/libxcb_1.11.bb
 delete mode 100644 meta/recipes-graphics/xorg-lib/libxcb_git.bb
 rename meta/recipes-graphics/xorg-lib/{libxi_1.7.4.bb => libxi_1.7.5.bb} (81%)
 rename meta/recipes-graphics/xorg-lib/{pixman_0.32.6.bb => pixman_0.32.8.bb} (90%)
 rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.15.bb => xkeyboard-config_2.16.bb} (88%)
 delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/0001-use-__GLIBC__-guard-for-glibc-specific-code.patch
 rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.17.2.bb => xserver-xorg_1.18.0.bb} (78%)

-- 
2.1.4



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

end of thread, other threads:[~2015-11-16 17:52 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-13  9:46 [PATCH 00/19] X11 & GTK+ version upgrades Jussi Kukkonen
2015-11-13  9:46 ` [PATCH 01/19] gdk-pixbuf: Upgrade 2.30.8 -> 2.32.1 Jussi Kukkonen
2015-11-13  9:46 ` [PATCH 02/19] pango: Upgrade 1.36.8 -> 1.38.1 Jussi Kukkonen
2015-11-13  9:46 ` [PATCH 03/19] librsvg: Upgrade 2.40.10 -> 2.40.11 Jussi Kukkonen
2015-11-13  9:46 ` [PATCH 04/19] adwaita-icon-theme: Upgrade 3.16.2.1 -> 3.18.0 Jussi Kukkonen
2015-11-13  9:46 ` [PATCH 05/19] gtk+3: Upgrade 3.16.6 -> 3.18.2 Jussi Kukkonen
2015-11-13  9:46 ` [PATCH 06/19] package_regex.inc: Add gtk-icon-utils-native Jussi Kukkonen
2015-11-13  9:46 ` [PATCH 07/19] gtk-icon-utils-native: Upgrade 3.16.6 -> 3.18.2 Jussi Kukkonen
2015-11-13  9:46 ` [PATCH 08/19] libxi: Upgrade 1.7.4 -> 1.7.5 Jussi Kukkonen
2015-11-13  9:46 ` [PATCH 09/19] pixman: Upgrade 0.32.6 -> 0.32.8 Jussi Kukkonen
2015-11-13  9:46 ` [PATCH 10/19] libxcb: Upgrade 1.11 -> 1.11.1 Jussi Kukkonen
2015-11-13  9:46 ` [PATCH 11/19] libxcb: Remove unused git-version of the recipe Jussi Kukkonen
2015-11-13  9:46 ` [PATCH 12/19] xserver-xorg: Upgrade 1.17.2 -> 1.18.0 Jussi Kukkonen
2015-11-16 17:56   ` [PATCHv2 " Jussi Kukkonen
2015-11-13  9:46 ` [PATCH 13/19] xorg-driver-input: add xorg configuration to FILES Jussi Kukkonen
2015-11-13  9:46 ` [PATCH 14/19] xf86-input-evdev: Upgrade 2.9.2 -> 2.10.0 Jussi Kukkonen
2015-11-13  9:47 ` [PATCH 15/19] xf86-input-synaptics: Upgrade 1.8.2 -> 1.8.3 Jussi Kukkonen
2015-11-13  9:47 ` [PATCH 16/19] xf86-video-omap: Upgrade 0.4.3 -> 0.4.4 Jussi Kukkonen
2015-11-13  9:47 ` [PATCH 17/19] xinput: Upgrade 1.6.1 -> 1.6.2 Jussi Kukkonen
2015-11-13  9:47 ` [PATCH 18/19] xkbcomp: Upgrade 1.3.0 -> 1.3.1 Jussi Kukkonen
2015-11-13  9:47 ` [PATCH 19/19] xkeyboard-config: Upgrade 2.15 -> 2.16 Jussi Kukkonen
2015-11-13 14:09 ` [PATCH] packagegroup-core-directfb: Don't depend on pango-modules Jussi Kukkonen

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