From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1523627-garchives=archives.gentoo.org@lists.gentoo.org>
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 D8C0B15806E
	for <garchives@archives.gentoo.org>; Wed, 31 May 2023 03:43:41 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 15513E02D2;
	Wed, 31 May 2023 03:43:41 +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 EBF3DE02D2
	for <gentoo-commits@lists.gentoo.org>; Wed, 31 May 2023 03:43:40 +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 DFF1D340FAE
	for <gentoo-commits@lists.gentoo.org>; Wed, 31 May 2023 03:43:39 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A1AB990
	for <gentoo-commits@lists.gentoo.org>; Wed, 31 May 2023 03:43:38 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1685504586.13859d940b2b8295c49c0beb999a5ecbcfd45f7a.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.ebuild
X-VCS-Directories: media-libs/gst-plugins-good/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 13859d940b2b8295c49c0beb999a5ecbcfd45f7a
X-VCS-Branch: master
Date: Wed, 31 May 2023 03:43:38 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 146f0004-4aec-433c-b8e9-01885e5130ae
X-Archives-Hash: d8312dab5257e57bdb3dd2b542be60bc

commit:     13859d940b2b8295c49c0beb999a5ecbcfd45f7a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 31 03:43:06 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 31 03:43:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13859d94

media-libs/gst-plugins-good: block old gst-plugins-ugly for xingmux move

xingmux moved from ugly->good.

Thanks to josef64 for reporting.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...gst-plugins-good-1.22.3.ebuild => gst-plugins-good-1.22.3-r1.ebuild} | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.22.3.ebuild b/media-libs/gst-plugins-good/gst-plugins-good-1.22.3-r1.ebuild
similarity index 91%
rename from media-libs/gst-plugins-good/gst-plugins-good-1.22.3.ebuild
rename to media-libs/gst-plugins-good/gst-plugins-good-1.22.3-r1.ebuild
index 2eb4e734bdc1..bdedddb6669c 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.22.3.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.22.3-r1.ebuild
@@ -13,7 +13,9 @@ LICENSE="LGPL-2.1+"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="+orc"
 
+# Old media-libs/gst-plugins-ugly blocker for xingmux moving from ugly->good
 RDEPEND="
+	!<media-libs/gst-plugins-ugly-1.22.3
 	>=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
 	>=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}]
 	>=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]