From 4c798ffab8c528eee8f8be1a2bee195badacc0e2 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Sun, 25 Sep 2016 01:24:25 +0200 Subject: media-sound/darkice: Fixed RQUIReD_USE for input codecs (bug #593790). Package-Manager: portage-2.3.1 Signed-off-by: Lars Wendler --- media-sound/darkice/darkice-1.2.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'media-sound/darkice') 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() { -- cgit v1.2.3-65-gdbad