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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6682015838C for ; Wed, 24 Jan 2024 14:49:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 586F5E29C5; Wed, 24 Jan 2024 14:49:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 3AD95E29C5 for ; Wed, 24 Jan 2024 14:49:36 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4340E343381 for ; Wed, 24 Jan 2024 14:49:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBC1610B2 for ; Wed, 24 Jan 2024 14:49:33 +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: <1706107753.4612c2f1e658605e372e14eb401c0e5572198ad1.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.6.9999.ebuild dev-qt/qtmultimedia/qtmultimedia-6.7.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: 4612c2f1e658605e372e14eb401c0e5572198ad1 X-VCS-Branch: master Date: Wed, 24 Jan 2024 14:49:33 +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: 2377f4b6-bbcc-4be3-89f2-b6458ee64654 X-Archives-Hash: 8e10e3e6282caf2a8178ff9ae43314af commit: 4612c2f1e658605e372e14eb401c0e5572198ad1 Author: Ionen Wolkens gentoo org> AuthorDate: Wed Jan 24 08:49:57 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Jan 24 14:49:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4612c2f1 dev-qt/qtmultimedia: skip tst_qvideoframecolormanagement in live Test was modified to be more strict and newly fails with offscreen rendering. Passes fine when using the RHI backend rather than CPU conversion (afaik wouldn't work with virtx+sandbox either). Signed-off-by: Ionen Wolkens gentoo.org> dev-qt/qtmultimedia/qtmultimedia-6.6.9999.ebuild | 3 ++- dev-qt/qtmultimedia/qtmultimedia-6.7.9999.ebuild | 3 ++- dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-qt/qtmultimedia/qtmultimedia-6.6.9999.ebuild b/dev-qt/qtmultimedia/qtmultimedia-6.6.9999.ebuild index 3c69475face8..c4294e51cffe 100644 --- a/dev-qt/qtmultimedia/qtmultimedia-6.6.9999.ebuild +++ b/dev-qt/qtmultimedia/qtmultimedia-6.6.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -63,6 +63,7 @@ CMAKE_SKIP_TESTS=( tst_qscreencapture_integration tst_qscreencapturebackend # fails with offscreen rendering + tst_qvideoframecolormanagement tst_qwindowcapturebackend ) diff --git a/dev-qt/qtmultimedia/qtmultimedia-6.7.9999.ebuild b/dev-qt/qtmultimedia/qtmultimedia-6.7.9999.ebuild index 3c69475face8..c4294e51cffe 100644 --- a/dev-qt/qtmultimedia/qtmultimedia-6.7.9999.ebuild +++ b/dev-qt/qtmultimedia/qtmultimedia-6.7.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -63,6 +63,7 @@ CMAKE_SKIP_TESTS=( tst_qscreencapture_integration tst_qscreencapturebackend # 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 3c69475face8..c4294e51cffe 100644 --- a/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild +++ b/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -63,6 +63,7 @@ CMAKE_SKIP_TESTS=( tst_qscreencapture_integration tst_qscreencapturebackend # fails with offscreen rendering + tst_qvideoframecolormanagement tst_qwindowcapturebackend )