head 1.3; access; symbols pkgsrc-2014Q4:1.2.0.4 pkgsrc-2014Q4-base:1.2 pkgsrc-2014Q3:1.2.0.2 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.1.0.6 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.4 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.2 pkgsrc-2013Q4-base:1.1; locks; strict; comment @// @; 1.3 date 2014.12.30.17.23.46; author adam; state dead; branches; next 1.2; commitid 1jIE5UF7705yw54y; 1.2 date 2014.07.24.15.51.56; author jperkin; state Exp; branches; next 1.1; commitid p0vgEajm0mo28EJx; 1.1 date 2013.12.30.06.37.11; author ryoon; state Exp; branches; next ; commitid YZoLPNJHaOeDF7jx; desc @@ 1.3 log @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 @ text @$NetBSD: patch-qtmultimedia_src_plugins_gstreamer_camerabin_camerabinserviceplugin.cpp,v 1.2 2014/07/24 15:51:56 jperkin Exp $ Pull in correct includes on NetBSD and SunOS. --- qtmultimedia/src/plugins/gstreamer/camerabin/camerabinserviceplugin.cpp.orig 2014-02-01 20:37:59.000000000 +0000 +++ qtmultimedia/src/plugins/gstreamer/camerabin/camerabinserviceplugin.cpp @@@@ -50,7 +50,14 @@@@ #include "camerabinservice.h" #include +#ifdef __linux__ #include +#include +#elif defined(__NetBSD__) +#include +#elif defined(__sun) +#include +#endif #include #include #include @@@@ -60,7 +67,6 @@@@ #include #include #include -#include #include QT_BEGIN_NAMESPACE @ 1.2 log @Apply some patches to fix x11/qt5-qtmultimedia build on SunOS. @ text @d1 1 a1 1 $NetBSD: patch-qtmultimedia_src_plugins_gstreamer_camerabin_camerabinserviceplugin.cpp,v 1.1 2013/12/30 06:37:11 ryoon Exp $ @ 1.1 log @*** empty log message *** @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 1 --- qtmultimedia/src/plugins/gstreamer/camerabin/camerabinserviceplugin.cpp.orig 2013-12-20 09:28:04.000000000 +0000 d7 1 a7 1 @@@@ -50,7 +50,12 @@@@ d16 2 d22 1 a22 1 @@@@ -60,7 +65,6 @@@@ @