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