Subject: CVS commit: pkgsrc/x11
From: Adam Ciarcinski
Date: 2020-06-02 08:41:03
Message id: 20200602064105.283C6FB27@cvs.NetBSD.org

Log Message:
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).

Files:
RevisionActionfile
1.23modifypkgsrc/x11/qt5/Makefile.common
1.43modifypkgsrc/x11/qt5-mysql/Makefile
1.32modifypkgsrc/x11/qt5-mysql/buildlink3.mk
1.18modifypkgsrc/x11/qt5-mysql/distinfo
1.44modifypkgsrc/x11/qt5-odbc/Makefile
1.33modifypkgsrc/x11/qt5-odbc/buildlink3.mk
1.17modifypkgsrc/x11/qt5-odbc/distinfo
1.46modifypkgsrc/x11/qt5-psql/Makefile
1.32modifypkgsrc/x11/qt5-psql/buildlink3.mk
1.18modifypkgsrc/x11/qt5-psql/distinfo
1.98modifypkgsrc/x11/qt5-qtbase/Makefile
1.32modifypkgsrc/x11/qt5-qtbase/PLIST
1.39modifypkgsrc/x11/qt5-qtbase/buildlink3.mk
1.60modifypkgsrc/x11/qt5-qtbase/distinfo
1.5modifypkgsrc/x11/qt5-qtbase/patches/patch-qmake_Makefile.unix
1.16modifypkgsrc/x11/qt5-qtcharts/Makefile
1.5modifypkgsrc/x11/qt5-qtcharts/PLIST
1.13modifypkgsrc/x11/qt5-qtcharts/buildlink3.mk
1.12modifypkgsrc/x11/qt5-qtcharts/distinfo
1.12modifypkgsrc/x11/qt5-qtconnectivity/Makefile
1.5modifypkgsrc/x11/qt5-qtconnectivity/PLIST
1.11modifypkgsrc/x11/qt5-qtconnectivity/buildlink3.mk
1.10modifypkgsrc/x11/qt5-qtconnectivity/distinfo
1.50modifypkgsrc/x11/qt5-qtdeclarative/Makefile
1.16modifypkgsrc/x11/qt5-qtdeclarative/PLIST
1.35modifypkgsrc/x11/qt5-qtdeclarative/buildlink3.mk
1.23modifypkgsrc/x11/qt5-qtdeclarative/distinfo
1.57modifypkgsrc/x11/qt5-qtdoc/Makefile
1.15modifypkgsrc/x11/qt5-qtdoc/PLIST
1.18modifypkgsrc/x11/qt5-qtdoc/distinfo
1.42modifypkgsrc/x11/qt5-qtgraphicaleffects/Makefile
1.18modifypkgsrc/x11/qt5-qtgraphicaleffects/distinfo
1.45modifypkgsrc/x11/qt5-qtimageformats/Makefile
1.35modifypkgsrc/x11/qt5-qtimageformats/buildlink3.mk
1.18modifypkgsrc/x11/qt5-qtimageformats/distinfo
1.45modifypkgsrc/x11/qt5-qtlocation/Makefile
1.14modifypkgsrc/x11/qt5-qtlocation/PLIST
1.34modifypkgsrc/x11/qt5-qtlocation/buildlink3.mk
1.20modifypkgsrc/x11/qt5-qtlocation/distinfo
1.37modifypkgsrc/x11/qt5-qtmacextras/Makefile
1.7modifypkgsrc/x11/qt5-qtmacextras/PLIST
1.28modifypkgsrc/x11/qt5-qtmacextras/buildlink3.mk
1.18modifypkgsrc/x11/qt5-qtmacextras/distinfo
1.66modifypkgsrc/x11/qt5-qtmultimedia/Makefile
1.22modifypkgsrc/x11/qt5-qtmultimedia/PLIST
1.45modifypkgsrc/x11/qt5-qtmultimedia/buildlink3.mk
1.19modifypkgsrc/x11/qt5-qtmultimedia/distinfo
1.16modifypkgsrc/x11/qt5-qtnetworkauth/Makefile
1.5modifypkgsrc/x11/qt5-qtnetworkauth/PLIST
1.13modifypkgsrc/x11/qt5-qtnetworkauth/buildlink3.mk
1.12modifypkgsrc/x11/qt5-qtnetworkauth/distinfo
1.42modifypkgsrc/x11/qt5-qtquickcontrols/Makefile
1.34modifypkgsrc/x11/qt5-qtquickcontrols/buildlink3.mk
1.18modifypkgsrc/x11/qt5-qtquickcontrols/distinfo
1.24modifypkgsrc/x11/qt5-qtquickcontrols2/Makefile
1.11modifypkgsrc/x11/qt5-qtquickcontrols2/PLIST
1.17modifypkgsrc/x11/qt5-qtquickcontrols2/buildlink3.mk
1.16modifypkgsrc/x11/qt5-qtquickcontrols2/distinfo
1.58modifypkgsrc/x11/qt5-qtscript/Makefile
1.9modifypkgsrc/x11/qt5-qtscript/PLIST
1.41modifypkgsrc/x11/qt5-qtscript/buildlink3.mk
1.21modifypkgsrc/x11/qt5-qtscript/distinfo
1.8modifypkgsrc/x11/qt5-qtscxml/Makefile
1.3modifypkgsrc/x11/qt5-qtscxml/PLIST
1.8modifypkgsrc/x11/qt5-qtscxml/buildlink3.mk
1.5modifypkgsrc/x11/qt5-qtscxml/distinfo
1.44modifypkgsrc/x11/qt5-qtsensors/Makefile
1.10modifypkgsrc/x11/qt5-qtsensors/PLIST
1.34modifypkgsrc/x11/qt5-qtsensors/buildlink3.mk
1.18modifypkgsrc/x11/qt5-qtsensors/distinfo
1.43modifypkgsrc/x11/qt5-qtserialport/Makefile
1.10modifypkgsrc/x11/qt5-qtserialport/PLIST
1.35modifypkgsrc/x11/qt5-qtserialport/buildlink3.mk
1.18modifypkgsrc/x11/qt5-qtserialport/distinfo
1.10modifypkgsrc/x11/qt5-qtspeech/Makefile
1.4modifypkgsrc/x11/qt5-qtspeech/PLIST
1.12modifypkgsrc/x11/qt5-qtspeech/buildlink3.mk
1.7modifypkgsrc/x11/qt5-qtspeech/distinfo
1.43modifypkgsrc/x11/qt5-qtsvg/Makefile
1.9modifypkgsrc/x11/qt5-qtsvg/PLIST
1.35modifypkgsrc/x11/qt5-qtsvg/buildlink3.mk
1.18modifypkgsrc/x11/qt5-qtsvg/distinfo
1.65modifypkgsrc/x11/qt5-qttools/Makefile
1.20modifypkgsrc/x11/qt5-qttools/PLIST
1.46modifypkgsrc/x11/qt5-qttools/buildlink3.mk
1.18modifypkgsrc/x11/qt5-qttools/distinfo
1.57modifypkgsrc/x11/qt5-qttranslations/Makefile
1.18modifypkgsrc/x11/qt5-qttranslations/distinfo
1.8modifypkgsrc/x11/qt5-qtvirtualkeyboard/Makefile
1.3modifypkgsrc/x11/qt5-qtvirtualkeyboard/PLIST
1.8modifypkgsrc/x11/qt5-qtvirtualkeyboard/buildlink3.mk
1.5modifypkgsrc/x11/qt5-qtvirtualkeyboard/distinfo
1.10modifypkgsrc/x11/qt5-qtwayland/Makefile
1.5modifypkgsrc/x11/qt5-qtwayland/PLIST
1.5modifypkgsrc/x11/qt5-qtwayland/buildlink3.mk
1.6modifypkgsrc/x11/qt5-qtwayland/distinfo
1.2modifypkgsrc/x11/qt5-qtwayland/patches/patch-qtwayland.pro
1.39modifypkgsrc/x11/qt5-qtwebchannel/Makefile
1.8modifypkgsrc/x11/qt5-qtwebchannel/PLIST
1.30modifypkgsrc/x11/qt5-qtwebchannel/buildlink3.mk
1.18modifypkgsrc/x11/qt5-qtwebchannel/distinfo
1.37modifypkgsrc/x11/qt5-qtwebsockets/Makefile
1.9modifypkgsrc/x11/qt5-qtwebsockets/PLIST
1.28modifypkgsrc/x11/qt5-qtwebsockets/buildlink3.mk
1.18modifypkgsrc/x11/qt5-qtwebsockets/distinfo
1.43modifypkgsrc/x11/qt5-qtx11extras/Makefile
1.7modifypkgsrc/x11/qt5-qtx11extras/PLIST
1.34modifypkgsrc/x11/qt5-qtx11extras/buildlink3.mk
1.18modifypkgsrc/x11/qt5-qtx11extras/distinfo
1.43modifypkgsrc/x11/qt5-qtxmlpatterns/Makefile
1.9modifypkgsrc/x11/qt5-qtxmlpatterns/PLIST
1.34modifypkgsrc/x11/qt5-qtxmlpatterns/buildlink3.mk
1.19modifypkgsrc/x11/qt5-qtxmlpatterns/distinfo
1.1removepkgsrc/x11/qt5-qtdeclarative/patches/patch-examples_quick_customitems_painteditem_painteditem.pro