Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: kde-apps/ffmpegthumbs/
Date: Mon, 24 Aug 2020 12:01:56
Message-Id: 1598270328.4194a122e3ff6459b4aeb95efad831380e893ae1.asturm@gentoo
1 commit: 4194a122e3ff6459b4aeb95efad831380e893ae1
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 24 11:48:13 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 24 11:58:48 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=4194a122
7
8 kde-apps/ffmpegthumbs: Drop IUSE=libav
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-apps/ffmpegthumbs/ffmpegthumbs-4.14.3.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/kde-apps/ffmpegthumbs/ffmpegthumbs-4.14.3.ebuild b/kde-apps/ffmpegthumbs/ffmpegthumbs-4.14.3.ebuild
17 index d271f60d..2f129a7a 100644
18 --- a/kde-apps/ffmpegthumbs/ffmpegthumbs-4.14.3.ebuild
19 +++ b/kde-apps/ffmpegthumbs/ffmpegthumbs-4.14.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -7,11 +7,10 @@ inherit kde4-base
27
28 DESCRIPTION="A FFmpeg based thumbnail Generator for Video Files"
29 KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
30 -IUSE="debug libav"
31 +IUSE="debug"
32
33 DEPEND="
34 - libav? ( media-video/libav:0= )
35 - !libav? ( media-video/ffmpeg:0= )
36 + media-video/ffmpeg:0=
37 "
38 RDEPEND="${DEPEND}
39 $(add_kdeapps_dep kdebase-kioslaves)