diff options
author | 2011-09-09 17:27:38 +0000 | |
---|---|---|
committer | 2011-09-09 17:27:38 +0000 | |
commit | bb996d1a4fc08e60505eea76e02068660270f8c9 (patch) | |
tree | 6d071968a4906476a1f8402c36b2e9838607d85c /media-libs/libkface | |
parent | Version bump, remove old. (diff) | |
download | historical-bb996d1a4fc08e60505eea76e02068660270f8c9.tar.gz historical-bb996d1a4fc08e60505eea76e02068660270f8c9.tar.bz2 historical-bb996d1a4fc08e60505eea76e02068660270f8c9.zip |
Version bump
Package-Manager: portage-2.1.10.14/cvs/Linux x86_64
Diffstat (limited to 'media-libs/libkface')
-rw-r--r-- | media-libs/libkface/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libkface/libkface-2.1.0.ebuild | 37 |
2 files changed, 44 insertions, 1 deletions
diff --git a/media-libs/libkface/ChangeLog b/media-libs/libkface/ChangeLog index 7b34692ae71c..9eb04b5473c6 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.2 2011/07/29 19:10:04 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/ChangeLog,v 1.3 2011/09/09 17:27:38 dilfridge Exp $ + +*libkface-2.1.0 (09 Sep 2011) + + 09 Sep 2011; Andreas K. Huettel <dilfridge@gentoo.org> + +libkface-2.1.0.ebuild: + Version bump *libkface-2.0.0 (29 Jul 2011) diff --git a/media-libs/libkface/libkface-2.1.0.ebuild b/media-libs/libkface/libkface-2.1.0.ebuild new file mode 100644 index 000000000000..1437cf56915b --- /dev/null +++ b/media-libs/libkface/libkface-2.1.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.1.0.ebuild,v 1.1 2011/09/09 17:27:38 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 +} |