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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87585139694 for ; Sat, 18 Feb 2017 17:04:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDD57E0DD8; Sat, 18 Feb 2017 17:04:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 969E1E0DD8 for ; Sat, 18 Feb 2017 17:04:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 98DC8340FDA for ; Sat, 18 Feb 2017 17:04:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3124F4C4C for ; Sat, 18 Feb 2017 17:04:25 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1487437451.a0e12d71800adf357aef2783a02f261e7643e4bb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/aqualung/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/aqualung/aqualung-1.0-r1.ebuild X-VCS-Directories: media-sound/aqualung/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a0e12d71800adf357aef2783a02f261e7643e4bb X-VCS-Branch: master Date: Sat, 18 Feb 2017 17:04:25 +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-Archives-Salt: 5b6f649b-abdc-4e98-aa7c-9813e5cdc46e X-Archives-Hash: d8028a2af4327e713e744d10393578ad commit: a0e12d71800adf357aef2783a02f261e7643e4bb Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Feb 18 17:03:43 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Feb 18 17:04:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0e12d71 media-sound/aqualung: Add USE=libav Package-Manager: portage-2.3.3 media-sound/aqualung/aqualung-1.0-r1.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/media-sound/aqualung/aqualung-1.0-r1.ebuild b/media-sound/aqualung/aqualung-1.0-r1.ebuild index b7bdd48542..40cd9d6dfb 100644 --- a/media-sound/aqualung/aqualung-1.0-r1.ebuild +++ b/media-sound/aqualung/aqualung-1.0-r1.ebuild @@ -15,8 +15,8 @@ SRC_URI="mirror://sourceforge/aqualung/${PN}-${MY_PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="alsa cdda cddb debug flac ffmpeg ifp jack ladspa lame libsamplerate lua - mac modplug mp3 musepack oss podcast pulseaudio sndfile speex systray +IUSE="alsa cdda cddb debug flac ffmpeg ifp jack ladspa lame libav libsamplerate + lua mac modplug mp3 musepack oss podcast pulseaudio sndfile speex systray vorbis wavpack" RDEPEND=" @@ -27,7 +27,10 @@ RDEPEND=" alsa? ( media-libs/alsa-lib ) cdda? ( dev-libs/libcdio-paranoia ) cddb? ( media-libs/libcddb ) - ffmpeg? ( >=virtual/ffmpeg-0.6.90 ) + ffmpeg? ( + libav? ( media-video/libav:0= ) + !libav? ( media-video/ffmpeg:0= ) + ) flac? ( media-libs/flac ) ifp? ( media-libs/libifp ) jack? ( media-sound/jack-audio-connection-kit )