aballier 15/02/08 16:21:49 Modified: cinelerra-20140710.ebuild ChangeLog Log: Fix build with gcc 4.9, patch by Bernd Feige in bug #526118 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.3 media-video/cinelerra/cinelerra-20140710.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20140710.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20140710.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20140710.ebuild?r1=1.2&r2=1.3 Index: cinelerra-20140710.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20140710.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cinelerra-20140710.ebuild 29 Jan 2015 19:14:51 -0000 1.2 +++ cinelerra-20140710.ebuild 8 Feb 2015 16:21:49 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20140710.ebuild,v 1.2 2015/01/29 19:14:51 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20140710.ebuild,v 1.3 2015/02/08 16:21:49 aballier Exp $ EAPI=5 inherit autotools eutils multilib flag-o-matic @@ -60,7 +60,8 @@ "${FILESDIR}"/${PN}-ffmpeg.patch \ "${FILESDIR}"/${P}-underlinking.patch \ "${FILESDIR}"/${P}-ffmpeg-0.11.patch \ - "${FILESDIR}"/${PN}-libav9.patch + "${FILESDIR}"/${PN}-libav9.patch \ + "${FILESDIR}"/${PN}-pngtoh.patch if has_version '>=media-video/ffmpeg-2' ; then epatch "${FILESDIR}"/${PN}-ffmpeg2.patch 1.71 media-video/cinelerra/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.71&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.71&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?r1=1.70&r2=1.71 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v retrieving revision 1.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- ChangeLog 29 Jan 2015 19:14:51 -0000 1.70 +++ ChangeLog 8 Feb 2015 16:21:49 -0000 1.71 @@ -1,6 +1,10 @@ # ChangeLog for media-video/cinelerra # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.70 2015/01/29 19:14:51 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.71 2015/02/08 16:21:49 aballier Exp $ + + 08 Feb 2015; Alexis Ballier <[email protected]> cinelerra-20140710.ebuild, + +files/cinelerra-pngtoh.patch: + Fix build with gcc 4.9, patch by Bernd Feige in bug #526118 29 Jan 2015; Michał Górny <[email protected]> cinelerra-20120707.ebuild, cinelerra-20140710.ebuild:
