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 D44B2138334 for ; Sun, 30 Sep 2018 22:01:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84C55E0843; Sun, 30 Sep 2018 22:01:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F3DCE0843 for ; Sun, 30 Sep 2018 22:01:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC41C335C39 for ; Sun, 30 Sep 2018 22:01:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB4C13AB for ; Sun, 30 Sep 2018 22:01:17 +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: <1538344856.fed872dce23dda1e1956952b7fc8307787309eeb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/cantata/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/cantata/cantata-2.3.2.ebuild X-VCS-Directories: media-sound/cantata/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fed872dce23dda1e1956952b7fc8307787309eeb X-VCS-Branch: master Date: Sun, 30 Sep 2018 22:01:17 +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: 5297e9a5-3165-48ca-ac40-43a1a7050ea8 X-Archives-Hash: 16e78936ea75ebf9ea802d5a63e2a8f3 commit: fed872dce23dda1e1956952b7fc8307787309eeb Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 30 21:53:11 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 30 22:00:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fed872dc media-sound/cantata: Replace virtual/ffmpeg w/ USE +-libav Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 media-sound/cantata/cantata-2.3.2.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/media-sound/cantata/cantata-2.3.2.ebuild b/media-sound/cantata/cantata-2.3.2.ebuild index db85ccf2fbc..79a23ad4e10 100644 --- a/media-sound/cantata/cantata-2.3.2.ebuild +++ b/media-sound/cantata/cantata-2.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/CDrummond/cantata/releases/download/v${PV}/${P}.tar. LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="cdda cddb cdio http-server mtp musicbrainz replaygain streaming taglib udisks zeroconf" +IUSE="cdda cddb cdio http-server libav mtp musicbrainz replaygain streaming taglib udisks zeroconf" REQUIRED_USE=" ?? ( cdda cdio ) cdda? ( udisks || ( cddb musicbrainz ) ) @@ -44,7 +44,8 @@ COMMON_DEPEND=" replaygain? ( media-libs/libebur128 media-sound/mpg123 - virtual/ffmpeg + libav? ( media-video/libav:= ) + !libav? ( media-video/ffmpeg:0= ) ) streaming? ( dev-qt/qtmultimedia:5 ) taglib? (