Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 592882
Collapse All | Expand All

(-)a/media-gfx/darktable/darktable-9999.ebuild (-1 / +3 lines)
Lines 17-23 SLOT="0" Link Here
17
LANGS=" af ca cs da de el es fi fr gl it ja nl pl pt-BR pt-PT ro ru sk sq sv th uk zh-CN"
17
LANGS=" af ca cs da de el es fi fr gl it ja nl pl pt-BR pt-PT ro ru sk sq sv th uk zh-CN"
18
# TODO add lua once dev-lang/lua-5.2 is unmasked
18
# TODO add lua once dev-lang/lua-5.2 is unmasked
19
IUSE="colord cups cpu_flags_x86_sse3 doc flickr geo gphoto2 graphicsmagick jpeg2k kde libsecret
19
IUSE="colord cups cpu_flags_x86_sse3 doc flickr geo gphoto2 graphicsmagick jpeg2k kde libsecret
20
nls opencl openmp openexr pax_kernel +slideshow webp
20
nls opencl openmp openexr pax_kernel +slideshow webp map
21
${LANGS// / l10n_}"
21
${LANGS// / l10n_}"
22
22
23
# sse3 support is required to build darktable
23
# sse3 support is required to build darktable
Lines 39-44 CDEPEND=" Link Here
39
	x11-libs/cairo
39
	x11-libs/cairo
40
	x11-libs/gtk+:3
40
	x11-libs/gtk+:3
41
	x11-libs/pango
41
	x11-libs/pango
42
	map? ( >=sci-geosciences/osm-gps-map-1.0 )
42
	colord? ( x11-libs/colord-gtk:0= )
43
	colord? ( x11-libs/colord-gtk:0= )
43
	cups? ( net-print/cups )
44
	cups? ( net-print/cups )
44
	flickr? ( media-libs/flickcurl )
45
	flickr? ( media-libs/flickcurl )
Lines 94-99 src_configure() { Link Here
94
		$(cmake-utils_use_use kde KWALLET)
95
		$(cmake-utils_use_use kde KWALLET)
95
		$(cmake-utils_use_use libsecret LIBSECRET)
96
		$(cmake-utils_use_use libsecret LIBSECRET)
96
		$(cmake-utils_use_use nls NLS)
97
		$(cmake-utils_use_use nls NLS)
98
		$(cmake-utils_use_use map MAP)
97
		$(cmake-utils_use_use opencl OPENCL)
99
		$(cmake-utils_use_use opencl OPENCL)
98
		$(cmake-utils_use_use openexr OPENEXR)
100
		$(cmake-utils_use_use openexr OPENEXR)
99
		$(cmake-utils_use_use openmp OPENMP)
101
		$(cmake-utils_use_use openmp OPENMP)
(-)a/media-gfx/darktable/metadata.xml (-1 / +1 lines)
Lines 11-16 Link Here
11
		<flag name="flickr">Add support for uploading photos to flickr</flag>
11
		<flag name="flickr">Add support for uploading photos to flickr</flag>
12
		<flag name="geo">Enable geotagging support</flag>
12
		<flag name="geo">Enable geotagging support</flag>
13
		<flag name="libsecret">Enable libsecret support to store login credentials</flag>
13
		<flag name="libsecret">Enable libsecret support to store login credentials</flag>
14
		<flag name="map">Enable map view using <pkg>sci-geosciences/osm-gps-map</pkg></flag>
14
		<flag name="opencl">Enable opencl support</flag>
15
		<flag name="opencl">Enable opencl support</flag>
15
		<flag name="pax_kernel">Triggers paxmarking of main darktable binary</flag>
16
		<flag name="pax_kernel">Triggers paxmarking of main darktable binary</flag>
16
		<flag name="rawspeed">Enable the rawspeed backend</flag>
17
		<flag name="rawspeed">Enable the rawspeed backend</flag>
17
- 

Return to bug 592882