You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/kde-frameworks/kimageformats/kimageformats-5.29.0.ebuild

36 lines
704 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
VIRTUALX_REQUIRED="test"
inherit kde5
DESCRIPTION="Framework providing additional format plugins for Qt's image I/O system"
LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="eps openexr"
RDEPEND="
$(add_frameworks_dep karchive)
$(add_qt_dep qtgui)
eps? ( $(add_qt_dep qtprintsupport) )
openexr? (
media-libs/ilmbase:=
media-libs/openexr:=
)
"
DEPEND="${RDEPEND}"
DOCS=( src/imageformats/AUTHORS )
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package eps Qt5PrintSupport)
$(cmake-utils_use_find_package openexr OpenEXR)
)
kde5_src_configure
}