Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/cinelerra: cinelerra-20140710.ebuild ChangeLog
Date: Sun, 08 Feb 2015 16:21:54
Message-Id: 20150208162149.EF8F31154F@oystercatcher.gentoo.org
1 aballier 15/02/08 16:21:49
2
3 Modified: cinelerra-20140710.ebuild ChangeLog
4 Log:
5 Fix build with gcc 4.9, patch by Bernd Feige in bug #526118
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
8
9 Revision Changes Path
10 1.3 media-video/cinelerra/cinelerra-20140710.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20140710.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20140710.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20140710.ebuild?r1=1.2&r2=1.3
15
16 Index: cinelerra-20140710.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20140710.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- cinelerra-20140710.ebuild 29 Jan 2015 19:14:51 -0000 1.2
23 +++ cinelerra-20140710.ebuild 8 Feb 2015 16:21:49 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20140710.ebuild,v 1.2 2015/01/29 19:14:51 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20140710.ebuild,v 1.3 2015/02/08 16:21:49 aballier Exp $
29
30 EAPI=5
31 inherit autotools eutils multilib flag-o-matic
32 @@ -60,7 +60,8 @@
33 "${FILESDIR}"/${PN}-ffmpeg.patch \
34 "${FILESDIR}"/${P}-underlinking.patch \
35 "${FILESDIR}"/${P}-ffmpeg-0.11.patch \
36 - "${FILESDIR}"/${PN}-libav9.patch
37 + "${FILESDIR}"/${PN}-libav9.patch \
38 + "${FILESDIR}"/${PN}-pngtoh.patch
39
40 if has_version '>=media-video/ffmpeg-2' ; then
41 epatch "${FILESDIR}"/${PN}-ffmpeg2.patch
42
43
44
45 1.71 media-video/cinelerra/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.71&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.71&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?r1=1.70&r2=1.71
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v
54 retrieving revision 1.70
55 retrieving revision 1.71
56 diff -u -r1.70 -r1.71
57 --- ChangeLog 29 Jan 2015 19:14:51 -0000 1.70
58 +++ ChangeLog 8 Feb 2015 16:21:49 -0000 1.71
59 @@ -1,6 +1,10 @@
60 # ChangeLog for media-video/cinelerra
61 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.70 2015/01/29 19:14:51 mgorny Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.71 2015/02/08 16:21:49 aballier Exp $
64 +
65 + 08 Feb 2015; Alexis Ballier <aballier@g.o> cinelerra-20140710.ebuild,
66 + +files/cinelerra-pngtoh.patch:
67 + Fix build with gcc 4.9, patch by Bernd Feige in bug #526118
68
69 29 Jan 2015; Michał Górny <mgorny@g.o> cinelerra-20120707.ebuild,
70 cinelerra-20140710.ebuild: