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