aballier 15/07/14 17:04:01 Modified: ChangeLog cinelerra-20140710.ebuild Log: do not build findobject plugin which was automagic on opencv and now fails to build, bug #554516 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.72 media-video/cinelerra/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.72&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.72&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?r1=1.71&r2=1.72 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- ChangeLog 8 Feb 2015 16:21:49 -0000 1.71 +++ ChangeLog 14 Jul 2015 17:04:01 -0000 1.72 @@ -1,6 +1,11 @@ # 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.71 2015/02/08 16:21:49 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.72 2015/07/14 17:04:01 aballier Exp $ + + 14 Jul 2015; Alexis Ballier <[email protected]> cinelerra-20140710.ebuild, + +files/cinelerra-nofindobject.patch: + do not build findobject plugin which was automagic on opencv and now fails to + build, bug #554516 08 Feb 2015; Alexis Ballier <[email protected]> cinelerra-20140710.ebuild, +files/cinelerra-pngtoh.patch: 1.4 media-video/cinelerra/cinelerra-20140710.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20140710.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20140710.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20140710.ebuild?r1=1.3&r2=1.4 Index: cinelerra-20140710.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20140710.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- cinelerra-20140710.ebuild 8 Feb 2015 16:21:49 -0000 1.3 +++ cinelerra-20140710.ebuild 14 Jul 2015 17:04:01 -0000 1.4 @@ -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.3 2015/02/08 16:21:49 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20140710.ebuild,v 1.4 2015/07/14 17:04:01 aballier Exp $ EAPI=5 inherit autotools eutils multilib flag-o-matic @@ -61,7 +61,8 @@ "${FILESDIR}"/${P}-underlinking.patch \ "${FILESDIR}"/${P}-ffmpeg-0.11.patch \ "${FILESDIR}"/${PN}-libav9.patch \ - "${FILESDIR}"/${PN}-pngtoh.patch + "${FILESDIR}"/${PN}-pngtoh.patch \ + "${FILESDIR}"/${PN}-nofindobject.patch if has_version '>=media-video/ffmpeg-2' ; then epatch "${FILESDIR}"/${PN}-ffmpeg2.patch
