Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Julien Corjon <corjon.j@ecagroup.com>
To: buildroot@busybox.net
Subject: [Buildroot] [Rejected v2 0/7] qt5 bump to 5.8.0-beta
Date: Tue, 15 Nov 2016 18:13:00 +0100	[thread overview]
Message-ID: <20161115171307.7499-1-corjon.j@ecagroup.com> (raw)
In-Reply-To: <1478601048-21388-1-git-send-email-anaumann@ultratronik.de>

As I'm, also, working on qt5.8 next bump i made a V2 of Andreas
series and include a proposed patch from Alexey for convinience.

I mostly work on patch 2/7 to include qtwebkit fix and add C++11
requirement.
Patches 6 & 7 are not touched (did not take Arnout comment yet).

Of course as it's a beta version this series is to reject in
patchwork. But if someone what to give a try on it, comments are
more than welcome.


Alexey Brodkin (1):
  qt5webkit: Get sources from Qt-5-unofficial-builds

Julien Corjon (2):
  qt5enginio : move into legacy compatibility
  qt53d/qt5quickcontrols2/qt5serialbus : move out of tech preview

Naumann Andreas (4):
  qt5: bump to 5.8.0-beta
  Revert "qt5base: install bundled fonts to target"
  qt5declarative: enable Quick for non-GL platforms
  quickcontrols1/2: enable for software renderer

 package/qt5/Config.in                              | 14 +++----
 package/qt5/qt5.mk                                 |  7 ++--
 package/qt5/qt53d/qt53d.hash                       |  4 +-
 ...001-directfb-make-platform-plugin-compile.patch | 22 +++++++++++
 .../0006-eglfs-rasp-pi-header-inclusion.patch      | 45 ----------------------
 package/qt5/qt5base/qt5base.hash                   |  4 +-
 package/qt5/qt5base/qt5base.mk                     | 11 +-----
 package/qt5/qt5canvas3d/qt5canvas3d.hash           |  4 +-
 package/qt5/qt5connectivity/qt5connectivity.hash   |  4 +-
 package/qt5/qt5declarative/Config.in               |  4 +-
 package/qt5/qt5declarative/qt5declarative.hash     |  4 +-
 package/qt5/qt5enginio/qt5enginio.hash             |  4 +-
 .../qt5graphicaleffects/qt5graphicaleffects.hash   |  4 +-
 package/qt5/qt5imageformats/qt5imageformats.hash   |  4 +-
 package/qt5/qt5location/qt5location.hash           |  4 +-
 package/qt5/qt5multimedia/qt5multimedia.hash       |  4 +-
 package/qt5/qt5multimedia/qt5multimedia.mk         |  2 +
 package/qt5/qt5quickcontrols/Config.in             |  3 +-
 package/qt5/qt5quickcontrols/qt5quickcontrols.hash |  4 +-
 package/qt5/qt5quickcontrols/qt5quickcontrols.mk   |  5 ++-
 package/qt5/qt5quickcontrols2/Config.in            |  3 +-
 .../qt5/qt5quickcontrols2/qt5quickcontrols2.hash   |  4 +-
 package/qt5/qt5quickcontrols2/qt5quickcontrols2.mk |  8 ++--
 package/qt5/qt5script/qt5script.hash               |  4 +-
 package/qt5/qt5sensors/qt5sensors.hash             |  4 +-
 package/qt5/qt5serialbus/qt5serialbus.hash         |  4 +-
 package/qt5/qt5serialport/qt5serialport.hash       |  4 +-
 package/qt5/qt5svg/qt5svg.hash                     |  4 +-
 package/qt5/qt5tools/qt5tools.hash                 |  4 +-
 package/qt5/qt5webchannel/qt5webchannel.hash       |  4 +-
 ...004-Remove-unused-check-for-private_tests.patch | 40 +++++++++++++++++++
 package/qt5/qt5webkit/qt5webkit.hash               |  4 +-
 package/qt5/qt5webkit/qt5webkit.mk                 | 14 ++-----
 package/qt5/qt5websockets/qt5websockets.hash       |  4 +-
 package/qt5/qt5x11extras/qt5x11extras.hash         |  4 +-
 package/qt5/qt5xmlpatterns/qt5xmlpatterns.hash     |  4 +-
 36 files changed, 137 insertions(+), 133 deletions(-)
 create mode 100644 package/qt5/qt5base/0001-directfb-make-platform-plugin-compile.patch
 delete mode 100644 package/qt5/qt5base/0006-eglfs-rasp-pi-header-inclusion.patch
 create mode 100644 package/qt5/qt5webkit/0004-Remove-unused-check-for-private_tests.patch

-- 
2.9.3

  parent reply	other threads:[~2016-11-15 17:13 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-08 10:30 [Buildroot] [PATCH 0/5] Bump QT 5.8.0-beta Andreas Naumann
2016-11-08 10:30 ` [Buildroot] [PATCH 1/5] qt5: bump to 5.8.0-beta Andreas Naumann
2016-11-08 22:50   ` Arnout Vandecappelle
2016-11-09 18:53     ` Andreas Naumann
2016-11-10  9:22   ` Julien CORJON
2016-11-08 10:30 ` [Buildroot] [PATCH 2/5] Revert "qt5base: install bundled fonts to target" Andreas Naumann
2016-11-08 22:50   ` Arnout Vandecappelle
2016-11-08 10:30 ` [Buildroot] [PATCH 3/5] qt5webkit: bump to 5.8.0-beta Andreas Naumann
2016-11-08 22:51   ` Arnout Vandecappelle
2016-11-09 18:54     ` Andreas Naumann
2016-11-08 10:30 ` [Buildroot] [PATCH 4/5] qt5declarative: enable Quick for non-GL platforms Andreas Naumann
2016-11-08 22:53   ` Arnout Vandecappelle
2016-11-09 18:52     ` Andreas Naumann
2016-11-08 10:30 ` [Buildroot] [PATCH 5/5] quickcontrols1/2: enable for software renderer Andreas Naumann
2016-11-08 22:56   ` Arnout Vandecappelle
2016-11-09 18:52     ` Andreas Naumann
2016-11-08 22:57 ` [Buildroot] [PATCH 0/5] Bump QT 5.8.0-beta Arnout Vandecappelle
2016-11-09 18:56   ` Andreas Naumann
2016-11-15 17:13 ` Julien Corjon [this message]
2016-11-15 17:13   ` [Buildroot] [Rejected v2 1/7] qt5webkit: Get sources from Qt-5-unofficial-builds Julien Corjon
2016-11-15 17:16     ` Alexey Brodkin
2016-11-15 17:22       ` Julien CORJON
2016-11-15 17:25         ` Alexey Brodkin
2016-11-15 17:13   ` [Buildroot] [Rejected v2 2/2] qt5: bump to 5.8.0-beta Julien Corjon
2016-11-15 17:13   ` [Buildroot] [Rejected v2 3/7] qt5enginio : move into legacy compatibility Julien Corjon
2016-11-15 17:13   ` [Buildroot] [Rejected v2 4/7] qt53d/qt5quickcontrols2/qt5serialbus : move out of tech preview Julien Corjon
2016-11-15 17:13   ` [Buildroot] [PATCH v2 5/7] Revert "qt5base: install bundled fonts to target" Julien Corjon
2016-11-15 17:13   ` [Buildroot] [Rejected v2 6/7] qt5declarative: enable Quick for non-GL platforms Julien Corjon
2016-11-15 17:13   ` [Buildroot] [Rejected v2 7/7] quickcontrols1/2: enable for software renderer Julien Corjon
2016-11-15 17:20   ` [Buildroot] [Rejected v2 0/7] qt5 bump to 5.8.0-beta Алексей Бродкин
2016-11-16  7:41   ` Andreas Naumann
2016-11-16  8:32     ` Julien CORJON

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=20161115171307.7499-1-corjon.j@ecagroup.com \
    --to=corjon.j@ecagroup.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox