johu        14/08/15 17:27:09

  Modified:             ChangeLog
  Added:                libkface-4.2.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
0xF3CFD2BD)

Revision  Changes    Path
1.48                 media-libs/libkface/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/ChangeLog?rev=1.48&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/ChangeLog?rev=1.48&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libkface/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog   4 Jun 2014 21:41:22 -0000       1.47
+++ ChangeLog   15 Aug 2014 17:27:09 -0000      1.48
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/libkface
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/ChangeLog,v 1.47 
2014/06/04 21:41:22 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/ChangeLog,v 1.48 
2014/08/15 17:27:09 johu Exp $
+
+*libkface-4.2.0 (15 Aug 2014)
+
+  15 Aug 2014; Johannes Huber <[email protected]> +libkface-4.2.0.ebuild:
+  Version bump.
 
 *libkface-4.0.0 (04 Jun 2014)
 



1.1                  media-libs/libkface/libkface-4.2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/libkface-4.2.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/libkface-4.2.0.ebuild?rev=1.1&content-type=text/plain

Index: libkface-4.2.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/libkface-4.2.0.ebuild,v 
1.1 2014/08/15 17:27:09 johu Exp $

EAPI=5

DIGIKAMPN=digikam

KDE_LINGUAS=""
KDE_MINIMAL="4.10"

CMAKE_MIN_VERSION=2.8

inherit kde4-base

MY_PV=${PV/_/-}
MY_P="digikam-${MY_PV}"
SRC_URI="mirror://kde/stable/digikam/${MY_P}.tar.bz2"

DESCRIPTION="Qt/C++ wrapper around LibFace to perform face recognition and 
detection"
HOMEPAGE="http://www.digikam.org/";

LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE=""
SLOT=4

DEPEND=">=media-libs/opencv-2.4.9"
RDEPEND=${DEPEND}

S=${WORKDIR}/${MY_P}/extra/${PN}

src_configure() {
        mycmakeargs=(
                -DFORCED_UNBUNDLE=ON
        )
        kde4-base_src_configure
}




Reply via email to