blob: 315dd0abdfb685a8ddba2f917f784855c1ac21c3 [file] [log] [blame]
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit kde4-base
DESCRIPTION="Qt/C++ wrapper around LibFace to perform face recognition and detection"
HOMEPAGE="https://projects.kde.org/projects/kde/kdegraphics/libs/libkface"
LICENSE="GPL-2"
KEYWORDS=" ~amd64 ~x86"
IUSE=""
DEPEND=">=media-libs/opencv-3.0.0[contrib]"
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}/${PN}-15.08.2-opencv3.patch" )
src_configure() {
local mycmakeargs=(
-DENABLE_OPENCV3=ON
)
kde4-base_src_configure
}