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 8D177158094 for ; Thu, 22 Sep 2022 04:09:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6041DE0BC3; Thu, 22 Sep 2022 04:09:47 +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 46D1BE0BC3 for ; Thu, 22 Sep 2022 04:09:47 +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 5EA6E34115F for ; Thu, 22 Sep 2022 04:09:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E13F75EE for ; Thu, 22 Sep 2022 04:09:43 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1663819521.d0e887fd1a153e66b4a0dcd2844d636a29288884.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/darkice/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/darkice/darkice-1.4.ebuild media-sound/darkice/metadata.xml X-VCS-Directories: media-sound/darkice/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d0e887fd1a153e66b4a0dcd2844d636a29288884 X-VCS-Branch: master Date: Thu, 22 Sep 2022 04:09:43 +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: b035f048-ea54-4ed2-8f0b-7e125a628231 X-Archives-Hash: b5d9c578b71553397825993153627776 commit: d0e887fd1a153e66b4a0dcd2844d636a29288884 Author: Sam James gentoo org> AuthorDate: Thu Sep 22 03:20:49 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 22 04:05:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0e887fd media-sound/darkice: drop refs to removed media-libs/libaacplus Signed-off-by: Sam James gentoo.org> media-sound/darkice/darkice-1.4.ebuild | 9 ++++----- media-sound/darkice/metadata.xml | 1 - 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/media-sound/darkice/darkice-1.4.ebuild b/media-sound/darkice/darkice-1.4.ebuild index d5296f02e46e..3cc45f126b10 100644 --- a/media-sound/darkice/darkice-1.4.ebuild +++ b/media-sound/darkice/darkice-1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,10 +12,9 @@ SRC_URI="https://github.com/rafael2k/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 ~hppa ppc sparc x86" -IUSE="aac aacplus alsa debug jack libsamplerate mp3 opus pulseaudio twolame vorbis" +IUSE="aac alsa debug jack libsamplerate mp3 opus pulseaudio twolame vorbis" RDEPEND="aac? ( media-libs/faac ) - aacplus? ( media-libs/libaacplus ) alsa? ( media-libs/alsa-lib ) jack? ( virtual/jack ) libsamplerate? ( media-libs/libsamplerate ) @@ -26,7 +25,7 @@ RDEPEND="aac? ( media-libs/faac ) vorbis? ( media-libs/libvorbis )" DEPEND="${RDEPEND}" -REQUIRED_USE="|| ( aac aacplus mp3 opus twolame vorbis ) +REQUIRED_USE="|| ( aac mp3 opus twolame vorbis ) || ( alsa jack pulseaudio )" DOCS=( AUTHORS ChangeLog FAQ NEWS README TODO ) @@ -42,7 +41,7 @@ src_configure() { local myeconfargs=( $(use_enable debug) $(use_with aac faac) - $(use_with aacplus) + --without-aacplus $(use_with alsa) $(use_with jack) $(use_with libsamplerate samplerate) diff --git a/media-sound/darkice/metadata.xml b/media-sound/darkice/metadata.xml index 3d179b2827ce..12ca22f989d4 100644 --- a/media-sound/darkice/metadata.xml +++ b/media-sound/darkice/metadata.xml @@ -6,7 +6,6 @@ Gentoo Sound project - AAC+ encoding via media-libs/libaacplus Build with twolame support