From 2f46c6a9e5b1ac99befa7bdeab099d04fa7e5488 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 30 Dec 2014 17:23:45 +0000 Subject: 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- x11/qt5-qtsensors/Makefile | 13 +++++-------- x11/qt5-qtsensors/PLIST | 11 +++++++++-- x11/qt5-qtsensors/buildlink3.mk | 6 +++--- x11/qt5-qtsensors/distinfo | 5 +++++ 4 files changed, 22 insertions(+), 13 deletions(-) create mode 100644 x11/qt5-qtsensors/distinfo (limited to 'x11/qt5-qtsensors') diff --git a/x11/qt5-qtsensors/Makefile b/x11/qt5-qtsensors/Makefile index f44135dd712..c5016bda67b 100644 --- a/x11/qt5-qtsensors/Makefile +++ b/x11/qt5-qtsensors/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.8 2014/12/25 13:51:14 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2014/12/30 17:23:47 adam Exp $ +DISTNAME= qtsensors-opensource-src-${QTVERSION} PKGNAME= qt5-qtsensors-${QTVERSION} COMMENT= Qt5 module for Sensors -USE_LIBTOOL= yes -CONFIGURE_ARGS+= -I${QTDIR}/include -L${QTDIR}/lib - -BUILD_DIRS= qtsensors +BUILD_TARGET= sub-src MAKE_ENV+= QTDIR=${QTDIR} INSTALL_ENV+= INSTALL_ROOT=${DESTDIR} @@ -16,9 +14,8 @@ INSTALLATION_DIRS+= lib/pkgconfig post-install: .for i in Qt5Sensors.pc - ${RM} -f ${DESTDIR}${PREFIX}/lib/pkgconfig/${i} && \ - cd ${DESTDIR}${PREFIX}/lib/pkgconfig && \ - ln -s ${QTPREFIX}/lib/pkgconfig/${i} ${i} + cd ${DESTDIR}${PREFIX}/lib/pkgconfig && \ + ln -f -s ${QTPREFIX}/lib/pkgconfig/${i} ${i} .endfor .include "../../x11/qt5-qtdeclarative/buildlink3.mk" diff --git a/x11/qt5-qtsensors/PLIST b/x11/qt5-qtsensors/PLIST index 7d2f2373c8e..4c3af479aab 100644 --- a/x11/qt5-qtsensors/PLIST +++ b/x11/qt5-qtsensors/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.2 2013/12/15 09:42:44 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.3 2014/12/30 17:23:47 adam Exp $ lib/pkgconfig/Qt5Sensors.pc qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qaccelerometer_p.h qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qaltimeter_p.h qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qambientlightsensor_p.h qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qambienttemperaturesensor_p.h qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qcompass_p.h +qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qdistancesensor_p.h qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qgyroscope_p.h qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qholstersensor_p.h qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qirproximitysensor_p.h @@ -37,6 +38,9 @@ qt5/include/QtSensors/QAmbientTemperatureSensor qt5/include/QtSensors/QCompass qt5/include/QtSensors/QCompassFilter qt5/include/QtSensors/QCompassReading +qt5/include/QtSensors/QDistanceFilter +qt5/include/QtSensors/QDistanceReading +qt5/include/QtSensors/QDistanceSensor qt5/include/QtSensors/QGyroscope qt5/include/QtSensors/QGyroscopeFilter qt5/include/QtSensors/QGyroscopeReading @@ -90,6 +94,7 @@ qt5/include/QtSensors/qaltimeter.h qt5/include/QtSensors/qambientlightsensor.h qt5/include/QtSensors/qambienttemperaturesensor.h qt5/include/QtSensors/qcompass.h +qt5/include/QtSensors/qdistancesensor.h qt5/include/QtSensors/qgyroscope.h qt5/include/QtSensors/qholstersensor.h qt5/include/QtSensors/qirproximitysensor.h @@ -113,7 +118,9 @@ qt5/include/QtSensors/qtiltsensor.h qt5/include/QtSensors/qtsensorsversion.h qt5/lib/cmake/Qt5Sensors/Qt5SensorsConfig.cmake qt5/lib/cmake/Qt5Sensors/Qt5SensorsConfigVersion.cmake -qt5/lib/cmake/Qt5Sensors/Qt5Sensors_.cmake +qt5/lib/cmake/Qt5Sensors/Qt5Sensors_QShakeSensorGesturePlugin.cmake +qt5/lib/cmake/Qt5Sensors/Qt5Sensors_QtSensorGesturePlugin.cmake +qt5/lib/cmake/Qt5Sensors/Qt5Sensors_dummySensorPlugin.cmake qt5/lib/cmake/Qt5Sensors/Qt5Sensors_genericSensorPlugin.cmake qt5/lib/libQt5Sensors.la qt5/lib/libQt5Sensors.prl diff --git a/x11/qt5-qtsensors/buildlink3.mk b/x11/qt5-qtsensors/buildlink3.mk index 70c80ed79b9..295afde45ee 100644 --- a/x11/qt5-qtsensors/buildlink3.mk +++ b/x11/qt5-qtsensors/buildlink3.mk @@ -1,12 +1,12 @@ -# $NetBSD: buildlink3.mk,v 1.6 2014/10/07 16:47:16 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2014/12/30 17:23:47 adam Exp $ BUILDLINK_TREE+= qt5-qtsensors .if !defined(QT5_QTSENSORS_BUILDLINK3_MK) QT5_QTSENSORS_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.qt5-qtsensors+= qt5-qtsensors>=5.2.0 -BUILDLINK_ABI_DEPENDS.qt5-qtsensors?= qt5-qtsensors>=5.2.1 +BUILDLINK_API_DEPENDS.qt5-qtsensors+= qt5-qtsensors>=5.4.0 +BUILDLINK_ABI_DEPENDS.qt5-qtsensors+= qt5-qtsensors>=5.4.0 BUILDLINK_PKGSRCDIR.qt5-qtsensors?= ../../x11/qt5-qtsensors BUILDLINK_INCDIRS.qt5-qtsensors+= qt5/include diff --git a/x11/qt5-qtsensors/distinfo b/x11/qt5-qtsensors/distinfo new file mode 100644 index 00000000000..e107a25caac --- /dev/null +++ b/x11/qt5-qtsensors/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/12/30 17:23:47 adam Exp $ + +SHA1 (qtsensors-opensource-src-5.4.0.tar.xz) = 5fe798541707acfe7a4955076a0d27d8d58f4d15 +RMD160 (qtsensors-opensource-src-5.4.0.tar.xz) = a4b560e49f129311487ba41307c3451cb627edf6 +Size (qtsensors-opensource-src-5.4.0.tar.xz) = 2068848 bytes -- cgit v1.2.3