From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 0/5] Update Qt5 to 5.12.1
Date: Sun, 17 Feb 2019 15:12:04 +0100 [thread overview]
Message-ID: <20190217141209.22182-1-thomas.petazzoni@bootlin.com> (raw)
Hello,
I wanted to apply Peter Seiderer's patch bumping qt5 to 5.12.1, but
found some issues with the qt5webengine license files that required
too many changes for me to apply without resending the patches.
qt5webengine has a complicated set of license files, so in this patch
series, I start with some preparation commits that:
1. Sort the list of license files.
2. Generate the list of license files automatically.
Then, I used that when bumping to 5.12.1 to regenerate the list of
license files automatically. And finally, I had the hashes for those
license files.
Another thing I fixed is that a patch for qt5location needs to be
dropped during the bump, since it has been merged upstream.
Please review :-)
Thanks,
Thomas
Peter Seiderer (1):
package/qt5: bump latest version to 5.12.1
Thomas Petazzoni (4):
package/qt5/qt5webengine: sort chromium-{latest,lts}.inc files
package/qt5/qt5webengine: generate chromium-latest.inc automatically
package/qt5/qt5webengine: generate chromium-lts.inc automatically
package/qt5/qt5webengine: add hashes for license files
package/qt5/Config.in | 4 +-
package/qt5/qt5.mk | 4 +-
package/qt5/qt53d/qt53d.hash | 4 +-
...ble-conversion-enable-for-aarch64_be.patch | 26 -
...03-double-conversion-enable-for-or1k.patch | 27 -
...tbase-Fix-build-error-when-using-EGL.patch | 0
...ble-conversion-enable-for-microblaze.patch | 20 +-
.../qt5base/{5.11.3 => 5.12.1}/qt5base.hash | 4 +-
package/qt5/qt5canvas3d/qt5canvas3d.hash | 4 +-
package/qt5/qt5charts/qt5charts.hash | 4 +-
.../{5.11.3 => 5.12.1}/qt5connectivity.hash | 4 +-
...gtexture-fix-debug-build-with-uclibc.patch | 0
.../qt5/qt5declarative/qt5declarative.hash | 4 +-
.../qt5graphicaleffects.hash | 4 +-
.../qt5/qt5imageformats/qt5imageformats.hash | 4 +-
...tivegeomap-fix-building-with-GCC-5.x.patch | 48 --
package/qt5/qt5location/qt5location.hash | 4 +-
package/qt5/qt5multimedia/qt5multimedia.hash | 4 +-
.../qt5quickcontrols/qt5quickcontrols.hash | 4 +-
.../{5.11.3 => 5.12.1}/qt5quickcontrols2.hash | 4 +-
package/qt5/qt5script/qt5script.hash | 4 +-
package/qt5/qt5scxml/qt5scxml.hash | 4 +-
package/qt5/qt5sensors/qt5sensors.hash | 4 +-
.../{5.11.3 => 5.12.1}/qt5serialbus.hash | 4 +-
.../{5.11.3 => 5.12.1}/qt5serialport.hash | 4 +-
package/qt5/qt5svg/qt5svg.hash | 4 +-
package/qt5/qt5tools/qt5tools.hash | 4 +-
.../qt5virtualkeyboard.hash | 4 +-
package/qt5/qt5wayland/qt5wayland.hash | 4 +-
package/qt5/qt5webchannel/qt5webchannel.hash | 4 +-
.../qt5/qt5webengine/5.12.1/qt5webengine.hash | 456 ++++++++++
.../qt5/qt5webengine/5.6.3/qt5webengine.hash | 258 ++++++
package/qt5/qt5webengine/chromium-latest.inc | 780 +++++++++---------
package/qt5/qt5webengine/chromium-lts.inc | 417 +++++-----
package/qt5/qt5webengine/qt5webengine.hash | 5 -
package/qt5/qt5websockets/qt5websockets.hash | 4 +-
.../{5.11.3 => 5.12.1}/qt5x11extras.hash | 4 +-
.../qt5/qt5xmlpatterns/qt5xmlpatterns.hash | 4 +-
38 files changed, 1389 insertions(+), 756 deletions(-)
delete mode 100644 package/qt5/qt5base/5.11.3/0002-double-conversion-enable-for-aarch64_be.patch
delete mode 100644 package/qt5/qt5base/5.11.3/0003-double-conversion-enable-for-or1k.patch
rename package/qt5/qt5base/{5.11.3 => 5.12.1}/0001-qtbase-Fix-build-error-when-using-EGL.patch (100%)
rename package/qt5/qt5base/{5.11.3 => 5.12.1}/0004-double-conversion-enable-for-microblaze.patch (60%)
rename package/qt5/qt5base/{5.11.3 => 5.12.1}/qt5base.hash (73%)
rename package/qt5/qt5connectivity/{5.11.3 => 5.12.1}/qt5connectivity.hash (65%)
rename package/qt5/qt5declarative/{5.11.3 => 5.12.1}/0001-qsgtexture-fix-debug-build-with-uclibc.patch (100%)
delete mode 100644 package/qt5/qt5location/5.11.3/0001-qdeclarativegeomap-fix-building-with-GCC-5.x.patch
rename package/qt5/qt5quickcontrols2/{5.11.3 => 5.12.1}/qt5quickcontrols2.hash (54%)
rename package/qt5/qt5serialbus/{5.11.3 => 5.12.1}/qt5serialbus.hash (60%)
rename package/qt5/qt5serialport/{5.11.3 => 5.12.1}/qt5serialport.hash (65%)
rename package/qt5/qt5virtualkeyboard/{5.11.3 => 5.12.1}/qt5virtualkeyboard.hash (70%)
create mode 100644 package/qt5/qt5webengine/5.12.1/qt5webengine.hash
create mode 100644 package/qt5/qt5webengine/5.6.3/qt5webengine.hash
delete mode 100644 package/qt5/qt5webengine/qt5webengine.hash
rename package/qt5/qt5x11extras/{5.11.3 => 5.12.1}/qt5x11extras.hash (65%)
--
2.20.1
next reply other threads:[~2019-02-17 14:12 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-17 14:12 Thomas Petazzoni [this message]
2019-02-17 14:12 ` [Buildroot] [PATCH v3 1/5] package/qt5/qt5webengine: sort chromium-{latest, lts}.inc files Thomas Petazzoni
2019-02-23 12:29 ` Peter Seiderer
2019-02-17 14:12 ` [Buildroot] [PATCH v3 2/5] package/qt5/qt5webengine: generate chromium-latest.inc automatically Thomas Petazzoni
2019-02-23 12:30 ` Peter Seiderer
2019-02-17 14:12 ` [Buildroot] [PATCH v3 3/5] package/qt5/qt5webengine: generate chromium-lts.inc automatically Thomas Petazzoni
2019-02-23 12:30 ` Peter Seiderer
2019-02-17 14:12 ` [Buildroot] [PATCH v3 4/5] package/qt5: bump latest version to 5.12.1 Thomas Petazzoni
2019-02-23 12:32 ` Peter Seiderer
2019-02-17 14:12 ` [Buildroot] [PATCH v3 5/5] package/qt5/qt5webengine: add hashes for license files Thomas Petazzoni
2019-02-23 12:32 ` Peter Seiderer
2019-02-23 16:03 ` [Buildroot] [PATCH v3 0/5] Update Qt5 to 5.12.1 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=20190217141209.22182-1-thomas.petazzoni@bootlin.com \
--to=thomas.petazzoni@bootlin.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