blob: bf6f4304620e56805bad80a3710d66d713546324 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
EGIT_BRANCH="frameworks"
inherit kde5
DESCRIPTION="Qt/C++ wrapper around LibFace to perform face recognition and detection"
HOMEPAGE="http://api.kde.org/4.x-api/kdegraphics-apidocs/libs/libkface/libkface/html/index.html"
LICENSE="GPL-2"
IUSE=""
CDEPEND="
$(add_frameworks_dep ki18n)
dev-qt/qtgui:5
dev-qt/qtsql:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
>=media-libs/opencv-2.4.9
"
DEPEND="${CDEPEND}
sys-devel/gettext"
RDEPEND="${CDEPEND}
!media-libs/libkface"
|