diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-11-18 10:56:21 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-11-18 11:14:58 -0500 |
commit | 66bc739acc184a6dacecab0788f3ff4b7d7d11e3 (patch) | |
tree | 371f5756ace42614aaeebd712b7c5e7beab4ad28 | |
parent | dev-db/sqlite: drop 3.45.3, 3.46.0, 3.47.0 (diff) | |
download | gentoo-66bc739acc184a6dacecab0788f3ff4b7d7d11e3.tar.gz gentoo-66bc739acc184a6dacecab0788f3ff4b7d7d11e3.tar.bz2 gentoo-66bc739acc184a6dacecab0788f3ff4b7d7d11e3.zip |
dev-qt/qtmultimedia: skip more tests failing w/ sandbox/accel (qt6)
A change in tst_qmediaplayer_gstreamer causes it to attempt to use
real pulseaudio which doesn't work here. Might add that upstream
recently starting skiping all gstreamer tests (QTBUG-129469) in
their CI while recognizing that they're flaky.
And tst_qmediarecorderbackend seems to be trying to use ffmpeg+nvenc
for me which does not end well... May possibly pass depending on
USE on ffmpeg but rather not have to worry about this.
On a side-note, this was the last known (non-)issue with Qt 6.8.1
branch and it should be ready for release.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r-- | dev-qt/qtmultimedia/qtmultimedia-6.8.9999.ebuild | 2 | ||||
-rw-r--r-- | dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/dev-qt/qtmultimedia/qtmultimedia-6.8.9999.ebuild b/dev-qt/qtmultimedia/qtmultimedia-6.8.9999.ebuild index dccb2e3e1506..5c9d4372dcb4 100644 --- a/dev-qt/qtmultimedia/qtmultimedia-6.8.9999.ebuild +++ b/dev-qt/qtmultimedia/qtmultimedia-6.8.9999.ebuild @@ -79,9 +79,11 @@ CMAKE_SKIP_TESTS=( tst_qmediacapture_gstreamer tst_qmediacapturesession tst_qmediaframeinputsbackend + tst_qmediaplayer_gstreamer tst_qmediaplayerbackend tst_qsoundeffect # may try to use v4l2 or hardware acceleration depending on availability + tst_qmediarecorderbackend tst_qscreencapture_integration tst_qscreencapturebackend tst_qvideoframebackend diff --git a/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild b/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild index dccb2e3e1506..5c9d4372dcb4 100644 --- a/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild +++ b/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild @@ -79,9 +79,11 @@ CMAKE_SKIP_TESTS=( tst_qmediacapture_gstreamer tst_qmediacapturesession tst_qmediaframeinputsbackend + tst_qmediaplayer_gstreamer tst_qmediaplayerbackend tst_qsoundeffect # may try to use v4l2 or hardware acceleration depending on availability + tst_qmediarecorderbackend tst_qscreencapture_integration tst_qscreencapturebackend tst_qvideoframebackend |