blueness 14/10/19 19:50:03 Modified: photivo-0_pre20131115.ebuild ChangeLog Log: Fix compile error, bug #521204 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.2 media-gfx/photivo/photivo-0_pre20131115.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photivo/photivo-0_pre20131115.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photivo/photivo-0_pre20131115.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photivo/photivo-0_pre20131115.ebuild?r1=1.1&r2=1.2 Index: photivo-0_pre20131115.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/photivo/photivo-0_pre20131115.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- photivo-0_pre20131115.ebuild 17 Nov 2013 18:39:02 -0000 1.1 +++ photivo-0_pre20131115.ebuild 19 Oct 2014 19:50:03 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/photivo/photivo-0_pre20131115.ebuild,v 1.1 2013/11/17 18:39:02 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/photivo/photivo-0_pre20131115.ebuild,v 1.2 2014/10/19 19:50:03 blueness Exp $ EAPI=4 @@ -23,7 +23,7 @@ media-libs/libpng media-libs/cimg media-libs/lcms:2 - media-libs/lensfun + >=media-libs/lensfun-0.2.8-r1 sci-libs/fftw:3.0 media-libs/liblqr media-gfx/graphicsmagick[q16,-lcms] @@ -33,12 +33,15 @@ S=${WORKDIR}/${PN}-${PV/0_pre/} src_prepare() { - # remove ccache dependency + # remove ccache dependency and fix lensfun header path local File for File in $(find "${S}" -type f); do if grep -sq ccache ${File}; then sed -e 's/ccache//' -i "${File}" fi + if grep -sq "lensfun.h" ${File}; then + sed -e 's/lensfun\.h/lensfun\/lensfun.h/' -i ${File} + fi done # useless check (no pkgconfig file is provided) 1.9 media-gfx/photivo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photivo/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photivo/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photivo/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/photivo/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 17 Dec 2013 21:13:39 -0000 1.8 +++ ChangeLog 19 Oct 2014 19:50:03 -0000 1.9 @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/photivo -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/photivo/ChangeLog,v 1.8 2013/12/17 21:13:39 hwoarang Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/photivo/ChangeLog,v 1.9 2014/10/19 19:50:03 blueness Exp $ + + 19 Oct 2014; Anthony G. Basile <[email protected]> + photivo-0_pre20131115.ebuild: + Fix compile error, bug #521204 17 Dec 2013; Markos Chandras <[email protected]> photivo-9999.ebuild: Drop EHG_REVISION so it can be overridden by command line. Bug #494474 by
