Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin/
Date: Tue, 22 Dec 2015 16:06:27
Message-Id: 1450800367.c7440b2ce75a502567bacc631a3bcf3f97238cd2.kensington@gentoo
1 commit: c7440b2ce75a502567bacc631a3bcf3f97238cd2
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Sun Dec 20 23:57:52 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 22 16:06:07 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c7440b2c
7
8 kde-apps/dolphin: Add media-video/ffmpegthumbnailer alternative RDEPEND
9
10 Package-Manager: portage-2.2.26
11
12 kde-apps/dolphin/dolphin-15.12.0.ebuild | 2 +-
13 kde-apps/dolphin/dolphin-15.12.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-15.12.0.ebuild b/kde-apps/dolphin/dolphin-15.12.0.ebuild
18 index d957356..6582d1c 100644
19 --- a/kde-apps/dolphin/dolphin-15.12.0.ebuild
20 +++ b/kde-apps/dolphin/dolphin-15.12.0.ebuild
21 @@ -58,7 +58,7 @@ DEPEND="
22 RDEPEND="${DEPEND}
23 $(add_kdeapps_dep kio-extras)
24 thumbnail? (
25 - $(add_kdeapps_dep ffmpegthumbs)
26 + || ( $(add_kdeapps_dep ffmpegthumbs) media-video/ffmpegthumbnailer )
27 $(add_kdeapps_dep thumbnailers)
28 )
29 "
30
31 diff --git a/kde-apps/dolphin/dolphin-15.12.49.9999.ebuild b/kde-apps/dolphin/dolphin-15.12.49.9999.ebuild
32 index a85ed42..aff181a 100644
33 --- a/kde-apps/dolphin/dolphin-15.12.49.9999.ebuild
34 +++ b/kde-apps/dolphin/dolphin-15.12.49.9999.ebuild
35 @@ -58,7 +58,7 @@ DEPEND="
36 RDEPEND="${DEPEND}
37 $(add_kdeapps_dep kio-extras)
38 thumbnail? (
39 - $(add_kdeapps_dep ffmpegthumbs)
40 + || ( $(add_kdeapps_dep ffmpegthumbs) media-video/ffmpegthumbnailer )
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 a85ed42..aff181a 100644
47 --- a/kde-apps/dolphin/dolphin-9999.ebuild
48 +++ b/kde-apps/dolphin/dolphin-9999.ebuild
49 @@ -58,7 +58,7 @@ DEPEND="
50 RDEPEND="${DEPEND}
51 $(add_kdeapps_dep kio-extras)
52 thumbnail? (
53 - $(add_kdeapps_dep ffmpegthumbs)
54 + || ( $(add_kdeapps_dep ffmpegthumbs) media-video/ffmpegthumbnailer )
55 $(add_kdeapps_dep thumbnailers)
56 )
57 "