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-4.4.0.ebuild ChangeLog
Date: Thu, 30 Oct 2014 00:11:20
Message-Id: 20141030001116.0CD6A908E@oystercatcher.gentoo.org
1 dilfridge 14/10/30 00:11:16
2
3 Modified: ChangeLog
4 Added: libkface-4.4.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
9
10 Revision Changes Path
11 1.49 media-libs/libkface/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/ChangeLog?rev=1.49&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/ChangeLog?rev=1.49&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/ChangeLog?r1=1.48&r2=1.49
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/libkface/ChangeLog,v
20 retrieving revision 1.48
21 retrieving revision 1.49
22 diff -u -r1.48 -r1.49
23 --- ChangeLog 15 Aug 2014 17:27:09 -0000 1.48
24 +++ ChangeLog 30 Oct 2014 00:11:16 -0000 1.49
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-libs/libkface
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/ChangeLog,v 1.48 2014/08/15 17:27:09 johu Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/ChangeLog,v 1.49 2014/10/30 00:11:16 dilfridge Exp $
30 +
31 +*libkface-4.4.0 (30 Oct 2014)
32 +
33 + 30 Oct 2014; Andreas K. Huettel <dilfridge@g.o>
34 + +libkface-4.4.0.ebuild:
35 + Version bump
36
37 *libkface-4.2.0 (15 Aug 2014)
38
39
40
41
42 1.1 media-libs/libkface/libkface-4.4.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/libkface-4.4.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/libkface-4.4.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libkface-4.4.0.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/libkface-4.4.0.ebuild,v 1.1 2014/10/30 00:11:16 dilfridge Exp $
52
53 EAPI=5
54
55 DIGIKAMPN=digikam
56
57 KDE_LINGUAS=""
58 KDE_MINIMAL="4.10"
59
60 CMAKE_MIN_VERSION=2.8
61
62 inherit kde4-base
63
64 MY_PV=${PV/_/-}
65 MY_P="digikam-${MY_PV}"
66 SRC_URI="mirror://kde/stable/digikam/${MY_P}.tar.bz2"
67
68 DESCRIPTION="Qt/C++ wrapper around LibFace to perform face recognition and detection"
69 HOMEPAGE="http://www.digikam.org/"
70
71 LICENSE="GPL-2"
72 KEYWORDS="~amd64 ~x86"
73 IUSE=""
74 SLOT=4
75
76 DEPEND=">=media-libs/opencv-2.4.9"
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 }