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.6.0_beta3.ebuild libkface-2.3.0.ebuild
Date: Sun, 08 Apr 2012 19:47:22
Message-Id: 20120408194713.65E0E2004B@flycatcher.gentoo.org
1 dilfridge 12/04/08 19:47:13
2
3 Modified: ChangeLog
4 Added: libkface-2.6.0_beta3.ebuild
5 Removed: libkface-2.3.0.ebuild
6 Log:
7 Version bump; remove old
8
9 (Portage version: 2.1.10.56/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.13 media-libs/libkface/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/ChangeLog?rev=1.13&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/ChangeLog?rev=1.13&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/ChangeLog?r1=1.12&r2=1.13
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-libs/libkface/ChangeLog,v
21 retrieving revision 1.12
22 retrieving revision 1.13
23 diff -u -r1.12 -r1.13
24 --- ChangeLog 4 Apr 2012 19:31:23 -0000 1.12
25 +++ ChangeLog 8 Apr 2012 19:47:13 -0000 1.13
26 @@ -1,6 +1,12 @@
27 # ChangeLog for media-libs/libkface
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/ChangeLog,v 1.12 2012/04/04 19:31:23 ago Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/ChangeLog,v 1.13 2012/04/08 19:47:13 dilfridge Exp $
31 +
32 +*libkface-2.6.0_beta3 (08 Apr 2012)
33 +
34 + 08 Apr 2012; Andreas K. Huettel <dilfridge@g.o>
35 + -libkface-2.3.0.ebuild, +libkface-2.6.0_beta3.ebuild:
36 + Version bump; remove old
37
38 04 Apr 2012; Agostino Sarubbo <ago@g.o> libkface-2.5.0.ebuild:
39 Stable for amd64, wrt bug #409403
40
41
42
43 1.1 media-libs/libkface/libkface-2.6.0_beta3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/libkface-2.6.0_beta3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/libkface-2.6.0_beta3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libkface-2.6.0_beta3.ebuild
49 ===================================================================
50 # Copyright 1999-2012 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.6.0_beta3.ebuild,v 1.1 2012/04/08 19:47:13 dilfridge Exp $
53
54 EAPI=4
55
56 DIGIKAMPN=digikam
57
58 KDE_LINGUAS=""
59 KDE_MINIMAL="4.8"
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=""
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 }