diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-09-24 12:05:07 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-09-24 13:18:42 -0400 |
commit | dd79847d756dd0d366786dd11b81c0b6d20640d5 (patch) | |
tree | bb34b094f302d8619d575999c0bf9af7d11d1abd /dev-qt/qtmultimedia | |
parent | dev-qt/qtlocation: cleanup duplicate line (qt6) (diff) | |
download | gentoo-dd79847d756dd0d366786dd11b81c0b6d20640d5.tar.gz gentoo-dd79847d756dd0d366786dd11b81c0b6d20640d5.tar.bz2 gentoo-dd79847d756dd0d366786dd11b81c0b6d20640d5.zip |
dev-qt/qtmultimedia: skip tst_qscreencapturebackend (qt6)
Similarly to the other screencapture test, may try weird
things if happen to have support in ffmpeg or gstreamer.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-qt/qtmultimedia')
4 files changed, 8 insertions, 4 deletions
diff --git a/dev-qt/qtmultimedia/qtmultimedia-6.5.2-r1.ebuild b/dev-qt/qtmultimedia/qtmultimedia-6.5.2-r1.ebuild index 79804f6301a8..bb75fd7f3f30 100644 --- a/dev-qt/qtmultimedia/qtmultimedia-6.5.2-r1.ebuild +++ b/dev-qt/qtmultimedia/qtmultimedia-6.5.2-r1.ebuild @@ -62,8 +62,9 @@ CMAKE_SKIP_TESTS=( tst_qmediacapturesession tst_qmediaplayerbackend tst_qsoundeffect - # may try to use hardware acceleration for encoding + # may try to use v4l2 or hardware acceleration depending on availability tst_qscreencapture_integration + tst_qscreencapturebackend ) src_configure() { diff --git a/dev-qt/qtmultimedia/qtmultimedia-6.5.9999.ebuild b/dev-qt/qtmultimedia/qtmultimedia-6.5.9999.ebuild index ae102c2a70ef..d2ceca20f2b0 100644 --- a/dev-qt/qtmultimedia/qtmultimedia-6.5.9999.ebuild +++ b/dev-qt/qtmultimedia/qtmultimedia-6.5.9999.ebuild @@ -59,8 +59,9 @@ CMAKE_SKIP_TESTS=( tst_qmediacapturesession tst_qmediaplayerbackend tst_qsoundeffect - # may try to use hardware acceleration for encoding + # may try to use v4l2 or hardware acceleration depending on availability tst_qscreencapture_integration + tst_qscreencapturebackend ) src_configure() { diff --git a/dev-qt/qtmultimedia/qtmultimedia-6.6.9999.ebuild b/dev-qt/qtmultimedia/qtmultimedia-6.6.9999.ebuild index ae102c2a70ef..d2ceca20f2b0 100644 --- a/dev-qt/qtmultimedia/qtmultimedia-6.6.9999.ebuild +++ b/dev-qt/qtmultimedia/qtmultimedia-6.6.9999.ebuild @@ -59,8 +59,9 @@ CMAKE_SKIP_TESTS=( tst_qmediacapturesession tst_qmediaplayerbackend tst_qsoundeffect - # may try to use hardware acceleration for encoding + # may try to use v4l2 or hardware acceleration depending on availability tst_qscreencapture_integration + tst_qscreencapturebackend ) src_configure() { diff --git a/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild b/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild index ae102c2a70ef..d2ceca20f2b0 100644 --- a/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild +++ b/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild @@ -59,8 +59,9 @@ CMAKE_SKIP_TESTS=( tst_qmediacapturesession tst_qmediaplayerbackend tst_qsoundeffect - # may try to use hardware acceleration for encoding + # may try to use v4l2 or hardware acceleration depending on availability tst_qscreencapture_integration + tst_qscreencapturebackend ) src_configure() { |