Commit graph

75 commits

Author SHA1 Message Date
adam
77b8ed74db Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
wiz
73716d23de Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
ryoon
ac20a93574 Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
joerg
ea62b3570d Use C++11 with GNU extensions for the build, otherwise alloca will not
be referenced correctly at least on NetBSD.
2016-04-03 12:42:52 +00:00
dbj
8c0d15c1bf don't use xcrun checking for xcrun on osx
command line tools don't install xcrun in the toolkit
so do a simple check for cc instead
2016-03-14 06:12:17 +00:00
nros
1e58ac0ea4 Set QTDIR as an environment variable in Qt5 since some packages need it. 2016-03-09 22:21:39 +00:00
jperkin
17661ff9a5 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ryoon
4215ef2131 Use RPATH instead of RUNPATH to fix library not found error from Qt5 apps
Bump PKGREVISION
2016-03-02 23:03:59 +00:00
jperkin
02201cb05b Use OPSYSVARS. 2016-02-26 10:57:45 +00:00
jperkin
ec1cd47ca0 Remove manual OPSYSVARS additions which are now part of the default set. 2016-02-25 08:27:02 +00:00
markd
e4130a5246 Add $LOCALBASE/share to search path in QStandardPaths() 2016-02-04 10:41:12 +00:00
fhajny
16733dc8b7 Sun ld doesn't support -rpath-link. Fixes build on SunOS. 2016-01-28 17:00:29 +00:00
nros
9248aed7bc Fix some stuff in qt5-qtbase.
Fix gtk2 option. PR pkg/49277.
Explicitly turn off all database drivers since they might be picked up, as
shown in joyents linux bulk build.
Bump pkgrevision.
2016-01-18 20:52:43 +00:00
ryoon
eaa493a1f3 Remove incorrect CONFIG_SHELL, from fhajny@ 2016-01-09 05:40:58 +00:00
markd
06e6382524 Fixup linux PLIST. 2016-01-03 21:15:57 +00:00
abs
27cd3f82a4 Fix PLIST.egl - fixes build on at least NetBSD/7 amd64
No pkgrevision bump as only affects platforms which would not have built
2015-11-10 12:18:44 +00:00
adam
79b6cf52df Fix cmakes on Darwin, part 2 2015-10-29 14:48:04 +00:00
adam
8356cb92f4 Fix for X11 installation.
Fix for cmake files on Darwin.
2015-10-28 15:52:11 +00:00
adam
2771190a0d Included bsd.fast.prefs.mk 2015-10-27 06:45:31 +00:00
adam
07cacc6d0c 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.
2015-10-26 19:03:59 +00:00
ryoon
b141232e29 Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
tnn
02c5285498 PR pkg/50243: PLIST fix when X11_TYPE=modular and PKG_OPTIONS.MesaLib=-dri
ok gdt@
2015-09-16 12:28:53 +00:00
joerg
7000b7ad98 Rename internal structure to not conflict with the new non-null warning
attribute.
2015-09-08 18:55:51 +00:00
markd
8083bb6c9e Fix build on Linux. 2015-08-30 04:13:46 +00:00
markd
eb646a68a1 Fix PLIST for cups option. 2015-08-30 01:21:42 +00:00
joerg
11d2712a27 Remove USE_X11BASE and X11PREFIX. 2015-07-04 16:18:28 +00:00
wiz
2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00
wiz
56ef619712 Set sysconfdir for qt* packages.
From Kamil Rytarowski on tech-pkg.
Bump PKGREVISION.
2015-05-27 21:36:02 +00:00
nros
e36f4edd84 Add patch so that -fPIE is not used when building shared libraries that
uses Qt5 with cmake.
2015-05-18 14:02:02 +00:00
nros
bb639b1ee8 Update patches with comments about that they have been sent upstream. 2015-05-18 13:52:24 +00:00
wiz
bc6a83e901 Make latest egl file additions optional depending on the use of X.org
from pkgsrc or the existence of a particular header file.

Suggested by tnn.
2015-04-27 10:38:04 +00:00
wiz
2d395fad1c Add new files installed with the new MesaLib. Ride PKGREVISION bump. 2015-04-27 08:36:02 +00:00
tnn
6a69e9522b Recursive revbump following MesaLib update, categories p through x. 2015-04-25 14:24:44 +00:00
nros
da1c981349 Removed unneeded part of patch.
Added comment about upstream commit and
future removal.
2015-04-15 14:10:15 +00:00
nros
9ee9706068 Fix build on FreeBSD 10 and maybe other BSD:s. 2015-04-08 10:31:28 +00:00
adam
9071d6b787 Revbump after updating textproc/icu 2015-04-06 08:17:13 +00:00
mrg
1263663e38 make this build with older xinput (eg, netbsd-6.) 2015-04-03 09:28:20 +00:00
bsiegert
873ee33e3e SECURITY: Fix a division by zero when processing malformed BMP files.
This fixes a division by 0 when processing a maliciously crafted BMP
file. No impact beyond DoS.

PKGREVISION++.
2015-03-28 17:04:50 +00:00
joerg
884ddbec90 -reduce-relocations is only supported on x86. 2015-02-19 14:26:21 +00:00
nros
d7ae6f08a1 Fix build on smartos. 2015-02-14 22:12:34 +00:00
wiz
d5d21799c8 # used by x11/qt5-qtwebsockets/Makefile 2015-02-08 09:07:26 +00:00
wiz
9f650eb35e # used by x11/qt5-qtwebchannel/Makefile 2015-02-08 09:01:01 +00:00
joerg
91e0f71099 Remove chunk to add space after -rpath, the option now has a trailing
comma and the space would result in a compiler argument.
2015-01-06 23:00:16 +00:00
wiz
51ab163710 Add a patch fixing compilation on NetBSD-7.99.3/amd64 by extending the
libtool usage.

Remove unnecessary install rule.

From Niclas Rosenvik.
2015-01-01 21:05:13 +00:00
adam
cac0eff1be Changes 5.4.0:
Chromium-based browser engine Qt WebEngine
Qt WebView for showing web content using the native OS web engine on mobile
Full support on Qt for Windows Store Apps, including WinRT and Windows Phone 8.1
Improved Compliance with iOS 8 and Xcode 6
Improved OS X 10.10 ‘Yosemite’ support and new Mac AppStore signing
High-DPI support for Windows and OS X
Dynamic GL switching between OpenGL and ANGLE on Windows
Mix OpenGL and Qt Quick with QOpenGLWidget
Android Look-and-Feel for Qt Quick Controls
Qt Creator 3.3 with new Qt Quick Designer
Bluetooth now supports BlueZ5 with tech preview on Bluetooth LE
2014-12-30 17:23:45 +00:00
wiz
57910b03eb Improve qt5 build structure, from Niclas Rosenvik:
Allow multiple BUILD_DIRS (but Makefile.common must be included later)
Adds installation of some cmake files and gets rid of many manual
installation rules.
Bump PKGREVISION where PLIST changed.
2014-12-25 13:51:13 +00:00
adam
243c29c4cc Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
jperkin
308d619fff Remove SunOS BUILDLINK_TRANSFORM instances which remove -Wl,--* GNU ld
arguments, these are now handled globally by mk/platform/SunOS.mk
2014-08-28 10:58:18 +00:00
wiz
99ac2d22a1 Add QTDIR to CMAKE_PREFIX_PATH, so CMAKE finds qt5 when this bl3.mk is
included.
2014-08-24 15:21:22 +00:00
wiz
126d53ed7c Fix qmake to handle DESTDIR correctly.
From Niclas Rosenvik.
Bump PKGREVISION.
2014-08-23 20:25:11 +00:00