Gentoo Archives: gentoo-commits

From: Tomas Chvatal <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/dolphin/
Date: Thu, 05 May 2011 10:42:30
Message-Id: 884cbd04402c408e45da74d61f167112d8c34b4c.scarabeus@gentoo
1 commit: 884cbd04402c408e45da74d61f167112d8c34b4c
2 Author: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 5 10:41:46 2011 +0000
4 Commit: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
5 CommitDate: Thu May 5 10:42:10 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=884cbd04
7
8 [kde-base/dolphin] depend on thumbnailer
9
10 ---
11 kde-base/dolphin/dolphin-4.6.3.ebuild | 1 +
12 kde-base/dolphin/dolphin-4.6.9999.ebuild | 1 +
13 kde-base/dolphin/dolphin-9999.ebuild | 1 +
14 3 files changed, 3 insertions(+), 0 deletions(-)
15
16 diff --git a/kde-base/dolphin/dolphin-4.6.3.ebuild b/kde-base/dolphin/dolphin-4.6.3.ebuild
17 index 632c5cf..dc790af 100644
18 --- a/kde-base/dolphin/dolphin-4.6.3.ebuild
19 +++ b/kde-base/dolphin/dolphin-4.6.3.ebuild
20 @@ -22,6 +22,7 @@ RDEPEND="${DEPEND}
21 "
22 PDEPEND="
23 thumbnail? (
24 + $(add_kdebase_dep thumbnailers)
25 || (
26 $(add_kdebase_dep ffmpegthumbs)
27 $(add_kdebase_dep mplayerthumbs)
28
29 diff --git a/kde-base/dolphin/dolphin-4.6.9999.ebuild b/kde-base/dolphin/dolphin-4.6.9999.ebuild
30 index ecb24f0..bcfaeac 100644
31 --- a/kde-base/dolphin/dolphin-4.6.9999.ebuild
32 +++ b/kde-base/dolphin/dolphin-4.6.9999.ebuild
33 @@ -22,6 +22,7 @@ RDEPEND="${DEPEND}
34 "
35 PDEPEND="
36 thumbnail? (
37 + $(add_kdebase_dep thumbnailers)
38 || (
39 $(add_kdebase_dep ffmpegthumbs)
40 $(add_kdebase_dep mplayerthumbs)
41
42 diff --git a/kde-base/dolphin/dolphin-9999.ebuild b/kde-base/dolphin/dolphin-9999.ebuild
43 index ecb24f0..bcfaeac 100644
44 --- a/kde-base/dolphin/dolphin-9999.ebuild
45 +++ b/kde-base/dolphin/dolphin-9999.ebuild
46 @@ -22,6 +22,7 @@ RDEPEND="${DEPEND}
47 "
48 PDEPEND="
49 thumbnail? (
50 + $(add_kdebase_dep thumbnailers)
51 || (
52 $(add_kdebase_dep ffmpegthumbs)
53 $(add_kdebase_dep mplayerthumbs)