Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11 qt5: updated to 5.15.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d04932b72f6
branches:  trunk
changeset: 433400:7d04932b72f6
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jun 02 06:41:00 2020 +0000

description:
qt5: updated to 5.15.0

New Features in Qt 5.15

Qt 3D Module

Improved profiling and troubleshooting support.
QSortPolicy: introduced a uniform mode to control whether uniform minification needs to be performed or not.
QMouseDevice: introduced a updateAxesContinuously property.
Isolated the OpenGL renderer as a plugin.

Qt Core Module

Introduced QFile::moveToTrash() to provide a cross-platform API for moving files to the trash/recycling bin on Windows, macOS, and Linux desktops. This implements the freedesktop.org specification.
Introduced QFileInfo::isJunction() to detect whether a file system entry is a Windows NTFS junction.
QRunnable instances can now be created from std::function without having to subclass QRunnable.
QThreadPool::start() and tryStart() can now take std::function and thereby also anonymous lambda functions as arguments.
Added static template QDebug::toString() function, which streams the given object into a QDebug instance that operates on a string, and then returns that string. This is useful for cases where you 
need the textual representation of an object for debugging, but cannot use operator<<, such as when passing a failure message to QVERIFY2().

Qt GUI Module

QColorSpace setters can now operate on invalid color spaces, making it possible to set primaries and transfer function independently.
Implemented multi-threading support for many QImage scaling and conversion methods.

Qt Multimedia Module

Deprecated all plugin APIs.
Deprecated QMediaService and QMediaControl.
Introduced reverse playback for GStreamer.
Introduced rendering to multiple surfaces.
Introduced QVideoWidget::videoSurface(), QGraphicsVideoItem::videoSurface(), and QDeclarativeVideoOutput::videoSurface().
MediaPlayer QML type: Introduced a videoOutput property.
Introduced QVideoFrame::image().
GStreamer camerabin: React to changes in notify::zoom and notify::max-zoom properties.

Qt Network Module

OpenSSL backend: Added support for a new session ticket mechanism introduced by the TLS 1.3 protocol.
Implemented timeouts for downloads and uploads with QNetworkRequest and QNetworkAccessManager.
Increased the minimum supported version of OpenSSL to 1.1.

Qt QML Module

Introduced inline components; multiple QML components can be declared in the same file.
Introduced required properties.
Added a declarative way of registering types to QML.
qmllint now has a better understanding of the code and warns about deprecated QML features.
Added the qmlformat tool to automatically format any QML file according to the QML Coding Conventions.
Added support for the Nullish Coalescing Operator.
Added a colorspace property on image nodes, making it possible to read color spaces and transform images into a specific color space.

Qt Quick Module

Added a PathText type which can be used together with Qt Quick Shapes to render text as geometry, without relying on distance fields or pre-rendered textures. This is useful for rendering large font 
sizes which would otherwise consume a lot of texture memory.
Added a Image.sourceClipRect property to request the image plugin to render a portion of an image source.
Added a cursorShape property to pointer handlers. Most pointer handlers (for example DragHandler) will change the cursor when in active state. HoverHandler will change the cursor when the mouse is 
hovering over the Item that contains the handler.
Added support for Metal on iOS for the opt-in preview of the Graphics API Independent Rendering Architecture.

Qt Quick Controls Module

Added HorizontalHeaderView and VerticalHeaderView to display header data in a TableView, with support for flicking synchronization and multiple styles: default, fusion, imagine, material, and 
universal.
Added a selectTextByMouse property to ComboBox.

Qt WebEngine Module

Updated to Chromium 80.
Switched to use a sandboxed network service.
Introduced a new API for reading the subprocess ID of a page or a view.
Introduced a WebEngineHistory.clear() method.

Tools

QDoc can now generate DocBook.
QDoc now generates output for C++ class and function template parameters.
QDoc now generates correct output for scoped enums (enum classes).

diffstat:

 x11/qt5-mysql/Makefile                                                                     |   3 +-
 x11/qt5-mysql/buildlink3.mk                                                                |   4 +-
 x11/qt5-mysql/distinfo                                                                     |  10 +-
 x11/qt5-odbc/Makefile                                                                      |   3 +-
 x11/qt5-odbc/buildlink3.mk                                                                 |   4 +-
 x11/qt5-odbc/distinfo                                                                      |  10 +-
 x11/qt5-psql/Makefile                                                                      |   3 +-
 x11/qt5-psql/buildlink3.mk                                                                 |   4 +-
 x11/qt5-psql/distinfo                                                                      |  10 +-
 x11/qt5-qtbase/Makefile                                                                    |   3 +-
 x11/qt5-qtbase/PLIST                                                                       |  62 ++++++---
 x11/qt5-qtbase/buildlink3.mk                                                               |   4 +-
 x11/qt5-qtbase/distinfo                                                                    |  12 +-
 x11/qt5-qtbase/patches/patch-qmake_Makefile.unix                                           |  10 +-
 x11/qt5-qtcharts/Makefile                                                                  |   3 +-
 x11/qt5-qtcharts/PLIST                                                                     |   4 +-
 x11/qt5-qtcharts/buildlink3.mk                                                             |   4 +-
 x11/qt5-qtcharts/distinfo                                                                  |  10 +-
 x11/qt5-qtconnectivity/Makefile                                                            |   3 +-
 x11/qt5-qtconnectivity/PLIST                                                               |   8 +-
 x11/qt5-qtconnectivity/buildlink3.mk                                                       |   4 +-
 x11/qt5-qtconnectivity/distinfo                                                            |  10 +-
 x11/qt5-qtdeclarative/Makefile                                                             |   3 +-
 x11/qt5-qtdeclarative/PLIST                                                                |  48 +++++--
 x11/qt5-qtdeclarative/buildlink3.mk                                                        |   4 +-
 x11/qt5-qtdeclarative/distinfo                                                             |  11 +-
 x11/qt5-qtdeclarative/patches/patch-examples_quick_customitems_painteditem_painteditem.pro |  15 --
 x11/qt5-qtdoc/Makefile                                                                     |   3 +-
 x11/qt5-qtdoc/PLIST                                                                        |   4 +-
 x11/qt5-qtdoc/distinfo                                                                     |  10 +-
 x11/qt5-qtgraphicaleffects/Makefile                                                        |   3 +-
 x11/qt5-qtgraphicaleffects/distinfo                                                        |  10 +-
 x11/qt5-qtimageformats/Makefile                                                            |   3 +-
 x11/qt5-qtimageformats/buildlink3.mk                                                       |   4 +-
 x11/qt5-qtimageformats/distinfo                                                            |  10 +-
 x11/qt5-qtlocation/Makefile                                                                |   3 +-
 x11/qt5-qtlocation/PLIST                                                                   |  14 +-
 x11/qt5-qtlocation/buildlink3.mk                                                           |   4 +-
 x11/qt5-qtlocation/distinfo                                                                |  10 +-
 x11/qt5-qtmacextras/Makefile                                                               |   3 +-
 x11/qt5-qtmacextras/PLIST                                                                  |   4 +-
 x11/qt5-qtmacextras/buildlink3.mk                                                          |   4 +-
 x11/qt5-qtmacextras/distinfo                                                               |  10 +-
 x11/qt5-qtmultimedia/Makefile                                                              |   3 +-
 x11/qt5-qtmultimedia/PLIST                                                                 |  12 +-
 x11/qt5-qtmultimedia/buildlink3.mk                                                         |   4 +-
 x11/qt5-qtmultimedia/distinfo                                                              |  10 +-
 x11/qt5-qtnetworkauth/Makefile                                                             |   3 +-
 x11/qt5-qtnetworkauth/PLIST                                                                |   4 +-
 x11/qt5-qtnetworkauth/buildlink3.mk                                                        |   4 +-
 x11/qt5-qtnetworkauth/distinfo                                                             |  10 +-
 x11/qt5-qtquickcontrols/Makefile                                                           |   3 +-
 x11/qt5-qtquickcontrols/buildlink3.mk                                                      |   4 +-
 x11/qt5-qtquickcontrols/distinfo                                                           |  10 +-
 x11/qt5-qtquickcontrols2/Makefile                                                          |   3 +-
 x11/qt5-qtquickcontrols2/PLIST                                                             |  18 ++-
 x11/qt5-qtquickcontrols2/buildlink3.mk                                                     |   4 +-
 x11/qt5-qtquickcontrols2/distinfo                                                          |  10 +-
 x11/qt5-qtscript/Makefile                                                                  |   3 +-
 x11/qt5-qtscript/PLIST                                                                     |   6 +-
 x11/qt5-qtscript/buildlink3.mk                                                             |   4 +-
 x11/qt5-qtscript/distinfo                                                                  |  10 +-
 x11/qt5-qtscxml/Makefile                                                                   |   3 +-
 x11/qt5-qtscxml/PLIST                                                                      |   4 +-
 x11/qt5-qtscxml/buildlink3.mk                                                              |   4 +-
 x11/qt5-qtscxml/distinfo                                                                   |  10 +-
 x11/qt5-qtsensors/Makefile                                                                 |   3 +-
 x11/qt5-qtsensors/PLIST                                                                    |   4 +-
 x11/qt5-qtsensors/buildlink3.mk                                                            |   4 +-
 x11/qt5-qtsensors/distinfo                                                                 |  10 +-
 x11/qt5-qtserialport/Makefile                                                              |   3 +-
 x11/qt5-qtserialport/PLIST                                                                 |   4 +-
 x11/qt5-qtserialport/buildlink3.mk                                                         |   4 +-
 x11/qt5-qtserialport/distinfo                                                              |  10 +-
 x11/qt5-qtspeech/Makefile                                                                  |   3 +-
 x11/qt5-qtspeech/PLIST                                                                     |   4 +-
 x11/qt5-qtspeech/buildlink3.mk                                                             |   4 +-
 x11/qt5-qtspeech/distinfo                                                                  |  10 +-
 x11/qt5-qtsvg/Makefile                                                                     |   3 +-
 x11/qt5-qtsvg/PLIST                                                                        |   4 +-
 x11/qt5-qtsvg/buildlink3.mk                                                                |   4 +-
 x11/qt5-qtsvg/distinfo                                                                     |  10 +-
 x11/qt5-qttools/Makefile                                                                   |   3 +-
 x11/qt5-qttools/PLIST                                                                      |  15 +-
 x11/qt5-qttools/buildlink3.mk                                                              |   4 +-
 x11/qt5-qttools/distinfo                                                                   |  10 +-
 x11/qt5-qttranslations/Makefile                                                            |   3 +-
 x11/qt5-qttranslations/distinfo                                                            |  10 +-
 x11/qt5-qtvirtualkeyboard/Makefile                                                         |   3 +-
 x11/qt5-qtvirtualkeyboard/PLIST                                                            |   4 +-
 x11/qt5-qtvirtualkeyboard/buildlink3.mk                                                    |   4 +-
 x11/qt5-qtvirtualkeyboard/distinfo                                                         |  10 +-
 x11/qt5-qtwayland/Makefile                                                                 |   3 +-
 x11/qt5-qtwayland/PLIST                                                                    |  27 ++-
 x11/qt5-qtwayland/buildlink3.mk                                                            |   4 +-
 x11/qt5-qtwayland/distinfo                                                                 |  12 +-
 x11/qt5-qtwayland/patches/patch-qtwayland.pro                                              |   6 +-
 x11/qt5-qtwebchannel/Makefile                                                              |   3 +-
 x11/qt5-qtwebchannel/PLIST                                                                 |   4 +-
 x11/qt5-qtwebchannel/buildlink3.mk                                                         |   4 +-
 x11/qt5-qtwebchannel/distinfo                                                              |  10 +-
 x11/qt5-qtwebsockets/Makefile                                                              |   3 +-
 x11/qt5-qtwebsockets/PLIST                                                                 |   4 +-
 x11/qt5-qtwebsockets/buildlink3.mk                                                         |   4 +-
 x11/qt5-qtwebsockets/distinfo                                                              |  10 +-
 x11/qt5-qtx11extras/Makefile                                                               |   3 +-
 x11/qt5-qtx11extras/PLIST                                                                  |   4 +-
 x11/qt5-qtx11extras/buildlink3.mk                                                          |   4 +-
 x11/qt5-qtx11extras/distinfo                                                               |  10 +-
 x11/qt5-qtxmlpatterns/Makefile                                                             |   3 +-
 x11/qt5-qtxmlpatterns/PLIST                                                                |   4 +-
 x11/qt5-qtxmlpatterns/buildlink3.mk                                                        |   4 +-
 x11/qt5-qtxmlpatterns/distinfo                                                             |  10 +-
 x11/qt5/Makefile.common                                                                    |   6 +-
 114 files changed, 413 insertions(+), 393 deletions(-)

diffs (truncated from 2598 to 300 lines):

diff -r b74448033fb1 -r 7d04932b72f6 x11/qt5-mysql/Makefile
--- a/x11/qt5-mysql/Makefile    Tue Jun 02 06:39:03 2020 +0000
+++ b/x11/qt5-mysql/Makefile    Tue Jun 02 06:41:00 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2020/04/12 08:28:13 adam Exp $
+# $NetBSD: Makefile,v 1.43 2020/06/02 06:41:00 adam Exp $
 
 DISTNAME=      qtbase-everywhere-src-${QTVERSION}
 PKGNAME=       qt5-mysql-${QTVERSION}
-PKGREVISION=   1
 COMMENT=       Qt5 MySQL plugin
 
 CFLAGS+=               -I${BUILDLINK_PREFIX.mysql-client}/include/mysql
diff -r b74448033fb1 -r 7d04932b72f6 x11/qt5-mysql/buildlink3.mk
--- a/x11/qt5-mysql/buildlink3.mk       Tue Jun 02 06:39:03 2020 +0000
+++ b/x11/qt5-mysql/buildlink3.mk       Tue Jun 02 06:41:00 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.31 2020/04/12 08:28:13 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.32 2020/06/02 06:41:00 adam Exp $
 
 BUILDLINK_TREE+=       qt5-mysql
 
@@ -6,7 +6,7 @@
 QT5_MYSQL_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.qt5-mysql+=      qt5-mysql>=5.5.1
-BUILDLINK_ABI_DEPENDS.qt5-mysql+=      qt5-mysql>=5.14.2nb1
+BUILDLINK_ABI_DEPENDS.qt5-mysql+=      qt5-mysql>=5.15.0
 BUILDLINK_PKGSRCDIR.qt5-mysql?=                ../../x11/qt5-mysql
 
 BUILDLINK_LIBDIRS.qt5-mysql+=          qt5/plugins
diff -r b74448033fb1 -r 7d04932b72f6 x11/qt5-mysql/distinfo
--- a/x11/qt5-mysql/distinfo    Tue Jun 02 06:39:03 2020 +0000
+++ b/x11/qt5-mysql/distinfo    Tue Jun 02 06:41:00 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2020/04/02 22:05:57 adam Exp $
+$NetBSD: distinfo,v 1.18 2020/06/02 06:41:00 adam Exp $
 
-SHA1 (qtbase-everywhere-src-5.14.2.tar.xz) = 9de814d3b9005bf984a78e4b564fbb9413e043c4
-RMD160 (qtbase-everywhere-src-5.14.2.tar.xz) = 103d9c42037393a8c3e6467c9bd1eab447d3c4fb
-SHA512 (qtbase-everywhere-src-5.14.2.tar.xz) = 8c83e06d58b56e9f288e83d6c3dd4ad6cc9f1eb1a32c7b44fb912fda34ed7255766fd9fa60cd740ee001df7d6172f25df05f1f95e986c3e793fbcd9bf4f18de9
-Size (qtbase-everywhere-src-5.14.2.tar.xz) = 49865752 bytes
+SHA1 (qtbase-everywhere-src-5.15.0.tar.xz) = f5191757d1125aa7750a3f5d39321490477cfb65
+RMD160 (qtbase-everywhere-src-5.15.0.tar.xz) = d5323821e647d543471cbdce0f58c77fc0053343
+SHA512 (qtbase-everywhere-src-5.15.0.tar.xz) = c584d69e49f4959d9b8541f820f5ff1e6d1599697ad16976b47cbaaa902fc83e1ca4ae57d56d13574e42e5f602d4420245ad7fcfc13e224e10d4bbad6a537d1a
+Size (qtbase-everywhere-src-5.15.0.tar.xz) = 49931940 bytes
diff -r b74448033fb1 -r 7d04932b72f6 x11/qt5-odbc/Makefile
--- a/x11/qt5-odbc/Makefile     Tue Jun 02 06:39:03 2020 +0000
+++ b/x11/qt5-odbc/Makefile     Tue Jun 02 06:41:00 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2020/04/12 08:28:13 adam Exp $
+# $NetBSD: Makefile,v 1.44 2020/06/02 06:41:00 adam Exp $
 
 DISTNAME=      qtbase-everywhere-src-${QTVERSION}
 PKGNAME=       qt5-odbc-${QTVERSION}
-PKGREVISION=   1
 COMMENT=       Qt5 odbc plugin
 
 BUILD_DIRS=            src/plugins/sqldrivers
diff -r b74448033fb1 -r 7d04932b72f6 x11/qt5-odbc/buildlink3.mk
--- a/x11/qt5-odbc/buildlink3.mk        Tue Jun 02 06:39:03 2020 +0000
+++ b/x11/qt5-odbc/buildlink3.mk        Tue Jun 02 06:41:00 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.32 2020/04/12 08:28:13 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.33 2020/06/02 06:41:00 adam Exp $
 
 BUILDLINK_TREE+=       qt5-odbc
 
@@ -6,7 +6,7 @@
 QT5_ODBC_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.qt5-odbc+=       qt5-odbc>=5.5.1
-BUILDLINK_ABI_DEPENDS.qt5-odbc+=       qt5-odbc>=5.14.2nb1
+BUILDLINK_ABI_DEPENDS.qt5-odbc+=       qt5-odbc>=5.15.0
 BUILDLINK_PKGSRCDIR.qt5-odbc?=         ../../x11/qt5-odbc
 
 BUILDLINK_LIBDIRS.qt5-odbc+=           qt5/plugins
diff -r b74448033fb1 -r 7d04932b72f6 x11/qt5-odbc/distinfo
--- a/x11/qt5-odbc/distinfo     Tue Jun 02 06:39:03 2020 +0000
+++ b/x11/qt5-odbc/distinfo     Tue Jun 02 06:41:00 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2020/04/02 22:05:57 adam Exp $
+$NetBSD: distinfo,v 1.17 2020/06/02 06:41:00 adam Exp $
 
-SHA1 (qtbase-everywhere-src-5.14.2.tar.xz) = 9de814d3b9005bf984a78e4b564fbb9413e043c4
-RMD160 (qtbase-everywhere-src-5.14.2.tar.xz) = 103d9c42037393a8c3e6467c9bd1eab447d3c4fb
-SHA512 (qtbase-everywhere-src-5.14.2.tar.xz) = 8c83e06d58b56e9f288e83d6c3dd4ad6cc9f1eb1a32c7b44fb912fda34ed7255766fd9fa60cd740ee001df7d6172f25df05f1f95e986c3e793fbcd9bf4f18de9
-Size (qtbase-everywhere-src-5.14.2.tar.xz) = 49865752 bytes
+SHA1 (qtbase-everywhere-src-5.15.0.tar.xz) = f5191757d1125aa7750a3f5d39321490477cfb65
+RMD160 (qtbase-everywhere-src-5.15.0.tar.xz) = d5323821e647d543471cbdce0f58c77fc0053343
+SHA512 (qtbase-everywhere-src-5.15.0.tar.xz) = c584d69e49f4959d9b8541f820f5ff1e6d1599697ad16976b47cbaaa902fc83e1ca4ae57d56d13574e42e5f602d4420245ad7fcfc13e224e10d4bbad6a537d1a
+Size (qtbase-everywhere-src-5.15.0.tar.xz) = 49931940 bytes
diff -r b74448033fb1 -r 7d04932b72f6 x11/qt5-psql/Makefile
--- a/x11/qt5-psql/Makefile     Tue Jun 02 06:39:03 2020 +0000
+++ b/x11/qt5-psql/Makefile     Tue Jun 02 06:41:00 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2020/04/12 08:28:14 adam Exp $
+# $NetBSD: Makefile,v 1.46 2020/06/02 06:41:00 adam Exp $
 
 DISTNAME=      qtbase-everywhere-src-${QTVERSION}
 PKGNAME=       qt5-psql-${QTVERSION}
-PKGREVISION=   1
 COMMENT=       Qt5 PostgreSQL plugin
 
 BUILD_QT5=             yes
diff -r b74448033fb1 -r 7d04932b72f6 x11/qt5-psql/buildlink3.mk
--- a/x11/qt5-psql/buildlink3.mk        Tue Jun 02 06:39:03 2020 +0000
+++ b/x11/qt5-psql/buildlink3.mk        Tue Jun 02 06:41:00 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.31 2020/04/12 08:28:14 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.32 2020/06/02 06:41:00 adam Exp $
 
 BUILDLINK_TREE+=       qt5-psql
 
@@ -6,7 +6,7 @@
 QT5_PSQL_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.qt5-psql+=       qt5-psql>=5.5.1
-BUILDLINK_ABI_DEPENDS.qt5-psql+=       qt5-psql>=5.14.2nb1
+BUILDLINK_ABI_DEPENDS.qt5-psql+=       qt5-psql>=5.15.0
 BUILDLINK_PKGSRCDIR.qt5-psql?=         ../../x11/qt5-psql
 
 BUILDLINK_LIBDIRS.qt5-psql+=           qt5/plugins
diff -r b74448033fb1 -r 7d04932b72f6 x11/qt5-psql/distinfo
--- a/x11/qt5-psql/distinfo     Tue Jun 02 06:39:03 2020 +0000
+++ b/x11/qt5-psql/distinfo     Tue Jun 02 06:41:00 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2020/04/02 22:05:57 adam Exp $
+$NetBSD: distinfo,v 1.18 2020/06/02 06:41:00 adam Exp $
 
-SHA1 (qtbase-everywhere-src-5.14.2.tar.xz) = 9de814d3b9005bf984a78e4b564fbb9413e043c4
-RMD160 (qtbase-everywhere-src-5.14.2.tar.xz) = 103d9c42037393a8c3e6467c9bd1eab447d3c4fb
-SHA512 (qtbase-everywhere-src-5.14.2.tar.xz) = 8c83e06d58b56e9f288e83d6c3dd4ad6cc9f1eb1a32c7b44fb912fda34ed7255766fd9fa60cd740ee001df7d6172f25df05f1f95e986c3e793fbcd9bf4f18de9
-Size (qtbase-everywhere-src-5.14.2.tar.xz) = 49865752 bytes
+SHA1 (qtbase-everywhere-src-5.15.0.tar.xz) = f5191757d1125aa7750a3f5d39321490477cfb65
+RMD160 (qtbase-everywhere-src-5.15.0.tar.xz) = d5323821e647d543471cbdce0f58c77fc0053343
+SHA512 (qtbase-everywhere-src-5.15.0.tar.xz) = c584d69e49f4959d9b8541f820f5ff1e6d1599697ad16976b47cbaaa902fc83e1ca4ae57d56d13574e42e5f602d4420245ad7fcfc13e224e10d4bbad6a537d1a
+Size (qtbase-everywhere-src-5.15.0.tar.xz) = 49931940 bytes
diff -r b74448033fb1 -r 7d04932b72f6 x11/qt5-qtbase/Makefile
--- a/x11/qt5-qtbase/Makefile   Tue Jun 02 06:39:03 2020 +0000
+++ b/x11/qt5-qtbase/Makefile   Tue Jun 02 06:41:00 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.97 2020/05/22 10:56:49 adam Exp $
+# $NetBSD: Makefile,v 1.98 2020/06/02 06:41:00 adam Exp $
 
 DISTNAME=      qtbase-everywhere-src-${QTVERSION}
 PKGNAME=       qt5-qtbase-${QTVERSION}
-PKGREVISION=   3
 COMMENT=       C++ X GUI toolkit
 
 .include "../../x11/qt5-qtbase/Makefile.common"
diff -r b74448033fb1 -r 7d04932b72f6 x11/qt5-qtbase/PLIST
--- a/x11/qt5-qtbase/PLIST      Tue Jun 02 06:39:03 2020 +0000
+++ b/x11/qt5-qtbase/PLIST      Tue Jun 02 06:41:00 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.31 2020/05/26 12:52:59 nia Exp $
+@comment $NetBSD: PLIST,v 1.32 2020/06/02 06:41:00 adam Exp $
 lib/pkgconfig/Qt5Concurrent.pc
 lib/pkgconfig/Qt5Core.pc
 ${PLIST.dbus}lib/pkgconfig/Qt5DBus.pc
@@ -177,10 +177,15 @@
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qabstracttransition_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qanimationgroup_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qbig5codec_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qbinaryjson_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qbinaryjsonarray_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qbinaryjsonobject_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qbinaryjsonvalue_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qbytearray_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qbytedata_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qcalendarbackend_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qcalendarmath_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qcborcommon_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qcborvalue_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qcfsocketnotifier_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qcollator_p.h
@@ -198,6 +203,7 @@
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qdebug_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qdir_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qdoublescanprint_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qduplicatetracker_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qelfparser_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qendian_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qeucjpcodec_p.h
@@ -350,6 +356,7 @@
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qutfcodec_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qvariant_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qvariantanimation_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qwaitcondition_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qwindowscodec_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qwindowspipereader_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qwindowspipewriter_p.h
@@ -595,6 +602,7 @@
 qt5/include/QtCore/QSignalTransition
 qt5/include/QtCore/QSize
 qt5/include/QtCore/QSizeF
+qt5/include/QtCore/QSocketDescriptor
 qt5/include/QtCore/QSocketNotifier
 qt5/include/QtCore/QSortFilterProxyModel
 qt5/include/QtCore/QSpecialInteger
@@ -727,6 +735,8 @@
 qt5/include/QtCore/qcborcommon.h
 qt5/include/QtCore/qcbormap.h
 qt5/include/QtCore/qcborstream.h
+qt5/include/QtCore/qcborstreamreader.h
+qt5/include/QtCore/qcborstreamwriter.h
 qt5/include/QtCore/qcborvalue.h
 qt5/include/QtCore/qchar.h
 qt5/include/QtCore/qcollator.h
@@ -984,6 +994,8 @@
 ${PLIST.egl}qt5/include/QtEglFSDeviceIntegration/${PKGVERSION}/QtEglFSDeviceIntegration/private/qeglfsintegration_p.h
 ${PLIST.egl}qt5/include/QtEglFSDeviceIntegration/${PKGVERSION}/QtEglFSDeviceIntegration/private/qeglfsoffscreenwindow_p.h
 ${PLIST.egl}qt5/include/QtEglFSDeviceIntegration/${PKGVERSION}/QtEglFSDeviceIntegration/private/qeglfsscreen_p.h
+${PLIST.egl}qt5/include/QtEglFSDeviceIntegration/${PKGVERSION}/QtEglFSDeviceIntegration/private/qeglfsvulkaninstance_p.h
+${PLIST.egl}qt5/include/QtEglFSDeviceIntegration/${PKGVERSION}/QtEglFSDeviceIntegration/private/qeglfsvulkanwindow_p.h
 ${PLIST.egl}qt5/include/QtEglFSDeviceIntegration/${PKGVERSION}/QtEglFSDeviceIntegration/private/qeglfswindow_p.h
 ${PLIST.egl}qt5/include/QtEglFSDeviceIntegration/QtEglFSDeviceIntegration
 ${PLIST.egl}qt5/include/QtEglFSDeviceIntegration/QtEglFSDeviceIntegrationDepends
@@ -1776,10 +1788,8 @@
 qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslkey_p.h
 qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslpresharedkeyauthenticator_p.h
 qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslsocket_mac_p.h
-qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslsocket_openssl11_symbols_p.h
 qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslsocket_openssl_p.h
 qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslsocket_openssl_symbols_p.h
-qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslsocket_opensslpre11_symbols_p.h
 qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslsocket_p.h
 qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslsocket_schannel_p.h
 qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslsocket_winrt_p.h
@@ -1826,6 +1836,7 @@
 qt5/include/QtNetwork/QNetworkRequest
 qt5/include/QtNetwork/QNetworkSession
 qt5/include/QtNetwork/QOcspResponse
+qt5/include/QtNetwork/QPasswordDigestor
 qt5/include/QtNetwork/QSctpServer
 qt5/include/QtNetwork/QSctpSocket
 qt5/include/QtNetwork/QSsl
@@ -2072,6 +2083,7 @@
 qt5/include/QtTest/${PKGVERSION}/QtTest/private/qbenchmarktimemeasurers_p.h
 qt5/include/QtTest/${PKGVERSION}/QtTest/private/qbenchmarkvalgrind_p.h
 qt5/include/QtTest/${PKGVERSION}/QtTest/private/qcsvbenchmarklogger_p.h
+qt5/include/QtTest/${PKGVERSION}/QtTest/private/qjunittestlogger_p.h
 qt5/include/QtTest/${PKGVERSION}/QtTest/private/qplaintestlogger_p.h
 qt5/include/QtTest/${PKGVERSION}/QtTest/private/qsignaldumper_p.h
 qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtaptestlogger_p.h
@@ -2082,15 +2094,14 @@
 qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtestelement_p.h
 qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtestelementattribute_p.h
 qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtesthelpers_p.h
+qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtestjunitstreamer_p.h
 qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtestlog_p.h
 qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtestresult_p.h
 qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtesttable_p.h
 qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtestutil_macos_p.h
-qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtestxunitstreamer_p.h
 qt5/include/QtTest/${PKGVERSION}/QtTest/private/qttestlib-config_p.h
 qt5/include/QtTest/${PKGVERSION}/QtTest/private/qxctestlogger_p.h
 qt5/include/QtTest/${PKGVERSION}/QtTest/private/qxmltestlogger_p.h
-qt5/include/QtTest/${PKGVERSION}/QtTest/private/qxunittestlogger_p.h
 qt5/include/QtTest/${PKGVERSION}/QtTest/private/valgrind_p.h
 qt5/include/QtTest/QAbstractItemModelTester
 qt5/include/QtTest/QEventSizeOfChecker
@@ -2445,6 +2456,7 @@
 qt5/include/QtWidgets/QStyleOptionTabBarBaseV2
 qt5/include/QtWidgets/QStyleOptionTabV2
 qt5/include/QtWidgets/QStyleOptionTabV3
+qt5/include/QtWidgets/QStyleOptionTabV4
 qt5/include/QtWidgets/QStyleOptionTabWidgetFrame
 qt5/include/QtWidgets/QStyleOptionTabWidgetFrameV2
 qt5/include/QtWidgets/QStyleOptionTitleBar
@@ -2634,6 +2646,8 @@
 ${PLIST.notdarwin}qt5/include/QtXkbCommonSupport/QtXkbCommonSupportDepends
 ${PLIST.notdarwin}qt5/include/QtXkbCommonSupport/QtXkbCommonSupportVersion
 ${PLIST.notdarwin}qt5/include/QtXkbCommonSupport/qtxkbcommonsupportversion.h
+qt5/include/QtXml/${PKGVERSION}/QtXml/private/qdom_p.h
+qt5/include/QtXml/${PKGVERSION}/QtXml/private/qdomhelpers_p.h
 qt5/include/QtXml/${PKGVERSION}/QtXml/private/qtxml-config_p.h
 qt5/include/QtXml/${PKGVERSION}/QtXml/private/qxml_p.h
 qt5/include/QtXml/QDomAttr
@@ -2781,17 +2795,17 @@
 qt5/lib/libQt5Concurrent.so
 qt5/lib/libQt5Concurrent.so.${PKGVERSION}
 qt5/lib/libQt5Concurrent.so.5
-qt5/lib/libQt5Concurrent.so.5.14
+qt5/lib/libQt5Concurrent.so.5.15
 qt5/lib/libQt5Core.prl
 qt5/lib/libQt5Core.so
 qt5/lib/libQt5Core.so.${PKGVERSION}
 qt5/lib/libQt5Core.so.5
-qt5/lib/libQt5Core.so.5.14
+qt5/lib/libQt5Core.so.5.15
 ${PLIST.dbus}qt5/lib/libQt5DBus.prl
 ${PLIST.dbus}qt5/lib/libQt5DBus.so
 ${PLIST.dbus}qt5/lib/libQt5DBus.so.${PKGVERSION}
 ${PLIST.dbus}qt5/lib/libQt5DBus.so.5
-${PLIST.dbus}qt5/lib/libQt5DBus.so.5.14
+${PLIST.dbus}qt5/lib/libQt5DBus.so.5.15
 qt5/lib/libQt5DeviceDiscoverySupport.a
 qt5/lib/libQt5DeviceDiscoverySupport.prl
 qt5/lib/libQt5EdidSupport.a



Home | Main Index | Thread Index | Old Index