Gentoo Archives: gentoo-commits

From: Maciej Mrozowski <reavertm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin/
Date: Thu, 04 Aug 2016 21:14:16
Message-Id: 1470345170.5ec1faf6cd5bfa0e8a25877d4d10462fa2a3d190.reavertm@gentoo
1 commit: 5ec1faf6cd5bfa0e8a25877d4d10462fa2a3d190
2 Author: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 4 21:12:50 2016 +0000
4 Commit: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 4 21:12:50 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5ec1faf6
7
8 kde-apps/dolphin: Do not offer media-video/ffmpegthumbnailer as thumbnailer alternative
9
10 Package-Manager: portage-2.2.28
11
12 kde-apps/dolphin/dolphin-16.07.80.ebuild | 2 +-
13 kde-apps/dolphin/dolphin-16.08.49.9999.ebuild | 2 +-
14 kde-apps/dolphin/dolphin-9999.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/kde-apps/dolphin/dolphin-16.07.80.ebuild b/kde-apps/dolphin/dolphin-16.07.80.ebuild
18 index 589494e..7129cf2 100644
19 --- a/kde-apps/dolphin/dolphin-16.07.80.ebuild
20 +++ b/kde-apps/dolphin/dolphin-16.07.80.ebuild
21 @@ -57,7 +57,7 @@ DEPEND="
22 RDEPEND="${DEPEND}
23 $(add_kdeapps_dep kio-extras)
24 thumbnail? (
25 - || ( $(add_kdeapps_dep ffmpegthumbs) media-video/ffmpegthumbnailer )
26 + $(add_kdeapps_dep ffmpegthumbs)
27 $(add_kdeapps_dep thumbnailers)
28 )
29 "
30
31 diff --git a/kde-apps/dolphin/dolphin-16.08.49.9999.ebuild b/kde-apps/dolphin/dolphin-16.08.49.9999.ebuild
32 index 663b3a1..24d9cc2 100644
33 --- a/kde-apps/dolphin/dolphin-16.08.49.9999.ebuild
34 +++ b/kde-apps/dolphin/dolphin-16.08.49.9999.ebuild
35 @@ -57,7 +57,7 @@ DEPEND="
36 RDEPEND="${DEPEND}
37 $(add_kdeapps_dep kio-extras)
38 thumbnail? (
39 - || ( $(add_kdeapps_dep ffmpegthumbs) media-video/ffmpegthumbnailer )
40 + $(add_kdeapps_dep ffmpegthumbs)
41 $(add_kdeapps_dep thumbnailers)
42 )
43 "
44
45 diff --git a/kde-apps/dolphin/dolphin-9999.ebuild b/kde-apps/dolphin/dolphin-9999.ebuild
46 index 663b3a1..24d9cc2 100644
47 --- a/kde-apps/dolphin/dolphin-9999.ebuild
48 +++ b/kde-apps/dolphin/dolphin-9999.ebuild
49 @@ -57,7 +57,7 @@ DEPEND="
50 RDEPEND="${DEPEND}
51 $(add_kdeapps_dep kio-extras)
52 thumbnail? (
53 - || ( $(add_kdeapps_dep ffmpegthumbs) media-video/ffmpegthumbnailer )
54 + $(add_kdeapps_dep ffmpegthumbs)
55 $(add_kdeapps_dep thumbnailers)
56 )
57 "