summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2015-03-22 13:17:54 +0000
committerJohannes Huber <johu@gentoo.org>2015-03-22 13:17:54 +0000
commitd0a573e881e5bb4d86543845b19693f095294665 (patch)
treebf10b88c31f0ac307e45413d5a66701a6a797d80 /kde-base
parentMask some packages for removal (diff)
downloadgentoo-2-d0a573e881e5bb4d86543845b19693f095294665.tar.gz
gentoo-2-d0a573e881e5bb4d86543845b19693f095294665.tar.bz2
gentoo-2-d0a573e881e5bb4d86543845b19693f095294665.zip
Migrate to USE libav by Nikoli <nikoli@gmx.us>, bug #543458.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF3CFD2BD)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/ffmpegthumbs/ChangeLog5
-rw-r--r--kde-base/ffmpegthumbs/ffmpegthumbs-4.14.3.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/kde-base/ffmpegthumbs/ChangeLog b/kde-base/ffmpegthumbs/ChangeLog
index fc0f56ba4256..dc70497ace14 100644
--- a/kde-base/ffmpegthumbs/ChangeLog
+++ b/kde-base/ffmpegthumbs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/ffmpegthumbs
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ChangeLog,v 1.179 2015/02/18 16:26:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ChangeLog,v 1.180 2015/03/22 13:17:54 johu Exp $
+
+ 22 Mar 2015; Johannes Huber <johu@gentoo.org> ffmpegthumbs-4.14.3.ebuild:
+ Migrate to USE libav by Nikoli <nikoli@gmx.us>, bug #543458.
18 Feb 2015; Michał Górny <mgorny@gentoo.org> -ffmpegthumbs-4.12.5.ebuild:
Remove KDE SC 4.12
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)