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 8058F138010 for ; Sun, 14 Oct 2012 16:36:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4717BE00E6; Sun, 14 Oct 2012 16:36:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B04CFE00E6 for ; Sun, 14 Oct 2012 16:36:36 +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 1EC0433D7A3 for ; Sun, 14 Oct 2012 16:36:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id BD41AE5436 for ; Sun, 14 Oct 2012 16:36:34 +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: <1350232662.ea35786d0e2f8631af03d55efae9f680a482c776.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_beta2.ebuild X-VCS-Directories: media-libs/libkface/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: ea35786d0e2f8631af03d55efae9f680a482c776 X-VCS-Branch: master Date: Sun, 14 Oct 2012 16:36:34 +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: f2819176-1b76-407b-bcc2-770a07c466bf X-Archives-Hash: ff231fad173a8715611f2bafe4f2b34f commit: ea35786d0e2f8631af03d55efae9f680a482c776 Author: Andreas K. Huettel (dilfridge) akhuettel de> AuthorDate: Sun Oct 14 16:37:42 2012 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sun Oct 14 16:37:42 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ea35786d [media-libs/libkface] Version bump (Portage version: 2.2.0_alpha137/git/Linux x86_64) --- media-libs/libkface/libkface-3.0.0_beta2.ebuild | 38 +++++++++++++++++++++++ 1 files changed, 38 insertions(+), 0 deletions(-) diff --git a/media-libs/libkface/libkface-3.0.0_beta2.ebuild b/media-libs/libkface/libkface-3.0.0_beta2.ebuild new file mode 100644 index 0000000..e1f67ed --- /dev/null +++ b/media-libs/libkface/libkface-3.0.0_beta2.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="" +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 +}