-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="exiv2 graphicsmagick raw"
+IUSE="exif graphicsmagick raw"
RDEPEND="
dev-qt/qtcore:5
dev-qt/qtsvg:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
- exiv2? ( media-gfx/exiv2:= )
+ exif? ( media-gfx/exiv2:= )
graphicsmagick? ( >=media-gfx/graphicsmagick-1.3.20:= )
raw? ( media-libs/libraw:= )
"
src_configure() {
local mycmakeargs=(
- -DEXIV2=$(usex exiv2)
+ -DEXIV2=$(usex exif)
-DGM=$(usex graphicsmagick)
-DRAW=$(usex raw)
)
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="devil exiv2 freeimage graphicsmagick pdf raw"
+IUSE="devil exif freeimage graphicsmagick pdf raw"
RDEPEND="
dev-qt/qtcore:5
app-arch/libarchive:=
app-arch/unrar
devil? ( media-libs/devil )
- exiv2? ( media-gfx/exiv2:= )
+ exif? ( media-gfx/exiv2:= )
freeimage? ( media-libs/freeimage )
graphicsmagick? ( >=media-gfx/graphicsmagick-1.3.20:= )
pdf? ( app-text/poppler[qt5] )
src_configure() {
local mycmakeargs=(
-DDEVIL=$(usex devil)
- -DEXIV2=$(usex exiv2)
+ -DEXIV2=$(usex exif)
-DFREEIMAGE=$(usex freeimage)
-DGM=$(usex graphicsmagick)
-DPOPPLER=$(usex pdf)