From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1523703-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 717A915806E for <garchives@archives.gentoo.org>; Wed, 31 May 2023 07:50:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3C3AE08A8; Wed, 31 May 2023 07:50:29 +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 917AAE08A8 for <gentoo-commits@lists.gentoo.org>; Wed, 31 May 2023 07:50:29 +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 89171335DC6 for <gentoo-commits@lists.gentoo.org>; Wed, 31 May 2023 07:50:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7524990 for <gentoo-commits@lists.gentoo.org>; Wed, 31 May 2023 07:50:26 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@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, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1685519395.83069769d2e51b014fdc792e80b99858a107a603.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/audacious-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/audacious-plugins/audacious-plugins-4.3.1-r1.ebuild media-plugins/audacious-plugins/audacious-plugins-4.3.1-r2.ebuild X-VCS-Directories: media-plugins/audacious-plugins/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 83069769d2e51b014fdc792e80b99858a107a603 X-VCS-Branch: master Date: Wed, 31 May 2023 07:50:26 +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: 38ecc6d0-28f9-411a-a00f-b8fdb84ae956 X-Archives-Hash: 033808be8284f6c7e3adbbf1111e2bd2 commit: 83069769d2e51b014fdc792e80b99858a107a603 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed May 31 07:49:55 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed May 31 07:49:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83069769 media-plugins/audacious-plugins: Switch to media-libs/libpulse Bug: https://bugs.gentoo.org/907475 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> ...acious-plugins-4.3.1-r1.ebuild => audacious-plugins-4.3.1-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/audacious-plugins/audacious-plugins-4.3.1-r1.ebuild b/media-plugins/audacious-plugins/audacious-plugins-4.3.1-r2.ebuild similarity index 98% rename from media-plugins/audacious-plugins/audacious-plugins-4.3.1-r1.ebuild rename to media-plugins/audacious-plugins/audacious-plugins-4.3.1-r2.ebuild index 870562097a8f..4d8ef23582d6 100644 --- a/media-plugins/audacious-plugins/audacious-plugins-4.3.1-r1.ebuild +++ b/media-plugins/audacious-plugins/audacious-plugins-4.3.1-r2.ebuild @@ -86,7 +86,7 @@ DEPEND=" openmpt? ( media-libs/libopenmpt ) opus? ( media-libs/opusfile ) pipewire? ( media-video/pipewire:= ) - pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) + pulseaudio? ( media-libs/libpulse ) scrobbler? ( net-misc/curl ) sdl? ( media-libs/libsdl2[sound] ) sid? ( >=media-libs/libsidplayfp-1.0.0 )