commit:     4612c2f1e658605e372e14eb401c0e5572198ad1
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 24 08:49:57 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Jan 24 14:49:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4612c2f1

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 <AT> gentoo.org>

 dev-qt/qtmultimedia/qtmultimedia-6.6.9999.ebuild | 3 ++-
 dev-qt/qtmultimedia/qtmultimedia-6.7.9999.ebuild | 3 ++-
 dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild   | 3 ++-
 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
 )
 

Reply via email to