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 88FD215810D for ; Mon, 29 May 2023 13:11:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB4ECE08B1; Mon, 29 May 2023 13:11:39 +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 B0F89E08B1 for ; Mon, 29 May 2023 13:11:39 +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 C5A32340F5F for ; Mon, 29 May 2023 13:11:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DBCDA7E for ; Mon, 29 May 2023 13:11:37 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1685365854.d854f01cdc9737705bb0a51c0b961aa821279aa3.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ardour/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/ardour/ardour-7.4-r1.ebuild media-sound/ardour/ardour-7.4-r2.ebuild X-VCS-Directories: media-sound/ardour/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d854f01cdc9737705bb0a51c0b961aa821279aa3 X-VCS-Branch: master Date: Mon, 29 May 2023 13:11:37 +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: 560e961c-4742-4779-84ff-f7bab2185847 X-Archives-Hash: 29665b1410f2bd358275c49dd6b44a67 commit: d854f01cdc9737705bb0a51c0b961aa821279aa3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 29 10:53:04 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 29 13:10:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d854f01c media-sound/ardour: 7.4: Switch IUSE=pulseaudio to media-libs/libpulse Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/ardour/{ardour-7.4-r1.ebuild => ardour-7.4-r2.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-sound/ardour/ardour-7.4-r1.ebuild b/media-sound/ardour/ardour-7.4-r2.ebuild similarity index 99% rename from media-sound/ardour/ardour-7.4-r1.ebuild rename to media-sound/ardour/ardour-7.4-r2.ebuild index b956ddf4cfa5..0d0ba16716f4 100644 --- a/media-sound/ardour/ardour-7.4-r1.ebuild +++ b/media-sound/ardour/ardour-7.4-r2.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 + PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE='threads(+)' PLOCALES="ca cs de el en_GB es eu fr it ja ko nn pl pt pt_PT ru sv zh" @@ -54,7 +55,7 @@ RDEPEND=" x11-libs/gtk+:2 x11-libs/pango jack? ( virtual/jack ) - pulseaudio? ( media-sound/pulseaudio ) + pulseaudio? ( media-libs/libpulse ) media-libs/lilv media-libs/sratom dev-libs/sord