From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1415455-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 3946C158094 for <garchives@archives.gentoo.org>; Tue, 5 Jul 2022 05:27:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48B1FE0BFA; Tue, 5 Jul 2022 05:27:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 23BFBE0BFA for <gentoo-commits@lists.gentoo.org>; Tue, 5 Jul 2022 05:27:12 +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 E4DC3341F21 for <gentoo-commits@lists.gentoo.org>; Tue, 5 Jul 2022 05:27:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71DDB4D3 for <gentoo-commits@lists.gentoo.org>; Tue, 5 Jul 2022 05:27:09 +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: <1656998823.8aa3f1714ef74b678a3aee5530708be7b1e32462.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/wireplumber/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/wireplumber/wireplumber-0.4.10-r3.ebuild media-video/wireplumber/wireplumber-0.4.10-r4.ebuild media-video/wireplumber/wireplumber-0.4.10-r5.ebuild X-VCS-Directories: media-video/wireplumber/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8aa3f1714ef74b678a3aee5530708be7b1e32462 X-VCS-Branch: master Date: Tue, 5 Jul 2022 05:27:09 +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: 8267d3a8-dbce-4cfa-bda7-b5b62b7ae7a9 X-Archives-Hash: a54aa92eb5e467a3848bba4298525f68 commit: 8aa3f1714ef74b678a3aee5530708be7b1e32462 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jul 5 05:25:38 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jul 5 05:27:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa3f171 media-video/wireplumber: only apply alsa/bluez patch in ~arch I think ed5e534a1cd4ae88036e99bcb81420e28f824768 was the result of a mis-rebase/issue vs when the PR was filed and then later merged -- at the time, wireplumber 0.4.10-r3 wasn't stable, but now it is. The intention was to have it with the new PW changes which are now only in ~arch. Revbump in ~arch for that new patch (the config one) and also revbump stable to drop the patch to ensure anyone who emerged it within an unfortunate window has a consistent experience. Fixes: ed5e534a1cd4ae88036e99bcb81420e28f824768 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{wireplumber-0.4.10-r3.ebuild => wireplumber-0.4.10-r4.ebuild} | 1 - .../{wireplumber-0.4.10-r3.ebuild => wireplumber-0.4.10-r5.ebuild} | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/media-video/wireplumber/wireplumber-0.4.10-r3.ebuild b/media-video/wireplumber/wireplumber-0.4.10-r4.ebuild similarity index 97% copy from media-video/wireplumber/wireplumber-0.4.10-r3.ebuild copy to media-video/wireplumber/wireplumber-0.4.10-r4.ebuild index 82772e332ad8..ac75996452f4 100644 --- a/media-video/wireplumber/wireplumber-0.4.10-r3.ebuild +++ b/media-video/wireplumber/wireplumber-0.4.10-r4.ebuild @@ -68,7 +68,6 @@ PATCHES=( "${FILESDIR}"/${P}-alsa.lua-fix-device-name-deduplication-when-reserva.patch "${FILESDIR}"/${P}-m-default-nodes-don-t-check-if-all-device-nodes-are.patch "${FILESDIR}"/${P}-m-lua-scripting-fix-object-refcounting.patch - "${FILESDIR}"/${P}-config-disable-sound-server-parts.patch # defer enabling sound server parts to media-video/pipewire ) src_configure() { diff --git a/media-video/wireplumber/wireplumber-0.4.10-r3.ebuild b/media-video/wireplumber/wireplumber-0.4.10-r5.ebuild similarity index 98% rename from media-video/wireplumber/wireplumber-0.4.10-r3.ebuild rename to media-video/wireplumber/wireplumber-0.4.10-r5.ebuild index 82772e332ad8..80e5772a49b4 100644 --- a/media-video/wireplumber/wireplumber-0.4.10-r3.ebuild +++ b/media-video/wireplumber/wireplumber-0.4.10-r5.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 else SRC_URI="https://gitlab.freedesktop.org/pipewire/${PN}/-/archive/${PV}/${P}.tar.gz" - KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" fi DESCRIPTION="Replacement for pipewire-media-session"