summaryrefslogtreecommitdiff
path: root/x11/qt5-qtwebsockets
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-06-02 06:41:00 +0000
committeradam <adam@pkgsrc.org>2020-06-02 06:41:00 +0000
commitecb4aedc89382abdf05e17df77b018b6e072f403 (patch)
tree80735701ebd43429a371067c250b871a923c35f1 /x11/qt5-qtwebsockets
parentdfca9f1cc45a382160a8b406f9519c32b97a9cc8 (diff)
downloadpkgsrc-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-qtwebsockets')
-rw-r--r--x11/qt5-qtwebsockets/Makefile3
-rw-r--r--x11/qt5-qtwebsockets/PLIST4
-rw-r--r--x11/qt5-qtwebsockets/buildlink3.mk4
-rw-r--r--x11/qt5-qtwebsockets/distinfo10
4 files changed, 10 insertions, 11 deletions
diff --git a/x11/qt5-qtwebsockets/Makefile b/x11/qt5-qtwebsockets/Makefile
index 0b34690337d..6936ebdab38 100644
--- a/x11/qt5-qtwebsockets/Makefile
+++ b/x11/qt5-qtwebsockets/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2020/04/12 08:28:16 adam Exp $
+# $NetBSD: Makefile,v 1.37 2020/06/02 06:41:03 adam Exp $
DISTNAME= qtwebsockets-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtwebsockets-${QTVERSION}
-PKGREVISION= 1
COMMENT= Qt5 module for websockets
MAKE_ENV+= QTDIR=${QTDIR}
diff --git a/x11/qt5-qtwebsockets/PLIST b/x11/qt5-qtwebsockets/PLIST
index 45c03e4fa08..16722ee7fff 100644
--- a/x11/qt5-qtwebsockets/PLIST
+++ b/x11/qt5-qtwebsockets/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2020/01/21 20:25:40 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2020/06/02 06:41:03 adam Exp $
lib/pkgconfig/Qt5WebSockets.pc
qt5/include/QtWebSockets/${PKGVERSION}/QtWebSockets/private/qdefaultmaskgenerator_p.h
qt5/include/QtWebSockets/${PKGVERSION}/QtWebSockets/private/qsslserver_p.h
@@ -31,7 +31,7 @@ qt5/lib/libQt5WebSockets.prl
qt5/lib/libQt5WebSockets.so
qt5/lib/libQt5WebSockets.so.${PKGVERSION}
qt5/lib/libQt5WebSockets.so.5
-qt5/lib/libQt5WebSockets.so.5.14
+qt5/lib/libQt5WebSockets.so.5.15
qt5/lib/pkgconfig/Qt5WebSockets.pc
qt5/mkspecs/modules/qt_lib_websockets.pri
qt5/mkspecs/modules/qt_lib_websockets_private.pri
diff --git a/x11/qt5-qtwebsockets/buildlink3.mk b/x11/qt5-qtwebsockets/buildlink3.mk
index 42afb63be8c..ced517d57a3 100644
--- a/x11/qt5-qtwebsockets/buildlink3.mk
+++ b/x11/qt5-qtwebsockets/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.27 2020/04/12 08:28:16 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.28 2020/06/02 06:41:03 adam Exp $
BUILDLINK_TREE+= qt5-qtwebsockets
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt5-qtwebsockets
QT5_WEBSOCKETS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qt5-qtwebsockets+= qt5-qtwebsockets>=5.9.1
-BUILDLINK_ABI_DEPENDS.qt5-qtwebsockets+= qt5-qtwebsockets>=5.14.2nb1
+BUILDLINK_ABI_DEPENDS.qt5-qtwebsockets+= qt5-qtwebsockets>=5.15.0
BUILDLINK_PKGSRCDIR.qt5-qtwebsockets?= ../../x11/qt5-qtwebsockets
.include "../../x11/qt5-qtdeclarative/buildlink3.mk"
diff --git a/x11/qt5-qtwebsockets/distinfo b/x11/qt5-qtwebsockets/distinfo
index c39f643ac7d..a320d853fb9 100644
--- a/x11/qt5-qtwebsockets/distinfo
+++ b/x11/qt5-qtwebsockets/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2020/04/02 22:06:00 adam Exp $
+$NetBSD: distinfo,v 1.18 2020/06/02 06:41:03 adam Exp $
-SHA1 (qtwebsockets-everywhere-src-5.14.2.tar.xz) = 9f15f5407e8e243c0bdcd7a22825703856c6bb74
-RMD160 (qtwebsockets-everywhere-src-5.14.2.tar.xz) = f26dc43353b8ee9117f0be2c8984c6ccee450528
-SHA512 (qtwebsockets-everywhere-src-5.14.2.tar.xz) = 091e17459a8a255fccece092399ac32994307aa53e6e72e736e6ff9f1bb745c49bfcb9a747e1e21acaa0ed95754f7f450ba2f73a3bbafad54e21bf600f7da92f
-Size (qtwebsockets-everywhere-src-5.14.2.tar.xz) = 252820 bytes
+SHA1 (qtwebsockets-everywhere-src-5.15.0.tar.xz) = 2171f91d0a184a1dbd000ea66fb7b2d9e731625a
+RMD160 (qtwebsockets-everywhere-src-5.15.0.tar.xz) = 6325f1e62e9360d16fafe91aa200a83533b1be7d
+SHA512 (qtwebsockets-everywhere-src-5.15.0.tar.xz) = 87d7cbce52562f6a5372106e46e15319d9647bab9ec5dbde132c017b9febbbc568ff2c182d3375165d87c1d4a88ae26d2e849baef53bce6e842d8d0d83f7ceb5
+Size (qtwebsockets-everywhere-src-5.15.0.tar.xz) = 253616 bytes