Subject: CVS commit: pkgsrc/x11
From: Adam Ciarcinski
Date: 2015-10-26 20:04:01
Message id: 20151026190401.AB41998@cvs.netbsd.org

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

Files:
RevisionActionfile
1.6modifypkgsrc/x11/qt5/Makefile
1.5modifypkgsrc/x11/qt5/Makefile.common
1.12modifypkgsrc/x11/qt5-mysql/Makefile
1.9modifypkgsrc/x11/qt5-mysql/buildlink3.mk
1.2modifypkgsrc/x11/qt5-mysql/distinfo
1.14modifypkgsrc/x11/qt5-odbc/Makefile
1.9modifypkgsrc/x11/qt5-odbc/buildlink3.mk
1.2modifypkgsrc/x11/qt5-odbc/distinfo
1.14modifypkgsrc/x11/qt5-psql/Makefile
1.9modifypkgsrc/x11/qt5-psql/buildlink3.mk
1.2modifypkgsrc/x11/qt5-psql/distinfo
1.28modifypkgsrc/x11/qt5-qtbase/Makefile
1.16modifypkgsrc/x11/qt5-qtbase/Makefile.common
1.8modifypkgsrc/x11/qt5-qtbase/PLIST
1.11modifypkgsrc/x11/qt5-qtbase/buildlink3.mk
1.25modifypkgsrc/x11/qt5-qtbase/distinfo
1.6modifypkgsrc/x11/qt5-qtbase/options.mk
1.2modifypkgsrc/x11/qt5-qtbase/patches/patch-configure
1.2modifypkgsrc/x11/qt5-qtbase/patches/patch-mkspecs_features_simd.prf
1.2modifypkgsrc/x11/qt5-qtbase/patches/patch-qmake_Makefile.unix
1.2modifypkgsrc/x11/qt5-qtbase/patches/patch-qmake_generators_makefile.cpp
1.3modifypkgsrc/x11/qt5-qtbase/patches/patch-qmake_generators_unix_unixmake.cpp
1.2modifypkgsrc/x11/qt5-qtbase/patches/patch-qmake_generators_unix_unixmake2.cpp
1.2modifypkgsrc/x11/qt5-qtbase/patches/patch-src_concurrent_qtconcurrentiteratekernel.cpp
1.4modifypkgsrc/x11/qt5-qtbase/patches/patch-src_corelib_io_io.pri
1.5modifypkgsrc/x11/qt5-qtbase/patches/patch-src_corelib_io_qstorageinfo_unix.cpp
1.2modifypkgsrc/x11/qt5-qtbase/patches/patch-src_tools_bootstrap_bootstrap.pro
1.2modifypkgsrc/x11/qt5-qtbase/patches/patch-src_tools_moc_main.cpp
1.14modifypkgsrc/x11/qt5-qtdeclarative/Makefile
1.6modifypkgsrc/x11/qt5-qtdeclarative/PLIST
1.10modifypkgsrc/x11/qt5-qtdeclarative/buildlink3.mk
1.3modifypkgsrc/x11/qt5-qtdeclarative/distinfo
1.2modifypkgsrc/x11/qt5-qtdeclarative/patches/patch-src_qml_jsruntime_qv4engine.cpp
1.2modifypkgsrc/x11/qt5-qtdeclarative/patches/patch-src_qmldevtools_qmldevtools.pro
1.16modifypkgsrc/x11/qt5-qtdoc/Makefile
1.3modifypkgsrc/x11/qt5-qtdoc/PLIST
1.2modifypkgsrc/x11/qt5-qtdoc/distinfo
1.12modifypkgsrc/x11/qt5-qtgraphicaleffects/Makefile
1.2modifypkgsrc/x11/qt5-qtgraphicaleffects/distinfo
1.12modifypkgsrc/x11/qt5-qtimageformats/Makefile
1.9modifypkgsrc/x11/qt5-qtimageformats/buildlink3.mk
1.2modifypkgsrc/x11/qt5-qtimageformats/distinfo
1.12modifypkgsrc/x11/qt5-qtlocation/Makefile
1.4modifypkgsrc/x11/qt5-qtlocation/PLIST
1.10modifypkgsrc/x11/qt5-qtlocation/buildlink3.mk
1.2modifypkgsrc/x11/qt5-qtlocation/distinfo
1.6modifypkgsrc/x11/qt5-qtmacextras/Makefile
1.4modifypkgsrc/x11/qt5-qtmacextras/buildlink3.mk
1.2modifypkgsrc/x11/qt5-qtmacextras/distinfo
1.22modifypkgsrc/x11/qt5-qtmultimedia/Makefile
1.10modifypkgsrc/x11/qt5-qtmultimedia/PLIST
1.13modifypkgsrc/x11/qt5-qtmultimedia/buildlink3.mk
1.2modifypkgsrc/x11/qt5-qtmultimedia/distinfo
1.19modifypkgsrc/x11/qt5-qtquick1/Makefile
1.5modifypkgsrc/x11/qt5-qtquick1/PLIST
1.15modifypkgsrc/x11/qt5-qtquick1/buildlink3.mk
1.2modifypkgsrc/x11/qt5-qtquick1/distinfo
1.12modifypkgsrc/x11/qt5-qtquickcontrols/Makefile
1.3modifypkgsrc/x11/qt5-qtquickcontrols/PLIST
1.10modifypkgsrc/x11/qt5-qtquickcontrols/buildlink3.mk
1.2modifypkgsrc/x11/qt5-qtquickcontrols/distinfo
1.16modifypkgsrc/x11/qt5-qtscript/Makefile
1.10modifypkgsrc/x11/qt5-qtscript/buildlink3.mk
1.3modifypkgsrc/x11/qt5-qtscript/distinfo
1.2modifypkgsrc/x11/qt5-qtscript/patches/patch-src_3rdparty_javascriptcore_JavaScriptCore_config.h
1.13modifypkgsrc/x11/qt5-qtsensors/Makefile
1.4modifypkgsrc/x11/qt5-qtsensors/PLIST
1.10modifypkgsrc/x11/qt5-qtsensors/buildlink3.mk
1.2modifypkgsrc/x11/qt5-qtsensors/distinfo
1.12modifypkgsrc/x11/qt5-qtserialport/Makefile
1.4modifypkgsrc/x11/qt5-qtserialport/PLIST
1.9modifypkgsrc/x11/qt5-qtserialport/buildlink3.mk
1.2modifypkgsrc/x11/qt5-qtserialport/distinfo
1.12modifypkgsrc/x11/qt5-qtsvg/Makefile
1.9modifypkgsrc/x11/qt5-qtsvg/buildlink3.mk
1.2modifypkgsrc/x11/qt5-qtsvg/distinfo
1.19modifypkgsrc/x11/qt5-qttools/Makefile
1.5modifypkgsrc/x11/qt5-qttools/PLIST
1.15modifypkgsrc/x11/qt5-qttools/buildlink3.mk
1.2modifypkgsrc/x11/qt5-qttools/distinfo
1.2modifypkgsrc/x11/qt5-qttools/patches/patch-src_designer_src_uitools_uitools.pro
1.16modifypkgsrc/x11/qt5-qttranslations/Makefile
1.3modifypkgsrc/x11/qt5-qttranslations/PLIST
1.2modifypkgsrc/x11/qt5-qttranslations/distinfo
1.7modifypkgsrc/x11/qt5-qtwebchannel/Makefile
1.4modifypkgsrc/x11/qt5-qtwebchannel/buildlink3.mk
1.2modifypkgsrc/x11/qt5-qtwebchannel/distinfo
1.29modifypkgsrc/x11/qt5-qtwebkit/Makefile
1.18modifypkgsrc/x11/qt5-qtwebkit/buildlink3.mk
1.5modifypkgsrc/x11/qt5-qtwebkit/distinfo
1.5modifypkgsrc/x11/qt5-qtwebsockets/Makefile
1.2modifypkgsrc/x11/qt5-qtwebsockets/PLIST
1.4modifypkgsrc/x11/qt5-qtwebsockets/buildlink3.mk
1.2modifypkgsrc/x11/qt5-qtwebsockets/distinfo
1.12modifypkgsrc/x11/qt5-qtx11extras/Makefile
1.10modifypkgsrc/x11/qt5-qtx11extras/buildlink3.mk
1.2modifypkgsrc/x11/qt5-qtx11extras/distinfo
1.12modifypkgsrc/x11/qt5-qtxmlpatterns/Makefile
1.3modifypkgsrc/x11/qt5-qtxmlpatterns/PLIST
1.9modifypkgsrc/x11/qt5-qtxmlpatterns/buildlink3.mk
1.2modifypkgsrc/x11/qt5-qtxmlpatterns/distinfo
1.13modifypkgsrc/x11/qt5-sqlite3/Makefile
1.8modifypkgsrc/x11/qt5-sqlite3/buildlink3.mk
1.2modifypkgsrc/x11/qt5-sqlite3/distinfo
1.1addpkgsrc/x11/qt5-qtbase/patches/patch-qmake_qmake.pri
1.1addpkgsrc/x11/qt5-qtbase/patches/patch-src_corelib_io_qlockfile__unix.cpp
1.1addpkgsrc/x11/qt5-qtbase/patches/patch-src_openglextensions_openglextensions.pro
1.1addpkgsrc/x11/qt5-qtbase/patches/patch-src_platformsupport_devicediscovery_devicediscovery.pri
1.1addpkgsrc/x11/qt5-qtmultimedia/patches/patch-qtmultimedia.pro
1.1removepkgsrc/x11/qt5-dbus/DESCR
1.14removepkgsrc/x11/qt5-dbus/Makefile
1.4removepkgsrc/x11/qt5-dbus/PLIST
1.8removepkgsrc/x11/qt5-dbus/buildlink3.mk
1.1removepkgsrc/x11/qt5-dbus/distinfo
1.1removepkgsrc/x11/qt5-qtbase/patches/patch-src_corelib_Qt5CoreConfigExtras.cmake.in
1.2removepkgsrc/x11/qt5-qtbase/patches/patch-src_corelib_io_qfilesystemwatcher.cpp
1.1removepkgsrc/x11/qt5-qtbase/patches/patch-src_gui_image_qbmphandler.cpp
1.1removepkgsrc/x11/qt5-qtbase/patches/patch-src_plugins_platforms_xcb_qxcbconnection_xi2.cpp
1.1removepkgsrc/x11/qt5-qtbase/patches/patch-src_tools_qlalr_lalr.cpp
1.1removepkgsrc/x11/qt5-qtdeclarative/patches/patch-src_qml_jsruntime_qv4globalobject.cpp
1.1removepkgsrc/x11/qt5-qtwebkit/patches/patch-Source_JavaScriptCore_runtime_JSObject.cpp
1.1removepkgsrc/x11/qt5-qtwebkit/patches/patch-Source_WebCore_platform_graphics_gstreamer_WebKitWebSourceGStreamer.cpp