From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D03A71393A3 for ; Sat, 29 Dec 2012 14:56:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF2A021C018; Sat, 29 Dec 2012 14:56:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A74921C018 for ; Sat, 29 Dec 2012 14:56:01 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4EE9133C878 for ; Sat, 29 Dec 2012 14:56:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id DF4E8E543D for ; Sat, 29 Dec 2012 14:55:58 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1356792993.abb56d9135460fd5f854368f98d3e4afb72982dd.dilfridge@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-libs/libkface/ X-VCS-Repository: proj/kde X-VCS-Files: media-libs/libkface/libkface-3.0.0_rc.ebuild X-VCS-Directories: media-libs/libkface/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: abb56d9135460fd5f854368f98d3e4afb72982dd X-VCS-Branch: master Date: Sat, 29 Dec 2012 14:55:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 73f472e4-f059-4b54-bbb4-b774988592d9 X-Archives-Hash: 21340ec624683f69ad622784db4f265e commit: abb56d9135460fd5f854368f98d3e4afb72982dd Author: Andreas K. Huettel (dilfridge) gentoo org> AuthorDate: Sat Dec 29 14:56:33 2012 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Dec 29 14:56:33 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=abb56d91 [media-libs/libkface] Version bump Package-Manager: portage-2.2.0_alpha149 --- media-libs/libkface/libkface-3.0.0_rc.ebuild | 38 ++++++++++++++++++++++++++ 1 files changed, 38 insertions(+), 0 deletions(-) diff --git a/media-libs/libkface/libkface-3.0.0_rc.ebuild b/media-libs/libkface/libkface-3.0.0_rc.ebuild new file mode 100644 index 0000000..b1cabc8 --- /dev/null +++ b/media-libs/libkface/libkface-3.0.0_rc.ebuild @@ -0,0 +1,38 @@ +# 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.9.0.ebuild,v 1.1 2012/09/03 19:10:53 creffett Exp $ + +EAPI=4 + +DIGIKAMPN=digikam + +KDE_LINGUAS="" +KDE_MINIMAL="4.9" + +CMAKE_MIN_VERSION=2.8 + +inherit kde4-base + +MY_PV=${PV/_/-} +MY_P="digikam-${MY_PV}" +SRC_URI="mirror://kde/unstable/digikam/${MY_P}.tar.bz2" + +DESCRIPTION="Qt/C++ wrapper around LibFace to perform face recognition and detection" +HOMEPAGE="http://www.digikam.org/" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="" +SLOT=4 + +DEPEND="media-libs/opencv" +RDEPEND=${DEPEND} + +S=${WORKDIR}/${MY_P}/extra/${PN} + +src_configure() { + mycmakeargs=( + -DFORCED_UNBUNDLE=ON + ) + kde4-base_src_configure +}