summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/ffmpegthumbs/ffmpegthumbs-4.14.3.ebuild')
-rw-r--r--kde-base/ffmpegthumbs/ffmpegthumbs-4.14.3.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/kde-base/ffmpegthumbs/ffmpegthumbs-4.14.3.ebuild b/kde-base/ffmpegthumbs/ffmpegthumbs-4.14.3.ebuild
index e6fb0d4dffba..9dbe200efdf9 100644
--- a/kde-base/ffmpegthumbs/ffmpegthumbs-4.14.3.ebuild
+++ b/kde-base/ffmpegthumbs/ffmpegthumbs-4.14.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ffmpegthumbs-4.14.3.ebuild,v 1.5 2015/02/17 11:06:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ffmpegthumbs-4.14.3.ebuild,v 1.6 2015/03/22 13:17:54 johu Exp $
EAPI=5
@@ -8,10 +8,11 @@ inherit kde4-base
DESCRIPTION="A FFmpeg based thumbnail Generator for Video Files"
KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
+IUSE="debug libav"
DEPEND="
- virtual/ffmpeg
+ libav? ( media-video/libav:0= )
+ !libav? ( media-video/ffmpeg:0= )
"
RDEPEND="${DEPEND}
$(add_kdebase_dep kdebase-kioslaves)