summaryrefslogtreecommitdiff
path: root/x11/qt5-qtlocation
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-01-21 20:25:36 +0000
committeradam <adam@pkgsrc.org>2020-01-21 20:25:36 +0000
commitabf85c1efe5b6856d7d5200c3b55dc847f27a2b0 (patch)
tree9bc08a21685f8d25f51bb6da9b2f84be289b2938 /x11/qt5-qtlocation
parent37ce46e292e6f1ce9259f5c2320e675b43a899fc (diff)
downloadpkgsrc-abf85c1efe5b6856d7d5200c3b55dc847f27a2b0.tar.gz
qt5: updated to 5.14.0
New Features in Qt 5.14 Qt 3D Module Overhauled the threading architecture. This includes the removal of the aspect thread. Overhauled the frontend/backend node sync. Enabled QTransform to have access to the world matrix. Introduced Scene3DView. Scene3D is now in sync with QtQuick, and can render as an underlay without an FBO. Qt Bluetooth Module Introduced a new, optional Win32 backend with support for Windows 7 and 8. This backend is not built by default, nor is it part of the pre-built packages. QLowEnergyController: Introduced AuthorizationError. Added the ability to include multiple manufacturer data entries per manufacturer ID. Qt Core Module Added support in QCalendar for calendars other than Gregorian, by implementation of suitable backends. Added backends to implement the Gregorian, Jalali (Persian), Islamic Civil, Milankovic, and Julian calendars. We look forward to other contributions. Added QColorConstants, a namespace providing constexpr QColor instances that don't cost any runtime overhead. Qt GUI Module Updated High-DPI support: Introduced non-integer scale factors (for example, a scale factor of 150%) that applications can opt-in to use. Use QGuiApplication::highDpiScaleFactorRoundingPolicy or QT_SCALE_FACTOR_ROUNDING_POLICY to set the rounding policy. Added the QT_ENABLE_HIGHDPI_SCALING environment variable, enabling high-DPI scaling based on display DPI. This replaces QT_AUTO_SCREEN_SCALE_FACTOR (now deprecated), and corresponds to the Qt::AA_EnableHighDpiScaling application attribute. Added cross-platform support for the QT_FONT_DPI environment variable, for the purpose of developing and testing with specific DPI values. Added color-space support for images; reading and writing color-spaces from JPEG, PNG, WebP and TIFF images, and performing color-space transformation on images. Improvements to QTextDocument and QTextTable styling: Added per-edge border styling via QTextTableCellFormat. Added border-collapse mode. Added support for (partial) HTML table style import and export. Added support for reading and writing Markdown format to QTextDocument, as an alternative to HTML. Qt Multimedia Module Added QVideoFrame::Format_YUV422P. Introduced support for the GStreamer OpenGL plugin. Qt Network Module Introduced the HTTP/2 Configuration API. Introduced network connectivity monitoring. Added support for Kerberos proxy authentication. Qt QML Module Added qmlRegisterSingletonInstance() function. This allows to expose a QObject as a singleton to QML, without having to create a factory function as required by qmlRegisterSingletonType(). It is meant as a type safe replacement of setContextProperty() in common usages. Added qmlRegisterAnonymousType() as a replacement for qmlRegisterType(). It allows to specify the URI and major version, which enables better tooling support. Added an experimental -U option to qmllint. When set, access to unqualified identifiers generates warnings. Qt Quick Module Added a preview of the graphics API independent scenegraph renderer as an opt-in feature. This allows running qualifying Qt Quick applications on top of Vulkan, Metal, or Direct3D 11, instead of OpenGL. Currently supported platforms: Windows 10 (Direct3D) Linux with X11/xcb (Vulkan) macOS (Metal or Vulkan with MoltenVK) Android 7.0+ (Vulkan) Added support for the Markdown format (including CommonMark and GitHub dialects) to Text and TextEdit as an alternative to HTML. This includes the GitHub checklist extension, allowing to toggle checkboxes in a TextEdit. Switched TextEdit to use an I-beam cursor by default, and a pointing-hand cursor when hovering over a checkbox or a link. Default cursors can be overridden. Added WheelHandler, an event handler for the mouse wheel, and optionally for emulated mouse wheel events coming from a trackpad. Added BoundaryRule in Qt.labs.animation: a PropertyValueInterceptor that restricts the range of values a numeric property can have, applies "resistance" when overshooting a value, and provides the ability to animate it back to its normal range. It's particularly useful in combination with WheelHandler, providing physics similar to Flickable. Added currentFrame and frameCount properties to Image and BorderImage, just as AnimatedImage has; for example, this allows choosing an individual icon from an .ICO file that contains multiple icons. Added PathPolyline and PathMultiline as additional ways of drawing and/or filling arbitrary polygons and sets of polygons with Qt Quick Shapes. Qt Serial Bus Module Added operators to compare QCanBusDevice::Filter for equality or inequality. Added the QCanBusDevice::OperationError and QCanBusDevice::TimeoutError codes to signal operation and timeout errors. Added the QCanBusDevice::busStatus() function to query the bus status from the CAN bus device. Added the QCanBusDevice::resetController() function to release the CAN controller from bus off state. SocketCAN: Added the configuration parameter QCanBusDevice::ProtocolKey to use another protocol inside the protocol family PF_CAN. SocketCAN: If libsocketcan is available, the CAN bus bitrate can be retrieved and set at runtime. PeakCAN: Added support for PCAN-USB devices on macOS by using the MacCAN library. Exposed the underlying QIODevice used for Modbus communication. This enables, for example, setting the serial port hardware flow control (RTS/CTS). Qt Test Module Introduced initMain() function to perform any initialization that must happen before QApplication exists. Qt WebEngine Module Updated to Chromium 77. Added a new API to control the life-cycle of QWebEnginePage. Qt Widgets Module Added support for the Markdown format (including CommonMark and GitHub dialects) to QTextEdit and QTextBrowser as an alternative to HTML. This includes the GitHub checklist extension, allowing to toggle checkboxes if the widget is editable. QTextBrowser::setSource() detects Markdown based on the file extension.
Diffstat (limited to 'x11/qt5-qtlocation')
-rw-r--r--x11/qt5-qtlocation/Makefile3
-rw-r--r--x11/qt5-qtlocation/PLIST11
-rw-r--r--x11/qt5-qtlocation/buildlink3.mk4
-rw-r--r--x11/qt5-qtlocation/distinfo10
4 files changed, 15 insertions, 13 deletions
diff --git a/x11/qt5-qtlocation/Makefile b/x11/qt5-qtlocation/Makefile
index ae6c3288c9a..040257fe178 100644
--- a/x11/qt5-qtlocation/Makefile
+++ b/x11/qt5-qtlocation/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2020/01/18 21:48:36 jperkin Exp $
+# $NetBSD: Makefile,v 1.40 2020/01/21 20:25:38 adam Exp $
DISTNAME= qtlocation-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtlocation-${QTVERSION}
-PKGREVISION= 1
COMMENT= Qt5 module for qtlocation
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtlocation/PLIST b/x11/qt5-qtlocation/PLIST
index 74a6b8c8da7..3aede219c60 100644
--- a/x11/qt5-qtlocation/PLIST
+++ b/x11/qt5-qtlocation/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2019/08/09 17:41:40 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2020/01/21 20:25:38 adam Exp $
lib/pkgconfig/Qt5Location.pc
lib/pkgconfig/Qt5Positioning.pc
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/error_messages_p.h
@@ -239,6 +239,8 @@ qt5/include/QtPositioning/${PKGVERSION}/QtPositioning/private/qgeopolygon_p.h
qt5/include/QtPositioning/${PKGVERSION}/QtPositioning/private/qgeopositioninfo_p.h
qt5/include/QtPositioning/${PKGVERSION}/QtPositioning/private/qgeopositioninfosource_p.h
qt5/include/QtPositioning/${PKGVERSION}/QtPositioning/private/qgeorectangle_p.h
+qt5/include/QtPositioning/${PKGVERSION}/QtPositioning/private/qgeosatelliteinfo_p.h
+qt5/include/QtPositioning/${PKGVERSION}/QtPositioning/private/qgeosatelliteinfosource_p.h
qt5/include/QtPositioning/${PKGVERSION}/QtPositioning/private/qgeoshape_p.h
qt5/include/QtPositioning/${PKGVERSION}/QtPositioning/private/qlocationdata_simulator_p.h
qt5/include/QtPositioning/${PKGVERSION}/QtPositioning/private/qlocationutils_p.h
@@ -286,6 +288,7 @@ qt5/include/QtPositioning/qtpositioning-config.h
qt5/include/QtPositioning/qtpositioningversion.h
qt5/include/QtPositioningQuick/${PKGVERSION}/QtPositioningQuick/private/qdeclarativegeoaddress_p.h
qt5/include/QtPositioningQuick/${PKGVERSION}/QtPositioningQuick/private/qdeclarativegeolocation_p.h
+qt5/include/QtPositioningQuick/${PKGVERSION}/QtPositioningQuick/private/qdeclarativepluginparameter_p.h
qt5/include/QtPositioningQuick/${PKGVERSION}/QtPositioningQuick/private/qdeclarativeposition_p.h
qt5/include/QtPositioningQuick/${PKGVERSION}/QtPositioningQuick/private/qdeclarativepositionsource_p.h
qt5/include/QtPositioningQuick/${PKGVERSION}/QtPositioningQuick/private/qpositioningquickglobal_p.h
@@ -313,17 +316,17 @@ qt5/lib/libQt5Location.prl
qt5/lib/libQt5Location.so
qt5/lib/libQt5Location.so.${PKGVERSION}
qt5/lib/libQt5Location.so.5
-qt5/lib/libQt5Location.so.5.13
+qt5/lib/libQt5Location.so.5.14
qt5/lib/libQt5Positioning.prl
qt5/lib/libQt5Positioning.so
qt5/lib/libQt5Positioning.so.${PKGVERSION}
qt5/lib/libQt5Positioning.so.5
-qt5/lib/libQt5Positioning.so.5.13
+qt5/lib/libQt5Positioning.so.5.14
qt5/lib/libQt5PositioningQuick.prl
qt5/lib/libQt5PositioningQuick.so
qt5/lib/libQt5PositioningQuick.so.${PKGVERSION}
qt5/lib/libQt5PositioningQuick.so.5
-qt5/lib/libQt5PositioningQuick.so.5.13
+qt5/lib/libQt5PositioningQuick.so.5.14
qt5/lib/pkgconfig/Qt5Location.pc
qt5/lib/pkgconfig/Qt5Positioning.pc
qt5/lib/pkgconfig/Qt5PositioningQuick.pc
diff --git a/x11/qt5-qtlocation/buildlink3.mk b/x11/qt5-qtlocation/buildlink3.mk
index 1d9507b2344..4f1eb812a3c 100644
--- a/x11/qt5-qtlocation/buildlink3.mk
+++ b/x11/qt5-qtlocation/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.28 2020/01/18 21:48:36 jperkin Exp $
+# $NetBSD: buildlink3.mk,v 1.29 2020/01/21 20:25:38 adam Exp $
BUILDLINK_TREE+= qt5-qtlocation
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt5-qtlocation
QT5_QTLOCATION_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qt5-qtlocation+= qt5-qtlocation>=5.9.1
-BUILDLINK_ABI_DEPENDS.qt5-qtlocation+= qt5-qtlocation>=5.13.2nb1
+BUILDLINK_ABI_DEPENDS.qt5-qtlocation+= qt5-qtlocation>=5.14.0
BUILDLINK_PKGSRCDIR.qt5-qtlocation?= ../../x11/qt5-qtlocation
BUILDLINK_INCDIRS.qt5-qtlocation+= qt5/include
diff --git a/x11/qt5-qtlocation/distinfo b/x11/qt5-qtlocation/distinfo
index faee73766d7..a0b770cd191 100644
--- a/x11/qt5-qtlocation/distinfo
+++ b/x11/qt5-qtlocation/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.16 2019/11/05 14:58:44 adam Exp $
+$NetBSD: distinfo,v 1.17 2020/01/21 20:25:38 adam Exp $
-SHA1 (qtlocation-everywhere-src-5.13.2.tar.xz) = 1a2384701abf783a38be61eb7d10994f885fad9d
-RMD160 (qtlocation-everywhere-src-5.13.2.tar.xz) = 69484f3b23039dfc94a52ef9adac79ade1e1afbb
-SHA512 (qtlocation-everywhere-src-5.13.2.tar.xz) = 6ec28fd3add9db5758d38b964649c6e1e687e853192539c4e46386eac28378540167ec0abbf6312ecc1d2f3d33d19eaed4c4485f0c2d94a93f401dde3b9ddf6f
-Size (qtlocation-everywhere-src-5.13.2.tar.xz) = 6050044 bytes
+SHA1 (qtlocation-everywhere-src-5.14.0.tar.xz) = 3fc7cf7a1793e143c35ddadf4ea8cd2d9eb076de
+RMD160 (qtlocation-everywhere-src-5.14.0.tar.xz) = f225c0ff4fe52897852d6eadc6910448c521f183
+SHA512 (qtlocation-everywhere-src-5.14.0.tar.xz) = 6d9915a7fba561353df6b0e1983a333af1ed85d22761c4022b7bb4ebf56a4ad2f895d1d7f0996cc93254346fc86718c654e1837c2d79358a04cd1e30c70c39ca
+Size (qtlocation-everywhere-src-5.14.0.tar.xz) = 6116428 bytes
SHA1 (patch-src_location_configure.json) = 75d7280e8ff3cbc8b03dc776e2c4da5cdeac183e