Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libkface: ChangeLog libkface-2.2.0.ebuild
Date: Mon, 03 Oct 2011 18:12:09
Message-Id: 20111003181159.8C3A82004B@flycatcher.gentoo.org
1 dilfridge 11/10/03 18:11:59
2
3 Modified: ChangeLog
4 Added: libkface-2.2.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.10.20/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 media-libs/libkface/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/libkface/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 9 Sep 2011 17:27:38 -0000 1.3
24 +++ ChangeLog 3 Oct 2011 18:11:59 -0000 1.4
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-libs/libkface
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/ChangeLog,v 1.3 2011/09/09 17:27:38 dilfridge Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/ChangeLog,v 1.4 2011/10/03 18:11:59 dilfridge Exp $
30 +
31 +*libkface-2.2.0 (03 Oct 2011)
32 +
33 + 03 Oct 2011; Andreas K. Huettel <dilfridge@g.o>
34 + +libkface-2.2.0.ebuild:
35 + Version bump
36
37 *libkface-2.1.0 (09 Sep 2011)
38
39
40
41
42 1.1 media-libs/libkface/libkface-2.2.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/libkface-2.2.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/libkface-2.2.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libkface-2.2.0.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/libkface-2.2.0.ebuild,v 1.1 2011/10/03 18:11:59 dilfridge Exp $
52
53 EAPI=4
54
55 DIGIKAMPN=digikam
56
57 KDE_LINGUAS=""
58 KDE_MINIMAL="4.7"
59
60 CMAKE_MIN_VERSION=2.8
61
62 inherit kde4-base
63
64 MY_P="${DIGIKAMPN}-${PV/_/-}"
65
66 DESCRIPTION="Qt/C++ wrapper around LibFace to perform face recognition and detection"
67 HOMEPAGE="http://www.digikam.org/"
68 SRC_URI="mirror://sourceforge/${DIGIKAMPN}/${MY_P}.tar.bz2"
69
70 LICENSE="GPL-2"
71 KEYWORDS="~amd64 ~x86"
72 IUSE=""
73 SLOT=4
74
75 DEPEND=">=media-libs/opencv-2.1"
76 RDEPEND=${DEPEND}
77
78 S=${WORKDIR}/${MY_P}/extra/${PN}
79
80 src_configure() {
81 mycmakeargs=(
82 -DFORCED_UNBUNDLE=ON
83 )
84 kde4-base_src_configure
85 }