johu 15/08/08 08:27:29 Modified: ChangeLog Added: libkface-4.12.0.ebuild Log: Version bump by Andreas Sturmlechner <[email protected]>. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xFDF4F788)
Revision Changes Path 1.56 media-libs/libkface/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/ChangeLog?rev=1.56&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/ChangeLog?rev=1.56&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/ChangeLog?r1=1.55&r2=1.56 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libkface/ChangeLog,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- ChangeLog 19 May 2015 21:48:11 -0000 1.55 +++ ChangeLog 8 Aug 2015 08:27:29 -0000 1.56 @@ -1,6 +1,11 @@ # ChangeLog for media-libs/libkface # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/ChangeLog,v 1.55 2015/05/19 21:48:11 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/ChangeLog,v 1.56 2015/08/08 08:27:29 johu Exp $ + +*libkface-4.12.0 (08 Aug 2015) + + 08 Aug 2015; Johannes Huber <[email protected]> +libkface-4.12.0.ebuild: + Version bump by Andreas Sturmlechner <[email protected]>. *libkface-4.10.0 (19 May 2015) 1.1 media-libs/libkface/libkface-4.12.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/libkface-4.12.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/libkface-4.12.0.ebuild?rev=1.1&content-type=text/plain Index: libkface-4.12.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/libkface-4.12.0.ebuild,v 1.1 2015/08/08 08:27:29 johu Exp $ EAPI=5 MY_PV="${PV/_/-}" MY_P="digikam-${MY_PV}" KDE_LINGUAS="" inherit kde4-base DESCRIPTION="Qt/C++ wrapper around LibFace to perform face recognition and detection" HOMEPAGE="http://www.digikam.org/" SRC_URI="mirror://kde/stable/digikam/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="4/3" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=media-libs/opencv-2.4.9" RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P}/extra/${PN}
