dilfridge 14/10/30 00:11:16 Modified: ChangeLog Added: libkface-4.4.0.ebuild Log: Version bump (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path 1.49 media-libs/libkface/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/ChangeLog?rev=1.49&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/ChangeLog?rev=1.49&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/ChangeLog?r1=1.48&r2=1.49 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libkface/ChangeLog,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- ChangeLog 15 Aug 2014 17:27:09 -0000 1.48 +++ ChangeLog 30 Oct 2014 00:11:16 -0000 1.49 @@ -1,6 +1,12 @@ # 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.48 2014/08/15 17:27:09 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/ChangeLog,v 1.49 2014/10/30 00:11:16 dilfridge Exp $ + +*libkface-4.4.0 (30 Oct 2014) + + 30 Oct 2014; Andreas K. Huettel <[email protected]> + +libkface-4.4.0.ebuild: + Version bump *libkface-4.2.0 (15 Aug 2014) 1.1 media-libs/libkface/libkface-4.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/libkface-4.4.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkface/libkface-4.4.0.ebuild?rev=1.1&content-type=text/plain Index: libkface-4.4.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.4.0.ebuild,v 1.1 2014/10/30 00:11:16 dilfridge 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 }
