Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/cinelerra: cinelerra-20111223.ebuild ChangeLog
Date: Fri, 23 Dec 2011 03:17:14
Message-Id: 20111223031704.69A9E20033@flycatcher.gentoo.org
1 ssuominen 11/12/23 03:17:04
2
3 Modified: cinelerra-20111223.ebuild ChangeLog
4 Log:
5 Fix underlinking (missing -ldl as used by pluginserver.C) wrt #367509 by Diego Elio Pettenò
6
7 (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 media-video/cinelerra/cinelerra-20111223.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20111223.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20111223.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20111223.ebuild?r1=1.1&r2=1.2
15
16 Index: cinelerra-20111223.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20111223.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- cinelerra-20111223.ebuild 23 Dec 2011 03:03:20 -0000 1.1
23 +++ cinelerra-20111223.ebuild 23 Dec 2011 03:17:04 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20111223.ebuild,v 1.1 2011/12/23 03:03:20 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20111223.ebuild,v 1.2 2011/12/23 03:17:04 ssuominen Exp $
29
30 EAPI=4
31 inherit autotools eutils multilib flag-o-matic
32 @@ -53,7 +53,8 @@
33 src_prepare() {
34 epatch \
35 "${FILESDIR}"/${PN}-entry.patch \
36 - "${FILESDIR}"/${PN}-ffmpeg.patch
37 + "${FILESDIR}"/${PN}-ffmpeg.patch \
38 + "${FILESDIR}"/${PN}-underlinking.patch
39
40 eautoreconf
41 }
42
43
44
45 1.49 media-video/cinelerra/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.49&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.49&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?r1=1.48&r2=1.49
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v
54 retrieving revision 1.48
55 retrieving revision 1.49
56 diff -u -r1.48 -r1.49
57 --- ChangeLog 23 Dec 2011 03:03:20 -0000 1.48
58 +++ ChangeLog 23 Dec 2011 03:17:04 -0000 1.49
59 @@ -1,6 +1,11 @@
60 # ChangeLog for media-video/cinelerra
61 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.48 2011/12/23 03:03:20 ssuominen Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.49 2011/12/23 03:17:04 ssuominen Exp $
64 +
65 + 23 Dec 2011; Samuli Suominen <ssuominen@g.o>
66 + cinelerra-20111223.ebuild, +files/cinelerra-underlinking.patch:
67 + Fix underlinking (missing -ldl as used by pluginserver.C) wrt #367509 by
68 + Diego Elio Pettenò
69
70 *cinelerra-20111223 (23 Dec 2011)