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 258E315806E 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 69AD7E0893; Mon, 29 May 2023 13:11:39 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55DE7E0893 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 99560340EAF 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 37A10A77 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: <1685365853.7c938d27c234b4da8c3b1eeea9dda49d8745350f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libprojectm/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libprojectm/libprojectm-9999.ebuild X-VCS-Directories: media-libs/libprojectm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7c938d27c234b4da8c3b1eeea9dda49d8745350f 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: 9deda6b7-b079-4bae-8698-e4ab817b9dd2 X-Archives-Hash: 62c939720606f0cfb418938eb49f92df commit: 7c938d27c234b4da8c3b1eeea9dda49d8745350f Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 29 09:27:54 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 29 13:10:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c938d27 media-libs/libprojectm: Switch IUSE=pulseaudio to media-libs/libpulse Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/libprojectm/libprojectm-9999.ebuild | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/media-libs/libprojectm/libprojectm-9999.ebuild b/media-libs/libprojectm/libprojectm-9999.ebuild index 386efc175ac5..80cbf850fe76 100644 --- a/media-libs/libprojectm/libprojectm-9999.ebuild +++ b/media-libs/libprojectm/libprojectm-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=7 @@ -26,12 +26,11 @@ REQUIRED_USE=" pulseaudio? ( qt5 ) " -RDEPEND="gles2? ( media-libs/mesa[gles2] ) +RDEPEND=" + gles2? ( media-libs/mesa[gles2] ) media-libs/glm media-libs/mesa[X(+)] - jack? ( - virtual/jack - ) + jack? ( virtual/jack ) qt5? ( dev-qt/qtcore:5 dev-qt/qtdeclarative:5 @@ -39,16 +38,12 @@ RDEPEND="gles2? ( media-libs/mesa[gles2] ) dev-qt/qtwidgets:5 dev-qt/qtopengl:5 ) - pulseaudio? ( - media-sound/pulseaudio - ) + pulseaudio? ( media-libs/libpulse ) sdl? ( >=media-libs/libsdl2-2.0.5 ) sys-libs/zlib" DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig -" +BDEPEND="virtual/pkgconfig" src_prepare() { default