diff options
author | adam <adam@pkgsrc.org> | 2020-06-02 06:41:00 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-06-02 06:41:00 +0000 |
commit | ecb4aedc89382abdf05e17df77b018b6e072f403 (patch) | |
tree | 80735701ebd43429a371067c250b871a923c35f1 /x11/qt5-qtserialport | |
parent | dfca9f1cc45a382160a8b406f9519c32b97a9cc8 (diff) | |
download | pkgsrc-ecb4aedc89382abdf05e17df77b018b6e072f403.tar.gz |
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 (limited to 'x11/qt5-qtserialport')
-rw-r--r-- | x11/qt5-qtserialport/Makefile | 3 | ||||
-rw-r--r-- | x11/qt5-qtserialport/PLIST | 4 | ||||
-rw-r--r-- | x11/qt5-qtserialport/buildlink3.mk | 4 | ||||
-rw-r--r-- | x11/qt5-qtserialport/distinfo | 10 |
4 files changed, 10 insertions, 11 deletions
diff --git a/x11/qt5-qtserialport/Makefile b/x11/qt5-qtserialport/Makefile index 6abbbc6a313..d54dacf616e 100644 --- a/x11/qt5-qtserialport/Makefile +++ b/x11/qt5-qtserialport/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2020/04/12 08:28:16 adam Exp $ +# $NetBSD: Makefile,v 1.43 2020/06/02 06:41:02 adam Exp $ DISTNAME= qtserialport-everywhere-src-${QTVERSION} PKGNAME= qt5-qtserialport-${QTVERSION} -PKGREVISION= 1 COMMENT= Qt5 module for Serial Port BUILD_TARGET= sub-src diff --git a/x11/qt5-qtserialport/PLIST b/x11/qt5-qtserialport/PLIST index a4acb0570dd..d7a8c960c50 100644 --- a/x11/qt5-qtserialport/PLIST +++ b/x11/qt5-qtserialport/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2020/01/21 20:25:39 adam Exp $ +@comment $NetBSD: PLIST,v 1.10 2020/06/02 06:41:02 adam Exp $ lib/pkgconfig/Qt5SerialPort.pc qt5/include/QtSerialPort/${PKGVERSION}/QtSerialPort/private/qserialport_p.h qt5/include/QtSerialPort/${PKGVERSION}/QtSerialPort/private/qserialportinfo_p.h @@ -21,7 +21,7 @@ qt5/lib/libQt5SerialPort.prl qt5/lib/libQt5SerialPort.so qt5/lib/libQt5SerialPort.so.${PKGVERSION} qt5/lib/libQt5SerialPort.so.5 -qt5/lib/libQt5SerialPort.so.5.14 +qt5/lib/libQt5SerialPort.so.5.15 qt5/lib/pkgconfig/Qt5SerialPort.pc qt5/mkspecs/modules/qt_lib_serialport.pri qt5/mkspecs/modules/qt_lib_serialport_private.pri diff --git a/x11/qt5-qtserialport/buildlink3.mk b/x11/qt5-qtserialport/buildlink3.mk index a1730a23fef..d4c95a78f2d 100644 --- a/x11/qt5-qtserialport/buildlink3.mk +++ b/x11/qt5-qtserialport/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.34 2020/04/12 08:28:16 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.35 2020/06/02 06:41:02 adam Exp $ BUILDLINK_TREE+= qt5-qtserialport @@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt5-qtserialport QT5_QTSERIALPORT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.qt5-qtserialport+= qt5-qtserialport>=5.9.1 -BUILDLINK_ABI_DEPENDS.qt5-qtserialport+= qt5-qtserialport>=5.14.2nb1 +BUILDLINK_ABI_DEPENDS.qt5-qtserialport+= qt5-qtserialport>=5.15.0 BUILDLINK_PKGSRCDIR.qt5-qtserialport?= ../../x11/qt5-qtserialport BUILDLINK_INCDIRS.qt5-qtserialport+= qt5/include diff --git a/x11/qt5-qtserialport/distinfo b/x11/qt5-qtserialport/distinfo index 32059797985..b22072794e6 100644 --- a/x11/qt5-qtserialport/distinfo +++ b/x11/qt5-qtserialport/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2020/04/02 22:05:59 adam Exp $ +$NetBSD: distinfo,v 1.18 2020/06/02 06:41:02 adam Exp $ -SHA1 (qtserialport-everywhere-src-5.14.2.tar.xz) = 0b4c0e6ce908d97217068ca5bdd7f64768182e28 -RMD160 (qtserialport-everywhere-src-5.14.2.tar.xz) = 92c5f0baad1e3b5f0379dee563760b6aba1e69f9 -SHA512 (qtserialport-everywhere-src-5.14.2.tar.xz) = 4a4fb81bcccaddc5902223940031a9002395cbc5e99c78c1ac5df04031b6a0551bb340757f84bad82ca7ef551358c1eba3a035b0b8f4221f7db0ab738ac65b06 -Size (qtserialport-everywhere-src-5.14.2.tar.xz) = 316492 bytes +SHA1 (qtserialport-everywhere-src-5.15.0.tar.xz) = aa3cabf20fd8074830636dc2b4e7b81d9f64dd49 +RMD160 (qtserialport-everywhere-src-5.15.0.tar.xz) = 6b7e412f49155e02254160e33a2d4858d9b12b3e +SHA512 (qtserialport-everywhere-src-5.15.0.tar.xz) = 121837c0848c69414268332ac41538b9df1c1503ab81bcf281903b73e02f5adf34b615ebc1fca4f4e6bf0b7c8c1b3f2d4dcde20152e2eb913c965eb910e378e2 +Size (qtserialport-everywhere-src-5.15.0.tar.xz) = 316596 bytes |