From: Lars Wendler Date: Sat, 24 Sep 2016 23:24:25 +0000 (+0200) Subject: media-sound/darkice: Fixed RQUIReD_USE for input codecs (bug #593790). X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4c798ffab8c528eee8f8be1a2bee195badacc0e2;p=gentoo.git media-sound/darkice: Fixed RQUIReD_USE for input codecs (bug #593790). Package-Manager: portage-2.3.1 Signed-off-by: Lars Wendler --- diff --git a/media-sound/darkice/darkice-1.2.ebuild b/media-sound/darkice/darkice-1.2.ebuild index 5e2df69723be..1060f391334d 100644 --- a/media-sound/darkice/darkice-1.2.ebuild +++ b/media-sound/darkice/darkice-1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -26,7 +26,9 @@ RDEPEND="aac? ( media-libs/faac ) vorbis? ( media-libs/libvorbis )" DEPEND="${RDEPEND}" -REQUIRED_USE="|| ( aac aacplus mp3 opus twolame vorbis ) +# Version 1.2 doesn't check for opus as input codec (bug #593790). +# This is fixed in version 1.3 +REQUIRED_USE="|| ( aac aacplus mp3 twolame vorbis ) || ( alsa jack pulseaudio )" src_prepare() {