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 1QSXhc-0008Lb-Mp for garchives@archives.gentoo.org; Fri, 03 Jun 2011 16:58:28 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4CC41C08D; Fri, 3 Jun 2011 16:58:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 87B0F1C034 for ; Fri, 3 Jun 2011 16:58: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 F211F1B4029 for ; Fri, 3 Jun 2011 16:58:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 4497180506 for ; Fri, 3 Jun 2011 16:58:20 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: Subject: [gentoo-commits] proj/kde:master commit in: media-libs/libkface/ X-VCS-Repository: proj/kde X-VCS-Files: media-libs/libkface/libkface-2.0.0_beta6.ebuild X-VCS-Directories: media-libs/libkface/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: d40f6a6abe0b78d32f40521f7b6ef1ad41635e8e Date: Fri, 3 Jun 2011 16:58: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: 30fb1ac778fee7cf7f79288d8152993b commit: d40f6a6abe0b78d32f40521f7b6ef1ad41635e8e Author: Andreas K. Huettel physik uni-r <= DOT> de> AuthorDate: Fri Jun 3 16:46:22 2011 +0000 Commit: Andreas H=C3=BCttel gentoo org> CommitDate: Fri Jun 3 16:55:55 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Dd40f6a6a [media-libs/libkface] Version bump (Portage version: 2.1.9.50/git/Linux x86_64, signed Manifest commit with = key 7887F787) --- media-libs/libkface/libkface-2.0.0_beta6.ebuild | 41 +++++++++++++++++= ++++++ 1 files changed, 41 insertions(+), 0 deletions(-) diff --git a/media-libs/libkface/libkface-2.0.0_beta6.ebuild b/media-libs= /libkface/libkface-2.0.0_beta6.ebuild new file mode 100644 index 0000000..00e0251 --- /dev/null +++ b/media-libs/libkface/libkface-2.0.0_beta6.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +DIGIKAMPN=3Ddigikam + +KDE_LINGUAS=3D"" + +CMAKE_MIN_VERSION=3D2.8 +KDE_MINIMAL=3D"4.5" + +inherit kde4-base + +MY_P=3D"${DIGIKAMPN}-${PV/_/-}" + +DESCRIPTION=3D"Qt/C++ wrapper around LibFace to perform face recognition= and detection" +HOMEPAGE=3D"http://www.digikam.org/" +SRC_URI=3D"mirror://sourceforge/${DIGIKAMPN}/${MY_P}.tar.bz2" + +LICENSE=3D"GPL-2" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" +SLOT=3D4 + +# this beta temporarily forces the use of the bundled media-libs/libface + +DEPEND=3D" + >=3Dmedia-libs/opencv-2.1 +" +RDEPEND=3D${DEPEND} + +S=3D${WORKDIR}/${MY_P}/extra/${PN} + +src_configure() { + mycmakeargs=3D( + -DFORCED_UNBUNDLE=3DON + ) + kde4-base_src_configure +}