From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D1AFE1581F0 for ; Mon, 20 Jan 2025 08:28:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D439E07D8; Mon, 20 Jan 2025 08:28:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B3B5E07A5 for ; Mon, 20 Jan 2025 08:28:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7FFB434134D for ; Mon, 20 Jan 2025 08:28:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2BF297F for ; Mon, 20 Jan 2025 08:28:49 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1737361548.d53d80a4a7b93557cfe09d78a9ac835ca1f8c6ba.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtmultimedia/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtmultimedia/qtmultimedia-6.8.9999.ebuild dev-qt/qtmultimedia/qtmultimedia-6.9.9999.ebuild dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild X-VCS-Directories: dev-qt/qtmultimedia/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: d53d80a4a7b93557cfe09d78a9ac835ca1f8c6ba X-VCS-Branch: master Date: Mon, 20 Jan 2025 08:28:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0775cc64-bfac-47aa-a4f4-5b702b62605d X-Archives-Hash: c99a742189400d429fe95418b6eafb87 commit: d53d80a4a7b93557cfe09d78a9ac835ca1f8c6ba Author: Ionen Wolkens gentoo org> AuthorDate: Mon Jan 20 03:52:27 2025 +0000 Commit: Ionen Wolkens gentoo 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 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