commit: c30b76985de1550cc72c48524f834e9340be245b
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 22:04:25 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Jul 24 02:18:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c30b7698
dev-qt/qtmultimedia: disable unity build in >=6.8 for now
Just so it builds, it's not the only problem (also 3 test failures
to investigate, but will leave that for when it's closer to release).
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-qt/qtmultimedia/qtmultimedia-6.8.9999.ebuild | 1 +
dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/dev-qt/qtmultimedia/qtmultimedia-6.8.9999.ebuild
b/dev-qt/qtmultimedia/qtmultimedia-6.8.9999.ebuild
index 3b8589664575..5c1df1f65c0e 100644
--- a/dev-qt/qtmultimedia/qtmultimedia-6.8.9999.ebuild
+++ b/dev-qt/qtmultimedia/qtmultimedia-6.8.9999.ebuild
@@ -85,6 +85,7 @@ src_configure() {
$(qt_feature pulseaudio)
$(qt_feature v4l linux_v4l)
$(qt_feature vaapi)
+ -DQT_UNITY_BUILD=OFF # currently fails to build with
)
# ALSA backend is experimental off-by-default and can take priority
diff --git a/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild
b/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild
index 3b8589664575..5c1df1f65c0e 100644
--- a/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild
+++ b/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild
@@ -85,6 +85,7 @@ src_configure() {
$(qt_feature pulseaudio)
$(qt_feature v4l linux_v4l)
$(qt_feature vaapi)
+ -DQT_UNITY_BUILD=OFF # currently fails to build with
)
# ALSA backend is experimental off-by-default and can take priority