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 1C8E315806E for ; Tue, 30 May 2023 19:39:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E571E0A07; Tue, 30 May 2023 19:39:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 09BCDE0A07 for ; Tue, 30 May 2023 19:39:30 +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 03E3E340F52 for ; Tue, 30 May 2023 19:39:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E0E5A7E for ; Tue, 30 May 2023 19:39:28 +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: <1685475425.9b2f4bb27aa97f92a05314e710f4b035e7d4d9d8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/qmplay2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/qmplay2/qmplay2-23.02.05-r1.ebuild media-video/qmplay2/qmplay2-23.02.05.ebuild media-video/qmplay2/qmplay2-9999.ebuild X-VCS-Directories: media-video/qmplay2/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9b2f4bb27aa97f92a05314e710f4b035e7d4d9d8 X-VCS-Branch: master Date: Tue, 30 May 2023 19:39:28 +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: c0942beb-caa4-4f27-9360-4b054825fbef X-Archives-Hash: d7c781e0884ffaed777a3b4a1aacd560 commit: 9b2f4bb27aa97f92a05314e710f4b035e7d4d9d8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 29 09:46:23 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue May 30 19:37:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b2f4bb2 media-video/qmplay2: Switch IUSE=pulseaudio to media-libs/libpulse Signed-off-by: Andreas Sturmlechner gentoo.org> .../qmplay2/{qmplay2-23.02.05.ebuild => qmplay2-23.02.05-r1.ebuild} | 2 +- media-video/qmplay2/qmplay2-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-video/qmplay2/qmplay2-23.02.05.ebuild b/media-video/qmplay2/qmplay2-23.02.05-r1.ebuild similarity index 98% rename from media-video/qmplay2/qmplay2-23.02.05.ebuild rename to media-video/qmplay2/qmplay2-23.02.05-r1.ebuild index 04d454c891d3..e5d94c7d4ad9 100644 --- a/media-video/qmplay2/qmplay2-23.02.05.ebuild +++ b/media-video/qmplay2/qmplay2-23.02.05-r1.ebuild @@ -47,7 +47,7 @@ RDEPEND=" opengl? ( virtual/opengl ) pipewire? ( media-video/pipewire ) portaudio? ( media-libs/portaudio ) - pulseaudio? ( media-sound/pulseaudio ) + pulseaudio? ( media-libs/libpulse ) sid? ( media-libs/libsidplayfp ) shaders? ( >=media-libs/shaderc-2020.1 ) taglib? ( media-libs/taglib ) diff --git a/media-video/qmplay2/qmplay2-9999.ebuild b/media-video/qmplay2/qmplay2-9999.ebuild index dcf4fed040ad..5844dfa91690 100644 --- a/media-video/qmplay2/qmplay2-9999.ebuild +++ b/media-video/qmplay2/qmplay2-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -47,7 +47,7 @@ RDEPEND=" opengl? ( virtual/opengl ) pipewire? ( media-video/pipewire ) portaudio? ( media-libs/portaudio ) - pulseaudio? ( media-sound/pulseaudio ) + pulseaudio? ( media-libs/libpulse ) sid? ( media-libs/libsidplayfp ) shaders? ( >=media-libs/shaderc-2020.1 ) taglib? ( media-libs/taglib )