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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 311BA15806E for ; Thu, 1 Jun 2023 03:01:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B5C9E0950; Thu, 1 Jun 2023 03:01:42 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B26DE0950 for ; Thu, 1 Jun 2023 03:01:41 +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 C3F02340BDD for ; Thu, 1 Jun 2023 03:01:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EB2FA78 for ; Thu, 1 Jun 2023 03:01:39 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1685588353.2fb2a2a710a4129c4b7bd5e371029a99cff9bb64.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gst-plugins-good/gst-plugins-good-1.22.3-r1.ebuild media-libs/gst-plugins-good/gst-plugins-good-1.22.3-r2.ebuild X-VCS-Directories: media-libs/gst-plugins-good/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2fb2a2a710a4129c4b7bd5e371029a99cff9bb64 X-VCS-Branch: master Date: Thu, 1 Jun 2023 03:01:39 +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: 54afecae-69ea-49b2-9f70-a789752d584f X-Archives-Hash: 981ae0e2d231e99091f0f2c9316fdd17 commit: 2fb2a2a710a4129c4b7bd5e371029a99cff9bb64 Author: Sam James gentoo org> AuthorDate: Thu Jun 1 02:59:13 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 1 02:59:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fb2a2a7 media-libs/gst-plugins-good: disable qt5 & qt6 These are being automagically built right now - so let's stop the immediate breakage for multilib, but further, it doesn't seem they should be in -good anyway. Bug: https://bugs.gentoo.org/907483 Closes: https://github.com/gentoo/gentoo/pull/31255 Signed-off-by: Sam James gentoo.org> ...ugins-good-1.22.3-r1.ebuild => gst-plugins-good-1.22.3-r2.ebuild} | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.22.3-r1.ebuild b/media-libs/gst-plugins-good/gst-plugins-good-1.22.3-r2.ebuild similarity index 90% rename from media-libs/gst-plugins-good/gst-plugins-good-1.22.3-r1.ebuild rename to media-libs/gst-plugins-good/gst-plugins-good-1.22.3-r2.ebuild index bdedddb6669c..aedf63adee75 100644 --- a/media-libs/gst-plugins-good/gst-plugins-good-1.22.3-r1.ebuild +++ b/media-libs/gst-plugins-good/gst-plugins-good-1.22.3-r2.ebuild @@ -44,6 +44,11 @@ multilib_src_configure() { # gst-plugins-v4l2 -Dv4l2=disabled + + # TODO: These two almost certainly need to be their own + # gst-plugins-qt5 & qt-plugins-qt6. + -Dqt5=disabled + -Dqt6=disabled ) gstreamer_multilib_src_configure