Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/darkice/
Date: Sat, 24 Sep 2016 23:24:51
Message-Id: 1474759480.4c798ffab8c528eee8f8be1a2bee195badacc0e2.polynomial-c@gentoo
1 commit: 4c798ffab8c528eee8f8be1a2bee195badacc0e2
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 24 23:24:25 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 24 23:24:40 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c798ffa
7
8 media-sound/darkice: Fixed RQUIReD_USE for input codecs (bug #593790).
9
10 Package-Manager: portage-2.3.1
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 media-sound/darkice/darkice-1.2.ebuild | 6 ++++--
14 1 file changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/media-sound/darkice/darkice-1.2.ebuild b/media-sound/darkice/darkice-1.2.ebuild
17 index 5e2df69..1060f39 100644
18 --- a/media-sound/darkice/darkice-1.2.ebuild
19 +++ b/media-sound/darkice/darkice-1.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -26,7 +26,9 @@ RDEPEND="aac? ( media-libs/faac )
27 vorbis? ( media-libs/libvorbis )"
28 DEPEND="${RDEPEND}"
29
30 -REQUIRED_USE="|| ( aac aacplus mp3 opus twolame vorbis )
31 +# Version 1.2 doesn't check for opus as input codec (bug #593790).
32 +# This is fixed in version 1.3
33 +REQUIRED_USE="|| ( aac aacplus mp3 twolame vorbis )
34 || ( alsa jack pulseaudio )"
35
36 src_prepare() {