commit: d53d80a4a7b93557cfe09d78a9ac835ca1f8c6ba
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 20 03:52:27 2025 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Jan 20 08:25:48 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d53d80a4
dev-qt/qtmultimedia: skip tst_qmediaformatbackend in >=6.8.2
>=6.8.2 adds a new subtest that seems to loop through supported
formats, and that seems to end up messy depending on what the
system ffmpeg/gst supports.
Being new (should not be a regression), skip for now, may revisit.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-qt/qtmultimedia/qtmultimedia-6.8.9999.ebuild | 2 ++
dev-qt/qtmultimedia/qtmultimedia-6.9.9999.ebuild | 2 ++
dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild | 2 ++
3 files changed, 6 insertions(+)
diff --git a/dev-qt/qtmultimedia/qtmultimedia-6.8.9999.ebuild
b/dev-qt/qtmultimedia/qtmultimedia-6.8.9999.ebuild
index 669bee51d312..ebedbf72d367 100644
--- a/dev-qt/qtmultimedia/qtmultimedia-6.8.9999.ebuild
+++ b/dev-qt/qtmultimedia/qtmultimedia-6.8.9999.ebuild
@@ -87,6 +87,8 @@ CMAKE_SKIP_TESTS=(
tst_qscreencapture_integration
tst_qscreencapturebackend
tst_qvideoframebackend
+ # seems flaky depending on what codecs system libraries support or not
+ tst_qmediaformatbackend
# fails with offscreen rendering
tst_qvideoframecolormanagement
tst_qwindowcapturebackend
diff --git a/dev-qt/qtmultimedia/qtmultimedia-6.9.9999.ebuild
b/dev-qt/qtmultimedia/qtmultimedia-6.9.9999.ebuild
index 669bee51d312..ebedbf72d367 100644
--- a/dev-qt/qtmultimedia/qtmultimedia-6.9.9999.ebuild
+++ b/dev-qt/qtmultimedia/qtmultimedia-6.9.9999.ebuild
@@ -87,6 +87,8 @@ CMAKE_SKIP_TESTS=(
tst_qscreencapture_integration
tst_qscreencapturebackend
tst_qvideoframebackend
+ # seems flaky depending on what codecs system libraries support or not
+ tst_qmediaformatbackend
# 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 669bee51d312..ebedbf72d367 100644
--- a/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild
+++ b/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild
@@ -87,6 +87,8 @@ CMAKE_SKIP_TESTS=(
tst_qscreencapture_integration
tst_qscreencapturebackend
tst_qvideoframebackend
+ # seems flaky depending on what codecs system libraries support or not
+ tst_qmediaformatbackend
# fails with offscreen rendering
tst_qvideoframecolormanagement
tst_qwindowcapturebackend