summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-01-24 03:49:57 -0500
committerIonen Wolkens <ionen@gentoo.org>2024-01-24 09:49:13 -0500
commit4612c2f1e658605e372e14eb401c0e5572198ad1 (patch)
tree65115d09af721864ff8384231f3405055a8b0966
parentdev-qt/qtwebengine: update patchset for 6.6 and 6.7 branches (diff)
downloadgentoo-4612c2f1.tar.gz
gentoo-4612c2f1.tar.bz2
gentoo-4612c2f1.zip
dev-qt/qtmultimedia: skip tst_qvideoframecolormanagement in live
Test was modified to be more strict and newly fails with offscreen rendering. Passes fine when using the RHI backend rather than CPU conversion (afaik wouldn't work with virtx+sandbox either). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r--dev-qt/qtmultimedia/qtmultimedia-6.6.9999.ebuild3
-rw-r--r--dev-qt/qtmultimedia/qtmultimedia-6.7.9999.ebuild3
-rw-r--r--dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild3
3 files changed, 6 insertions, 3 deletions
diff --git a/dev-qt/qtmultimedia/qtmultimedia-6.6.9999.ebuild b/dev-qt/qtmultimedia/qtmultimedia-6.6.9999.ebuild
index 3c69475face8..c4294e51cffe 100644
--- a/dev-qt/qtmultimedia/qtmultimedia-6.6.9999.ebuild
+++ b/dev-qt/qtmultimedia/qtmultimedia-6.6.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -63,6 +63,7 @@ CMAKE_SKIP_TESTS=(
tst_qscreencapture_integration
tst_qscreencapturebackend
# fails with offscreen rendering
+ tst_qvideoframecolormanagement
tst_qwindowcapturebackend
)
diff --git a/dev-qt/qtmultimedia/qtmultimedia-6.7.9999.ebuild b/dev-qt/qtmultimedia/qtmultimedia-6.7.9999.ebuild
index 3c69475face8..c4294e51cffe 100644
--- a/dev-qt/qtmultimedia/qtmultimedia-6.7.9999.ebuild
+++ b/dev-qt/qtmultimedia/qtmultimedia-6.7.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -63,6 +63,7 @@ CMAKE_SKIP_TESTS=(
tst_qscreencapture_integration
tst_qscreencapturebackend
# fails with offscreen rendering
+ tst_qvideoframecolormanagement
tst_qwindowcapturebackend
)
diff --git a/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild b/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild
index 3c69475face8..c4294e51cffe 100644
--- a/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild
+++ b/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -63,6 +63,7 @@ CMAKE_SKIP_TESTS=(
tst_qscreencapture_integration
tst_qscreencapturebackend
# fails with offscreen rendering
+ tst_qvideoframecolormanagement
tst_qwindowcapturebackend
)