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

(-)digikam-1.0.0_beta6.ebuild (-2 / +5 lines)
Lines 20-26 Link Here
20
LICENSE="GPL-2"
20
LICENSE="GPL-2"
21
KEYWORDS="~amd64 ~x86"
21
KEYWORDS="~amd64 ~x86"
22
SLOT="4"
22
SLOT="4"
23
IUSE="addressbook debug geolocation gphoto2 lensfun semantic-desktop +thumbnails"
23
IUSE="addressbook debug geolocation gphoto2 lensfun semantic-desktop +thumbnails
24
kipi-plugins"
24
25
25
RDEPEND="
26
RDEPEND="
26
	>=kde-base/kdelibs-${KDE_MINIMAL}[semantic-desktop?]
27
	>=kde-base/kdelibs-${KDE_MINIMAL}[semantic-desktop?]
Lines 40-45 Link Here
40
	geolocation? ( >=kde-base/marble-${KDE_MINIMAL} )
41
	geolocation? ( >=kde-base/marble-${KDE_MINIMAL} )
41
	gphoto2? ( >=media-libs/libgphoto2-2.4.1-r1 )
42
	gphoto2? ( >=media-libs/libgphoto2-2.4.1-r1 )
42
	lensfun? ( media-libs/lensfun )
43
	lensfun? ( media-libs/lensfun )
44
	kipi-plugins? ( media-plugins/kipi-plugins )
43
"
45
"
44
DEPEND="${RDEPEND}
46
DEPEND="${RDEPEND}
45
	sys-devel/gettext
47
	sys-devel/gettext
Lines 68-74 Link Here
68
		$(cmake-utils_use_with addressbook KdepimLibs)
70
		$(cmake-utils_use_with addressbook KdepimLibs)
69
		$(cmake-utils_use_with geolocation MarbleWidget)
71
		$(cmake-utils_use_with geolocation MarbleWidget)
70
		$(cmake-utils_use_with lensfun LensFun)
72
		$(cmake-utils_use_with lensfun LensFun)
71
		$(cmake-utils_use_with semantic-desktop Soprano)"
73
		$(cmake-utils_use_with semantic-desktop Soprano)
74
		$(cmake-utils_use_with kipi)"
72
75
73
	kde4-base_src_configure
76
	kde4-base_src_configure
74
}
77
}

Return to bug 295968