summaryrefslogtreecommitdiff
path: root/x11/qt5-qtlocation
diff options
context:
space:
mode:
authoradam <adam>2015-10-26 19:03:59 +0000
committeradam <adam>2015-10-26 19:03:59 +0000
commit56cfb14fbd01376827430b6b6dcb4fedf4b68012 (patch)
tree49e1f6c9a779d0b9a4061e76511f715f7fd2c40f /x11/qt5-qtlocation
parent5bf15ba7e51d7e633197f76ab6551da339f52bcf (diff)
downloadpkgsrc-56cfb14fbd01376827430b6b6dcb4fedf4b68012.tar.gz
Changes 5.5.1:
Qt Bluetooth Bluetooth Low Energy API final release (5.4 was featuring tech preview). Bluetooth Low Energy Support for Android (requires Android v18+) added. Bluetooth Classic and Low Energy support for iOS and OS X. Qt Core You can now have Q_PROPERTY and Q_INVOKABLE within a Q_GADGET, and there is a way to query the QMetaObject of such gadget using the QMetaTYpe system. Added Q_ENUM to replace Q_ENUMS which allow to get a QMetaEnum at compile time using QMetaEnum::fromType<T>. Such enums are now automatically registered as metatype, and can be converted to string within QVariant, or are printed as string by qDebug() Qt GUI Windows packages are all built with -opengl dynamic. No OpenGL-only or ANGLE-only builds are provided anymore. On Windows the OpenGL implementation to use can now be configured based on the GPU vendor and driver version using JSON configuration files. This allows shipping fine-grained card and driver blacklists with the apps, when necessary. QOpenGLWidget is now supported in iOS. QImage: 8-bit alpha map and grayscale formats. QImageReader: EXIF orientation can now be read though the transformation method, and applied on read to JPEGs if wanted. Qt Multimedia GStreamer 1.0 support. Note that the default is still 0.10. 1.0 support can be enabled by configuring Qt with '-gstreamer 1.0'. New video filtering framework to integrate frameworks like OpenCV or compute APIs such as OpenCL or CUDA with VideoOutput elements. New API to control camera viewfinder settings Improved camera support on iOS (focus, zoom, exposure, viewfinder/image settings) The QML MediaPlayer is now rendered in an OpenGL texture on iOS. This means VideoOutput supports advanced transformation, shader effects and doesn't have to be always on top of other items anymore. Qt NFC Neard based backend for Linux added. Qt Network New SSL back-end for iOS and OS X based on Secure Transport. Note that in Qt 5.6 this will become the default SSL: back-end on these platforms. Support for libproxy Support for TLS PSK ciphersuites Support for elliptic curve certificates Ability to select specific curves when using elliptic curve ciphersuites. QPA Added support for the Raspberry Pi 2. Added support for the ODROID-XU3. On supported desktops, the xcb plugin now uses the D-Bus based org.kde.StatusNotifier protocol for system tray icons, and org.freedesktop.Notifications for notifications. KMS/DRM backend for EGLFS. This replaces the now deprecated KMS platform plugin. It allows running apps with eglfs on the console on systems with Mesa and devices that come with drm support. EGLFS has a plugin-based backend mechanism in addition to the existing, statically compiled-in solution. Most compiled-in hooks are converted to be dynamically loaded plugins that are built based on configure time tests. This reduces the reliance on the device makespecs for RPi, i.MX6 and Mali-based devices. Input handling is now unified for EGLFS and LinuxFB, avoiding the need to launch and configure LinuxFB-based apps differently than when using EGLFS. tslib is now better integrated with EGLFS and LinuxFB to provide support for resistive single-touch touchscreens often used in industrial environments. xcb is refactored to move GLX and EGL support into plugins. No more ifdefs, allowing building both backends. Added a TUIO Touch plugin for receiving remote touch events via UDP. Added a libinput plugin. iOS: you can now use QFileDialog to browse system photos using a native image picker dialog by setting directory to QStandardPaths::PicturesLocation. Selected photos can be loaded using QFile. Qt QML It is now possible to conveniently expose custom C++ value types into the JavaScript environment of QML and QJSEngine. Support for JavaScript typed arrays Various performance improvements, notably QJSValue Added convenience qJsEngine(QObject*) getter function. Qt Quick Windows now defaults to the threaded Qt Quick render loop when using desktop OpenGL (opengl32.dll). QQuickWidget is now supported in iOS. QQuickRenderControl supports threaded rendering. Improved behavior of Flickable on OS X trackpads using pixel deltas from native gestures. PinchArea handles native pinch gestures when the OS provides them (so far only on OS X). Otherwise it relies on touch events, as before. Added a smart zoom signal to PinchArea to react to that gesture on an OS X trackpad. MouseArea now has a scrollGestureEnabled property to control whether native scroll gestures from the OS will be handled by the wheel signal handler. Qt Quick Controls Qt Quick Extras (formerly Qt Quick Enterprise Controls) was added under the QtQuick.Extras import. TreeView control for QAbstractItemModel-derived models. Supports QItemSelectionModel selection. Qt WebEngine Updated Chromium snapshot to version 40 WebEngineProfile for control of storage and cache paths and related policies. Added support for javascript Geolocation API with QtLocation as a backend Added API for managing downloading of files Added API for controlling cache and cookie paths and policy Added API for WebEngine settings Added API for injecting user scripts Various experimental QML API has been promoted to public Added QtWebChannel integration API over Chromium IPC Qt WebView Added native implementations for Mac OS X. Added API for running JavaScript (Requires API 19+ on Android). Added API for setting the HTML content. Added API for load status notifications.
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.mk6
-rw-r--r--x11/qt5-qtlocation/distinfo9
4 files changed, 15 insertions, 14 deletions
diff --git a/x11/qt5-qtlocation/Makefile b/x11/qt5-qtlocation/Makefile
index c9cfbec7115..86f1934e514 100644
--- a/x11/qt5-qtlocation/Makefile
+++ b/x11/qt5-qtlocation/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2015/10/10 01:57:57 ryoon Exp $
+# $NetBSD: Makefile,v 1.12 2015/10/26 19:04:00 adam Exp $
DISTNAME= qtlocation-opensource-src-${QTVERSION}
PKGNAME= qt5-qtlocation-${QTVERSION}
-PKGREVISION= 3
COMMENT= Qt5 module for qtlocation
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtlocation/PLIST b/x11/qt5-qtlocation/PLIST
index f34eb03711d..cd7d78cb997 100644
--- a/x11/qt5-qtlocation/PLIST
+++ b/x11/qt5-qtlocation/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2014/12/30 17:23:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2015/10/26 19:04:00 adam Exp $
lib/pkgconfig/Qt5Positioning.pc
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qcache3q_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeocameracapabilities_p.h
@@ -9,9 +9,8 @@ qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeocodingmanager_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeocodingmanagerengine_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeomaneuver_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeomap_p.h
+qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeomap_p_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeomapcontroller_p.h
-qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeomapdata_p.h
-qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeomapdata_p_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeomappingmanager_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeomappingmanager_p_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeomappingmanagerengine_p.h
@@ -27,8 +26,8 @@ qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeoroutingmanager_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeoroutingmanagerengine_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeoserviceprovider_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotilecache_p.h
-qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotiledmapdata_p.h
-qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotiledmapdata_p_p.h
+qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotiledmap_p.h
+qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotiledmap_p_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotiledmappingmanagerengine_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotiledmappingmanagerengine_p_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotiledmapreply_p.h
@@ -192,6 +191,7 @@ qt5/include/QtPositioning/qpositioningglobal.h
qt5/include/QtPositioning/qtpositioningversion.h
qt5/lib/cmake/Qt5Location/Qt5LocationConfig.cmake
qt5/lib/cmake/Qt5Location/Qt5LocationConfigVersion.cmake
+qt5/lib/cmake/Qt5Location/Qt5Location_QGeoServiceProviderFactoryMapbox.cmake
qt5/lib/cmake/Qt5Location/Qt5Location_QGeoServiceProviderFactoryNokia.cmake
qt5/lib/cmake/Qt5Location/Qt5Location_QGeoServiceProviderFactoryOsm.cmake
qt5/lib/cmake/Qt5Positioning/Qt5PositioningConfig.cmake
@@ -207,6 +207,7 @@ qt5/mkspecs/modules/qt_lib_location.pri
qt5/mkspecs/modules/qt_lib_location_private.pri
qt5/mkspecs/modules/qt_lib_positioning.pri
qt5/mkspecs/modules/qt_lib_positioning_private.pri
+qt5/plugins/geoservices/libqtgeoservices_mapbox.la
qt5/plugins/geoservices/libqtgeoservices_nokia.la
qt5/plugins/geoservices/libqtgeoservices_osm.la
qt5/plugins/position/libqtposition_positionpoll.la
diff --git a/x11/qt5-qtlocation/buildlink3.mk b/x11/qt5-qtlocation/buildlink3.mk
index cde38bbcb5a..02c361f1354 100644
--- a/x11/qt5-qtlocation/buildlink3.mk
+++ b/x11/qt5-qtlocation/buildlink3.mk
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.9 2015/04/25 14:25:17 tnn Exp $
+# $NetBSD: buildlink3.mk,v 1.10 2015/10/26 19:04:00 adam Exp $
BUILDLINK_TREE+= qt5-qtlocation
.if !defined(QT5_QTLOCATION_BUILDLINK3_MK)
QT5_QTLOCATION_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.qt5-qtlocation+= qt5-qtlocation>=5.4.0
-BUILDLINK_ABI_DEPENDS.qt5-qtlocation+= qt5-qtlocation>=5.4.0nb2
+BUILDLINK_API_DEPENDS.qt5-qtlocation+= qt5-qtlocation>=5.5.1
+BUILDLINK_ABI_DEPENDS.qt5-qtlocation+= qt5-qtlocation>=5.5.1
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 301dbd6f8ee..d65ee193805 100644
--- a/x11/qt5-qtlocation/distinfo
+++ b/x11/qt5-qtlocation/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1 2014/12/30 17:23:46 adam Exp $
+$NetBSD: distinfo,v 1.2 2015/10/26 19:04:00 adam Exp $
-SHA1 (qtlocation-opensource-src-5.4.0.tar.xz) = c47e80c4282f96de843d90341f93cd0f48333284
-RMD160 (qtlocation-opensource-src-5.4.0.tar.xz) = 575c3660a81fc285b331a23d49df43dd5d070006
-Size (qtlocation-opensource-src-5.4.0.tar.xz) = 3297720 bytes
+SHA1 (qtlocation-opensource-src-5.5.1.tar.xz) = 700bf32e15c7d808e71bca7b908b08111e81eda4
+RMD160 (qtlocation-opensource-src-5.5.1.tar.xz) = 3792eedc159db6bf15eef706ee218f3cc5759a51
+SHA512 (qtlocation-opensource-src-5.5.1.tar.xz) = d7b1563fdfdb628e78f5a1cdd7c381221888370f96446d47eedb1bc4dbbffb512bc336940f0fc6b65501c2d8ff81eff153512ff231c74e760907122683172ba2
+Size (qtlocation-opensource-src-5.5.1.tar.xz) = 3108096 bytes