head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2024.05.20.19.38.26; author adam; state dead; branches; next 1.1; commitid jhFzEDoF3PqY2MaF; 1.1 date 2024.04.01.13.40.27; author adam; state Exp; branches; next ; commitid WxPCZZDpJa51Er4F; desc @@ 1.2 log @qt6: updated to 6.7.1 6.7.1 Bug fix release @ text @$NetBSD: patch-src_multimedia_configure.cmake,v 1.1 2024/04/01 13:40:27 adam Exp $ Make GStreamer available not only for Linux. --- src/multimedia/configure.cmake.orig 2024-03-28 20:25:19.900829538 +0000 +++ src/multimedia/configure.cmake @@@@ -101,7 +101,7 @@@@ qt_feature("evr" PUBLIC PRIVATE ) qt_feature("gstreamer_1_0" PRIVATE LABEL "GStreamer 1.0" - CONDITION ( LINUX AND GStreamer_FOUND ) + CONDITION GStreamer_FOUND ENABLE INPUT_gstreamer STREQUAL 'yes' DISABLE INPUT_gstreamer STREQUAL 'no' ) @ 1.1 log @qt6: updated to 6.6.3 Qt 6.6.3 release is a patch release made on the top of Qt 6.6.2. As a patch release, Qt 6.6.3 does not add any new functionality but provides bug fixes and other improvements and maintains both forward and backward compatibility (source and binary) with Qt 6.6.2. For detailed information about Qt 6.6, refer to the online documentation included in this distribution. The documentation is also available online: https://doc.qt.io/qt-6/index.html @ text @d1 1 a1 1 $NetBSD$ @