summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-10-03 18:11:59 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-10-03 18:11:59 +0000
commitfc2a5f1fd0856180fedd2c8d2cb36fe4859b4688 (patch)
tree6df2401dd034b30f43968bd538b2a32a7bee009f /media-libs/libkface
parentMarked ppc ppc64 stable for bug #380421. (diff)
downloadgentoo-2-fc2a5f1fd0856180fedd2c8d2cb36fe4859b4688.tar.gz
gentoo-2-fc2a5f1fd0856180fedd2c8d2cb36fe4859b4688.tar.bz2
gentoo-2-fc2a5f1fd0856180fedd2c8d2cb36fe4859b4688.zip
Version bump
(Portage version: 2.1.10.20/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libkface')
-rw-r--r--media-libs/libkface/ChangeLog8
-rw-r--r--media-libs/libkface/libkface-2.2.0.ebuild37
2 files changed, 44 insertions, 1 deletions
diff --git a/media-libs/libkface/ChangeLog b/media-libs/libkface/ChangeLog
index 9eb04b5473c6..9c7a833b6450 100644
--- a/media-libs/libkface/ChangeLog
+++ b/media-libs/libkface/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-libs/libkface
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/ChangeLog,v 1.3 2011/09/09 17:27:38 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/ChangeLog,v 1.4 2011/10/03 18:11:59 dilfridge Exp $
+
+*libkface-2.2.0 (03 Oct 2011)
+
+ 03 Oct 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+ +libkface-2.2.0.ebuild:
+ Version bump
*libkface-2.1.0 (09 Sep 2011)
diff --git a/media-libs/libkface/libkface-2.2.0.ebuild b/media-libs/libkface/libkface-2.2.0.ebuild
new file mode 100644
index 000000000000..c38b9f7fc1c7
--- /dev/null
+++ b/media-libs/libkface/libkface-2.2.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/libkface-2.2.0.ebuild,v 1.1 2011/10/03 18:11:59 dilfridge Exp $
+
+EAPI=4
+
+DIGIKAMPN=digikam
+
+KDE_LINGUAS=""
+KDE_MINIMAL="4.7"
+
+CMAKE_MIN_VERSION=2.8
+
+inherit kde4-base
+
+MY_P="${DIGIKAMPN}-${PV/_/-}"
+
+DESCRIPTION="Qt/C++ wrapper around LibFace to perform face recognition and detection"
+HOMEPAGE="http://www.digikam.org/"
+SRC_URI="mirror://sourceforge/${DIGIKAMPN}/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+SLOT=4
+
+DEPEND=">=media-libs/opencv-2.1"
+RDEPEND=${DEPEND}
+
+S=${WORKDIR}/${MY_P}/extra/${PN}
+
+src_configure() {
+ mycmakeargs=(
+ -DFORCED_UNBUNDLE=ON
+ )
+ kde4-base_src_configure
+}