Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/subtitlecomposer: subtitlecomposer-0.5.3.ebuild ChangeLog
Date: Thu, 24 Jun 2010 18:44:31
Message-Id: 20100624184428.A69512CF4D@corvid.gentoo.org
1 xarthisius 10/06/24 18:44:28
2
3 Modified: subtitlecomposer-0.5.3.ebuild ChangeLog
4 Log:
5 Fix build with GCC-4.5 wrt bug 323055. Thanks to Diego for reporting.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 media-video/subtitlecomposer/subtitlecomposer-0.5.3.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/subtitlecomposer/subtitlecomposer-0.5.3.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/subtitlecomposer/subtitlecomposer-0.5.3.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/subtitlecomposer/subtitlecomposer-0.5.3.ebuild?r1=1.2&r2=1.3
14
15 Index: subtitlecomposer-0.5.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/subtitlecomposer/subtitlecomposer-0.5.3.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- subtitlecomposer-0.5.3.ebuild 8 Jun 2010 03:16:40 -0000 1.2
22 +++ subtitlecomposer-0.5.3.ebuild 24 Jun 2010 18:44:27 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-video/subtitlecomposer/subtitlecomposer-0.5.3.ebuild,v 1.2 2010/06/08 03:16:40 reavertm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-video/subtitlecomposer/subtitlecomposer-0.5.3.ebuild,v 1.3 2010/06/24 18:44:27 xarthisius Exp $
28
29 EAPI="2"
30
31 @@ -30,6 +30,7 @@
32
33 # linkage issue
34 epatch "${FILESDIR}/${PN}-linkage-patch.patch"
35 + epatch "${FILESDIR}"/${P}-gcc45.patch
36
37 sed -e '/ADD_SUBDIRECTORY( api )/s/^/# DISABLED/' \
38 -i src/main/scripting/examples/CMakeLists.txt \
39
40
41
42 1.5 media-video/subtitlecomposer/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/subtitlecomposer/ChangeLog?rev=1.5&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/subtitlecomposer/ChangeLog?rev=1.5&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/subtitlecomposer/ChangeLog?r1=1.4&r2=1.5
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/media-video/subtitlecomposer/ChangeLog,v
51 retrieving revision 1.4
52 retrieving revision 1.5
53 diff -u -r1.4 -r1.5
54 --- ChangeLog 8 Jun 2010 03:16:40 -0000 1.4
55 +++ ChangeLog 24 Jun 2010 18:44:27 -0000 1.5
56 @@ -1,6 +1,10 @@
57 # ChangeLog for media-video/subtitlecomposer
58 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/media-video/subtitlecomposer/ChangeLog,v 1.4 2010/06/08 03:16:40 reavertm Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/media-video/subtitlecomposer/ChangeLog,v 1.5 2010/06/24 18:44:27 xarthisius Exp $
61 +
62 + 24 Jun 2010; Kacper Kowalik <xarthisius@g.o>
63 + subtitlecomposer-0.5.3.ebuild, +files/subtitlecomposer-0.5.3-gcc45.patch:
64 + Fix build with GCC-4.5 wrt bug 323055. Thanks to Diego for reporting.
65
66 08 Jun 2010; Maciej Mrozowski <reavertm@g.o>
67 subtitlecomposer-0.5.3.ebuild: