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 385E115810D for ; Wed, 31 May 2023 11:51:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DD02E08E5; Wed, 31 May 2023 11:51:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 516E5E08E2 for ; Wed, 31 May 2023 11:51:41 +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 826E8340F76 for ; Wed, 31 May 2023 11:51:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1CCA990 for ; Wed, 31 May 2023 11:51:38 +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: <1685533848.ed45800ef87a3ebb8da34d7dcb2ccd15e5cea0f5.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmikmod/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libmikmod/libmikmod-3.3.11.1-r1.ebuild media-libs/libmikmod/libmikmod-3.3.11.1-r2.ebuild X-VCS-Directories: media-libs/libmikmod/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ed45800ef87a3ebb8da34d7dcb2ccd15e5cea0f5 X-VCS-Branch: master Date: Wed, 31 May 2023 11:51:38 +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: 0ac3eb62-1376-4bfd-8b53-a866bbc163fd X-Archives-Hash: 006cc937930e508f7d48bae1f67e6521 commit: ed45800ef87a3ebb8da34d7dcb2ccd15e5cea0f5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue May 30 19:50:04 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 31 11:50:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed45800e media-libs/libmikmod: Switch IUSE=pulseaudio to media-libs/libpulse update HOMEPAGE Signed-off-by: Andreas Sturmlechner gentoo.org> ...d-3.3.11.1-r1.ebuild => libmikmod-3.3.11.1-r2.ebuild} | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/media-libs/libmikmod/libmikmod-3.3.11.1-r1.ebuild b/media-libs/libmikmod/libmikmod-3.3.11.1-r2.ebuild similarity index 88% rename from media-libs/libmikmod/libmikmod-3.3.11.1-r1.ebuild rename to media-libs/libmikmod/libmikmod-3.3.11.1-r2.ebuild index 56f0a26c6fa8..41f51d900475 100644 --- a/media-libs/libmikmod/libmikmod-3.3.11.1-r1.ebuild +++ b/media-libs/libmikmod/libmikmod-3.3.11.1-r2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit multilib multilib-minimal -DESCRIPTION="A library to play a wide range of module formats" -HOMEPAGE="http://mikmod.sourceforge.net/" +DESCRIPTION="Library to play a wide range of module formats" +HOMEPAGE="https://mikmod.sourceforge.net/" SRC_URI="mirror://sourceforge/mikmod/${P}.tar.gz" LICENSE="LGPL-2+ LGPL-2.1" @@ -16,16 +16,18 @@ IUSE="+alsa coreaudio cpu_flags_ppc_altivec debug nas openal oss pulseaudio cpu_ REQUIRED_USE="|| ( alsa coreaudio nas openal oss pulseaudio )" -RDEPEND=" - !${CATEGORY}/${PN}:2 +COMMON_DEPEND=" alsa? ( >=media-libs/alsa-lib-1.0.27.2:=[${MULTILIB_USEDEP}] ) nas? ( >=media-libs/nas-1.9.4:=[${MULTILIB_USEDEP}] ) openal? ( >=media-libs/openal-1.15.1-r1[${MULTILIB_USEDEP}] ) - pulseaudio? ( >=media-sound/pulseaudio-5.0[${MULTILIB_USEDEP}] ) + pulseaudio? ( media-libs/libpulse[${MULTILIB_USEDEP}] ) " -DEPEND="${RDEPEND} +DEPEND="${COMMON_DEPEND} oss? ( virtual/os-headers ) " +RDEPEND="${COMMON_DEPEND} + !${CATEGORY}/${PN}:2 +" BDEPEND="sys-apps/texinfo" MULTILIB_CHOST_TOOLS=(