maekke 14/09/14 09:05:47 Modified: ChangeLog lensfun-0.2.8-r1.ebuild Log: add support for building with clang by Fabio Scaccabarozzi in bug #519006 (Portage version: 2.2.12-r1/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
Revision Changes Path 1.75 media-libs/lensfun/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?rev=1.75&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?rev=1.75&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/ChangeLog?r1=1.74&r2=1.75 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v retrieving revision 1.74 retrieving revision 1.75 diff -u -r1.74 -r1.75 --- ChangeLog 3 Aug 2014 18:47:36 -0000 1.74 +++ ChangeLog 14 Sep 2014 09:05:46 -0000 1.75 @@ -1,6 +1,10 @@ # 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.74 2014/08/03 18:47:36 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/ChangeLog,v 1.75 2014/09/14 09:05:46 maekke Exp $ + + 14 Sep 2014; Markus Meier <[email protected]> lensfun-0.2.8-r1.ebuild, + +files/lensfun-0.2.8-support-clang-visibility-as-gcc.patch: + add support for building with clang by Fabio Scaccabarozzi in bug #519006 03 Aug 2014; Markus Meier <[email protected]> -lensfun-0.2.7.ebuild, -files/lensfun-0.2.6-auxfun.patch, -files/lensfun-0.2.7-build.patch, 1.2 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.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.2.8-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/lensfun-0.2.8-r1.ebuild?r1=1.1&r2=1.2 Index: lensfun-0.2.8-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.8-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- lensfun-0.2.8-r1.ebuild 20 Jul 2014 18:17:10 -0000 1.1 +++ lensfun-0.2.8-r1.ebuild 14 Sep 2014 09:05:46 -0000 1.2 @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.8-r1.ebuild,v 1.2 2014/09/14 09:05:46 maekke Exp $ EAPI=5 @@ -28,6 +28,7 @@ PATCHES=( "${FILESDIR}"/${PF}-build.patch "${FILESDIR}"/${P}-x32.patch + "${FILESDIR}"/${P}-support-clang-visibility-as-gcc.patch ) DOCS=( README docs/mounts.txt )
