summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-09-30 23:53:11 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-01 00:00:56 +0200
commitfed872dce23dda1e1956952b7fc8307787309eeb (patch)
tree198ebccad7b767aeec795017790d9c6dac292de6 /media-sound/cantata
parentnet-libs/mbedtls: stable 2.12.0 for ia64, bug #667370 (diff)
downloadgentoo-fed872dce23dda1e1956952b7fc8307787309eeb.tar.gz
gentoo-fed872dce23dda1e1956952b7fc8307787309eeb.tar.bz2
gentoo-fed872dce23dda1e1956952b7fc8307787309eeb.zip
media-sound/cantata: Replace virtual/ffmpeg w/ USE +-libav
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'media-sound/cantata')
-rw-r--r--media-sound/cantata/cantata-2.3.2.ebuild7
1 files 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 db85ccf2fbc9..79a23ad4e104 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? (