diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-04-23 10:55:29 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-04-23 11:07:40 -0400 |
commit | fd012bbf2cefff18c06e199c1d141a6a290e012a (patch) | |
tree | 71929fbe0785240335c4c03e0a4337609b6ffcde /dev-qt | |
parent | dev-qt/qtwebengine: update 6.7 patchset in live (diff) | |
download | gentoo-fd012bbf2cefff18c06e199c1d141a6a290e012a.tar.gz gentoo-fd012bbf2cefff18c06e199c1d141a6a290e012a.tar.bz2 gentoo-fd012bbf2cefff18c06e199c1d141a6a290e012a.zip |
dev-qt/qtmultimedia: skip tst_qvideoframebackend in live (qt6)
New test added in 6.7.1 and failing while attempting to use
h264_v4l2/cuvid and such. Passes fine if ran directly under X.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtmultimedia/qtmultimedia-6.7.9999.ebuild | 1 | ||||
-rw-r--r-- | dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-qt/qtmultimedia/qtmultimedia-6.7.9999.ebuild b/dev-qt/qtmultimedia/qtmultimedia-6.7.9999.ebuild index 6ed0ab79449b..99d03b1ca8be 100644 --- a/dev-qt/qtmultimedia/qtmultimedia-6.7.9999.ebuild +++ b/dev-qt/qtmultimedia/qtmultimedia-6.7.9999.ebuild @@ -65,6 +65,7 @@ CMAKE_SKIP_TESTS=( # may try to use v4l2 or hardware acceleration depending on availability tst_qscreencapture_integration tst_qscreencapturebackend + tst_qvideoframebackend # 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 6ed0ab79449b..99d03b1ca8be 100644 --- a/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild +++ b/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild @@ -65,6 +65,7 @@ CMAKE_SKIP_TESTS=( # may try to use v4l2 or hardware acceleration depending on availability tst_qscreencapture_integration tst_qscreencapturebackend + tst_qvideoframebackend # fails with offscreen rendering tst_qvideoframecolormanagement tst_qwindowcapturebackend |