Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/darktable/
Date: Sat, 25 Feb 2017 19:43:03
Message-Id: 1488051746.30e6fc90680dc627685ac66ac27de8aef2a60bac.asturm@gentoo
1 commit: 30e6fc90680dc627685ac66ac27de8aef2a60bac
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 25 19:16:31 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 25 19:42:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30e6fc90
7
8 media-gfx/darktable: Rename USE=kde -> kwallet
9
10 Gentoo-bug: 610650
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 media-gfx/darktable/darktable-2.2.3.ebuild | 10 ++++------
15 media-gfx/darktable/darktable-9999.ebuild | 10 ++++------
16 media-gfx/darktable/metadata.xml | 1 +
17 3 files changed, 9 insertions(+), 12 deletions(-)
18
19 diff --git a/media-gfx/darktable/darktable-2.2.3.ebuild b/media-gfx/darktable/darktable-2.2.3.ebuild
20 index 8e86ae0e6c..d68a1d393e 100644
21 --- a/media-gfx/darktable/darktable-2.2.3.ebuild
22 +++ b/media-gfx/darktable/darktable-2.2.3.ebuild
23 @@ -20,7 +20,7 @@ SLOT="0"
24 KEYWORDS="~amd64 ~x86"
25 LANGS=" ca cs da de es fr he hu it ja nl pl ru sk sl sv uk"
26 # TODO add lua once dev-lang/lua-5.2 is unmasked
27 -IUSE="colord cups cpu_flags_x86_sse3 doc flickr geo gphoto2 graphicsmagick jpeg2k kde libsecret
28 +IUSE="colord cups cpu_flags_x86_sse3 doc flickr geo gphoto2 graphicsmagick jpeg2k kwallet libsecret
29 nls opencl openmp openexr pax_kernel webp
30 ${LANGS// / l10n_}"
31
32 @@ -53,14 +53,12 @@ CDEPEND="
33 gphoto2? ( media-libs/libgphoto2:= )
34 graphicsmagick? ( media-gfx/graphicsmagick )
35 jpeg2k? ( media-libs/openjpeg:0 )
36 - libsecret? (
37 - >=app-crypt/libsecret-0.18
38 - )
39 + libsecret? ( >=app-crypt/libsecret-0.18 )
40 opencl? ( virtual/opencl )
41 openexr? ( media-libs/openexr:0= )
42 webp? ( media-libs/libwebp:0= )"
43 RDEPEND="${CDEPEND}
44 - kde? ( kde-apps/kwalletd:4 )"
45 + kwallet? ( kde-apps/kwalletd:4 )"
46 DEPEND="${CDEPEND}
47 dev-util/intltool
48 virtual/pkgconfig
49 @@ -89,7 +87,7 @@ src_configure() {
50 -DUSE_COLORD=$(usex colord)
51 -DUSE_FLICKR=$(usex flickr)
52 -DUSE_GRAPHICSMAGICK=$(usex graphicsmagick)
53 - -DUSE_KWALLET=$(usex kde)
54 + -DUSE_KWALLET=$(usex kwallet)
55 -DUSE_LIBSECRET=$(usex libsecret)
56 -DUSE_LUA=OFF
57 -DUSE_MAP=$(usex geo)
58
59 diff --git a/media-gfx/darktable/darktable-9999.ebuild b/media-gfx/darktable/darktable-9999.ebuild
60 index 16eab8dbc3..1da6dea771 100644
61 --- a/media-gfx/darktable/darktable-9999.ebuild
62 +++ b/media-gfx/darktable/darktable-9999.ebuild
63 @@ -16,7 +16,7 @@ SLOT="0"
64 #KEYWORDS="~amd64 ~x86"
65 LANGS=" ca cs da de es fr he hu it ja nl pl ru sk sl sv uk"
66 # TODO add lua once dev-lang/lua-5.2 is unmasked
67 -IUSE="colord cups cpu_flags_x86_sse3 doc flickr geo gphoto2 graphicsmagick jpeg2k kde libsecret
68 +IUSE="colord cups cpu_flags_x86_sse3 doc flickr geo gphoto2 graphicsmagick jpeg2k kwallet libsecret
69 nls opencl openmp openexr pax_kernel webp
70 ${LANGS// / l10n_}"
71
72 @@ -49,14 +49,12 @@ CDEPEND="
73 gphoto2? ( media-libs/libgphoto2:= )
74 graphicsmagick? ( media-gfx/graphicsmagick )
75 jpeg2k? ( media-libs/openjpeg:0 )
76 - libsecret? (
77 - >=app-crypt/libsecret-0.18
78 - )
79 + libsecret? ( >=app-crypt/libsecret-0.18 )
80 opencl? ( virtual/opencl )
81 openexr? ( media-libs/openexr:0= )
82 webp? ( media-libs/libwebp:0= )"
83 RDEPEND="${CDEPEND}
84 - kde? ( kde-apps/kwalletd:4 )"
85 + kwallet? ( kde-apps/kwalletd:4 )"
86 DEPEND="${CDEPEND}
87 dev-util/intltool
88 virtual/pkgconfig
89 @@ -83,7 +81,7 @@ src_configure() {
90 -DUSE_COLORD=$(usex colord)
91 -DUSE_FLICKR=$(usex flickr)
92 -DUSE_GRAPHICSMAGICK=$(usex graphicsmagick)
93 - -DUSE_KWALLET=$(usex kde)
94 + -DUSE_KWALLET=$(usex kwallet)
95 -DUSE_LIBSECRET=$(usex libsecret)
96 -DUSE_LUA=OFF
97 -DUSE_MAP=$(usex geo)
98
99 diff --git a/media-gfx/darktable/metadata.xml b/media-gfx/darktable/metadata.xml
100 index 441e4a3aa2..004e9c9819 100644
101 --- a/media-gfx/darktable/metadata.xml
102 +++ b/media-gfx/darktable/metadata.xml
103 @@ -9,6 +9,7 @@
104 <flag name="colord">Support color management using <pkg>x11-misc/colord</pkg></flag>
105 <flag name="flickr">Add support for uploading photos to flickr</flag>
106 <flag name="geo">Enable geotagging support</flag>
107 + <flag name="kwallet">Enable encrypted storage of passwords with <pkg>kde-frameworks/kwallet</pkg></flag>
108 <flag name="libsecret">Enable libsecret support to store login credentials</flag>
109 <flag name="opencl">Enable opencl support</flag>
110 <flag name="pax_kernel">Triggers paxmarking of main darktable binary</flag>