freebsd-ports/multimedia/qt6-multimedia/files/patch-src_multimedia_configure.cmake
Jason E. Hale 5435b47d7d Qt6: Update to 6.7.2
June 19, 2024

We have released Qt 6.7.2. As a patch release, Qt 6.7.2 does not
introduce new features but contains more than 200 bug fixes, security
updates, and other improvements on the top of the Qt 6.7.1 release.
See more information about the most important changes and bug fixes
from the Qt 6.7.2 release note.

Announcement: https://www.qt.io/blog/qt-6.7.2-released
Release note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.7.2/release-note.md

MFH:		2024Q2
Security:	c5415838-2f52-11ef-9cab-4ccc6adda413
2024-06-20 18:44:32 -04:00

11 lines
518 B
CMake

--- src/multimedia/configure.cmake.orig 2024-06-08 01:28:28 UTC
+++ src/multimedia/configure.cmake
@@ -80,7 +80,7 @@ qt_feature("ffmpeg" PRIVATE
LABEL "FFmpeg"
ENABLE INPUT_ffmpeg STREQUAL 'yes'
DISABLE INPUT_ffmpeg STREQUAL 'no'
- CONDITION FFmpeg_FOUND AND (APPLE OR WIN32 OR ANDROID OR QNX OR QT_FEATURE_pulseaudio)
+ CONDITION FFmpeg_FOUND AND (APPLE OR WIN32 OR ANDROID OR QNX OR QT_FEATURE_alsa OR QT_FEATURE_pulseaudio)
)
qt_feature("alsa" PUBLIC PRIVATE
LABEL "ALSA (experimental)"