maekke 14/07/20 18:17:10 Modified: ChangeLog Added: lensfun-0.2.8-r1.ebuild Log: do not modify header file install destination path by disposable in bug #500696, drop python2.6 support (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
Revision Changes Path 1.68 media-libs/lensfun/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?rev=1.68&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?rev=1.68&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?r1=1.67&r2=1.68 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- ChangeLog 19 Jun 2014 18:16:20 -0000 1.67 +++ ChangeLog 20 Jul 2014 18:17:10 -0000 1.68 @@ -1,6 +1,13 @@ # ChangeLog for media-libs/lensfun # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.67 2014/06/19 18:16:20 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.68 2014/07/20 18:17:10 maekke Exp $ + +*lensfun-0.2.8-r1 (20 Jul 2014) + + 20 Jul 2014; Markus Meier <[email protected]> +lensfun-0.2.8-r1.ebuild, + +files/lensfun-0.2.8-r1-build.patch: + do not modify header file install destination path by disposable in bug + #500696, drop python2.6 support 19 Jun 2014; Markus Meier <[email protected]> lensfun-0.2.8.ebuild: arm stable, bug #513336 1.1 media-libs/lensfun/lensfun-0.2.8-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.2.8-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.2.8-r1.ebuild?rev=1.1&content-type=text/plain Index: lensfun-0.2.8-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.8-r1.ebuild,v 1.1 2014/07/20 18:17:10 maekke Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit multilib python-single-r1 cmake-utils DESCRIPTION="lensfun: A library for rectifying and simulating photographic lens distortions" HOMEPAGE="http://lensfun.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning. SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="doc sse sse2" RDEPEND=">=dev-libs/glib-2.28 media-libs/libpng:0= sys-libs/zlib:=" DEPEND="${RDEPEND} doc? ( app-doc/doxygen )" REQUIRED_USE="${PYTHON_REQUIRED_USE}" PATCHES=( "${FILESDIR}"/${PF}-build.patch "${FILESDIR}"/${P}-x32.patch ) DOCS=( README docs/mounts.txt ) src_configure() { local mycmakeargs=( -DDOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html -DLIBDIR=$(get_libdir) -DBUILD_AUXFUN=ON $(cmake-utils_use_build doc) $(cmake-utils_use_build sse FOR_SSE) $(cmake-utils_use_build sse2 FOR_SSE2) -DBUILD_STATIC=OFF -DBUILD_TESTS=OFF ) cmake-utils_src_configure }
