Parent Directory
|
Revision Log
Cleanup (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key B6C5F7DE)
1 | # Copyright 1999-2012 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/libkface-2.8.0.ebuild,v 1.1 2012/08/11 15:12:21 dilfridge Exp $ |
4 | |
5 | EAPI=4 |
6 | |
7 | DIGIKAMPN=digikam |
8 | |
9 | KDE_LINGUAS="" |
10 | KDE_MINIMAL="4.8" |
11 | |
12 | CMAKE_MIN_VERSION=2.8 |
13 | |
14 | inherit kde4-base |
15 | |
16 | MY_PV=${PV/_/-} |
17 | MY_P="digikam-${MY_PV}" |
18 | SRC_URI="mirror://sourceforge/digikam/${MY_P}.tar.bz2" |
19 | |
20 | DESCRIPTION="Qt/C++ wrapper around LibFace to perform face recognition and detection" |
21 | HOMEPAGE="http://www.digikam.org/" |
22 | |
23 | LICENSE="GPL-2" |
24 | KEYWORDS="~amd64 ~x86" |
25 | IUSE="" |
26 | SLOT=4 |
27 | |
28 | DEPEND="media-libs/opencv" |
29 | RDEPEND=${DEPEND} |
30 | |
31 | S=${WORKDIR}/${MY_P}/extra/${PN} |
32 | |
33 | src_configure() { |
34 | mycmakeargs=( |
35 | -DFORCED_UNBUNDLE=ON |
36 | ) |
37 | kde4-base_src_configure |
38 | } |
ViewVC Help | |
Powered by ViewVC 1.1.20 |