diff options
author | 2012-01-03 13:10:32 +0000 | |
---|---|---|
committer | 2012-01-03 13:10:32 +0000 | |
commit | f2f1d732213addbc11e6f447451dba5f1e5ed4cc (patch) | |
tree | 1c32cc5272d189298503bdb081a15bdf6c32336d /media-libs/libkface | |
parent | Install shared library to correct location (multilib-aware) and simplify vers... (diff) | |
download | historical-f2f1d732213addbc11e6f447451dba5f1e5ed4cc.tar.gz historical-f2f1d732213addbc11e6f447451dba5f1e5ed4cc.tar.bz2 historical-f2f1d732213addbc11e6f447451dba5f1e5ed4cc.zip |
Version bump
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
Diffstat (limited to 'media-libs/libkface')
-rw-r--r-- | media-libs/libkface/ChangeLog | 10 | ||||
-rw-r--r-- | media-libs/libkface/libkface-2.5.0.ebuild | 37 |
2 files changed, 45 insertions, 2 deletions
diff --git a/media-libs/libkface/ChangeLog b/media-libs/libkface/ChangeLog index dff2a6929399..1811bdcd6a66 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.8 2011/12/07 22:08:52 hwoarang Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/ChangeLog,v 1.9 2012/01/03 13:07:34 dilfridge Exp $ + +*libkface-2.5.0 (03 Jan 2012) + + 03 Jan 2012; Andreas K. Huettel <dilfridge@gentoo.org> + +libkface-2.5.0.ebuild: + Version bump 07 Dec 2011; Markos Chandras <hwoarang@gentoo.org> libkface-2.3.0.ebuild: Stable on amd64 wrt bug #388279 diff --git a/media-libs/libkface/libkface-2.5.0.ebuild b/media-libs/libkface/libkface-2.5.0.ebuild new file mode 100644 index 000000000000..4923b2aa3764 --- /dev/null +++ b/media-libs/libkface/libkface-2.5.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/libkface-2.5.0.ebuild,v 1.1 2012/01/03 13:07:34 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 +} |