From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QNYL9-0006fQ-5V for garchives@archives.gentoo.org; Fri, 20 May 2011 22:38:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 153D91C00C; Fri, 20 May 2011 22:38:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D6B6C1C00D for ; Fri, 20 May 2011 22:38:21 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6BC9E1B401D for ; Fri, 20 May 2011 22:38:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 900088001E for ; Fri, 20 May 2011 22:38:20 +0000 (UTC) From: "Andreas K. Huettel" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Huettel" Message-ID: Subject: [gentoo-commits] proj/kde:master commit in: media-libs/libface/ X-VCS-Repository: proj/kde X-VCS-Files: media-libs/libface/libface-0.1.ebuild media-libs/libface/metadata.xml X-VCS-Directories: media-libs/libface/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Huettel X-VCS-Revision: a9810fd009ee5ead72504c299544c44db898efe9 Date: Fri, 20 May 2011 22:38:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 4d6a18045cfcb827db0dc5856f008689 commit: a9810fd009ee5ead72504c299544c44db898efe9 Author: Andreas K. Huettel (dilfridge) akhuettel de> AuthorDate: Fri May 20 22:54:41 2011 +0000 Commit: Andreas K. Huettel gentoo org> CommitDate: Fri May 20 22:54:41 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Da9810fd0 [media-libs/libface] New library (Portage version: 2.1.9.49/git/Linux x86_64, signed Manifest commit with = key B6C5F7DE) --- media-libs/libface/libface-0.1.ebuild | 32 +++++++++++++++++++++++++++= +++++ media-libs/libface/metadata.xml | 5 +++++ 2 files changed, 37 insertions(+), 0 deletions(-) diff --git a/media-libs/libface/libface-0.1.ebuild b/media-libs/libface/l= ibface-0.1.ebuild new file mode 100644 index 0000000..ea4c93c --- /dev/null +++ b/media-libs/libface/libface-0.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D3 + +inherit cmake-utils + +DESCRIPTION=3D"Face recognition library" +HOMEPAGE=3D"http://libface.sourceforge.net/" +SRC_URI=3D"mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.zip" + +LICENSE=3D"GPL-2" +KEYWORDS=3D"~amd64 ~x86" +SLOT=3D0 +IUSE=3D"doc examples" + +RDEPEND=3D"media-libs/opencv" +DEPEND=3D"${RDEPEND} + app-arch/unzip + doc? ( app-doc/doxygen ) +" + +src_configure() { + mycmakeargs=3D( + -DBUILD_SHARED_LIBS=3DON + $(cmake-utils_use_build doc DOCUMENTATION) + $(cmake-utils_use_build examples) + -DBUILD_EXAMPLES_GUI=3DOFF + ) + cmake-utils_src_configure +} diff --git a/media-libs/libface/metadata.xml b/media-libs/libface/metadat= a.xml new file mode 100644 index 0000000..8d1e86a --- /dev/null +++ b/media-libs/libface/metadata.xml @@ -0,0 +1,5 @@ + + + +kde +