Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/darkice/
Date: Thu, 22 Sep 2022 04:09:48
Message-Id: 1663819521.d0e887fd1a153e66b4a0dcd2844d636a29288884.sam@gentoo
1 commit: d0e887fd1a153e66b4a0dcd2844d636a29288884
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 22 03:20:49 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 22 04:05:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0e887fd
7
8 media-sound/darkice: drop refs to removed media-libs/libaacplus
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-sound/darkice/darkice-1.4.ebuild | 9 ++++-----
13 media-sound/darkice/metadata.xml | 1 -
14 2 files changed, 4 insertions(+), 6 deletions(-)
15
16 diff --git a/media-sound/darkice/darkice-1.4.ebuild b/media-sound/darkice/darkice-1.4.ebuild
17 index d5296f02e46e..3cc45f126b10 100644
18 --- a/media-sound/darkice/darkice-1.4.ebuild
19 +++ b/media-sound/darkice/darkice-1.4.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -12,10 +12,9 @@ SRC_URI="https://github.com/rafael2k/${PN}/releases/download/v${PV}/${P}.tar.gz"
27 LICENSE="GPL-3"
28 SLOT="0"
29 KEYWORDS="amd64 ~hppa ppc sparc x86"
30 -IUSE="aac aacplus alsa debug jack libsamplerate mp3 opus pulseaudio twolame vorbis"
31 +IUSE="aac alsa debug jack libsamplerate mp3 opus pulseaudio twolame vorbis"
32
33 RDEPEND="aac? ( media-libs/faac )
34 - aacplus? ( media-libs/libaacplus )
35 alsa? ( media-libs/alsa-lib )
36 jack? ( virtual/jack )
37 libsamplerate? ( media-libs/libsamplerate )
38 @@ -26,7 +25,7 @@ RDEPEND="aac? ( media-libs/faac )
39 vorbis? ( media-libs/libvorbis )"
40 DEPEND="${RDEPEND}"
41
42 -REQUIRED_USE="|| ( aac aacplus mp3 opus twolame vorbis )
43 +REQUIRED_USE="|| ( aac mp3 opus twolame vorbis )
44 || ( alsa jack pulseaudio )"
45
46 DOCS=( AUTHORS ChangeLog FAQ NEWS README TODO )
47 @@ -42,7 +41,7 @@ src_configure() {
48 local myeconfargs=(
49 $(use_enable debug)
50 $(use_with aac faac)
51 - $(use_with aacplus)
52 + --without-aacplus
53 $(use_with alsa)
54 $(use_with jack)
55 $(use_with libsamplerate samplerate)
56
57 diff --git a/media-sound/darkice/metadata.xml b/media-sound/darkice/metadata.xml
58 index 3d179b2827ce..12ca22f989d4 100644
59 --- a/media-sound/darkice/metadata.xml
60 +++ b/media-sound/darkice/metadata.xml
61 @@ -6,7 +6,6 @@
62 <name>Gentoo Sound project</name>
63 </maintainer>
64 <use>
65 - <flag name="aacplus">AAC+ encoding via <pkg>media-libs/libaacplus</pkg></flag>
66 <flag name="twolame">Build with twolame support</flag>
67 </use>
68 <upstream>