Gentoo Archives: gentoo-commits

From: "Ladislav Láska" <ladislav.laska@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: media-video/subtitlecomposer/, media-video/subtitlecomposer/files/
Date: Wed, 30 Mar 2011 15:11:01
Message-Id: 8a1b93d33e8bfcc9c59fdf7748fe2c3f7333fcd9.krakonos@gentoo
1 commit: 8a1b93d33e8bfcc9c59fdf7748fe2c3f7333fcd9
2 Author: Ladislav Láska <ladislav.laska <AT> gmail <DOT> com>
3 AuthorDate: Wed Mar 30 15:08:13 2011 +0000
4 Commit: Ladislav Láska <ladislav.laska <AT> gmail <DOT> com>
5 CommitDate: Wed Mar 30 15:08:13 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde-sunset.git;a=commit;h=8a1b93d3
7
8 [media-video/subtitlecomposer] Fixed compile-time bug in sstring.cpp.
9
10 ---
11 .../subtitlecomposer/files/compile-fixes.patch | 11 +++++++++++
12 .../subtitlecomposer-0.4.3-r1.ebuild | 3 ++-
13 2 files changed, 13 insertions(+), 1 deletions(-)
14
15 diff --git a/media-video/subtitlecomposer/files/compile-fixes.patch b/media-video/subtitlecomposer/files/compile-fixes.patch
16 new file mode 100644
17 index 0000000..9bd0ddf
18 --- /dev/null
19 +++ b/media-video/subtitlecomposer/files/compile-fixes.patch
20 @@ -0,0 +1,11 @@
21 +--- subtitlecomposer-0.4.3/src/core/sstring.cpp 2008-09-04 08:51:34.000000000 +0200
22 ++++ subtitlecomposer-0.4.3-b/src/core/sstring.cpp 2011-03-30 16:31:18.980909658 +0200
23 +@@ -920,7 +920,7 @@
24 + append( str );
25 + }
26 +
27 +-SStringList::SStringList( const SStringList::SStringList& list ):
28 ++SStringList::SStringList( const SStringList& list ):
29 + QValueList<SString>( list )
30 + {
31 + }
32
33 diff --git a/media-video/subtitlecomposer/subtitlecomposer-0.4.3-r1.ebuild b/media-video/subtitlecomposer/subtitlecomposer-0.4.3-r1.ebuild
34 index 7e21c4a..9600691 100644
35 --- a/media-video/subtitlecomposer/subtitlecomposer-0.4.3-r1.ebuild
36 +++ b/media-video/subtitlecomposer/subtitlecomposer-0.4.3-r1.ebuild
37 @@ -25,7 +25,8 @@ DEPEND="|| ( kde-base/kate kde-base/kdebase )
38 mplayer? ( media-video/mplayer )"
39 RDEPEND="${DEPEND}"
40
41 -PATCHES=( "${FILESDIR}/replace-exceptions.patch" )
42 +PATCHES=( "${FILESDIR}/replace-exceptions.patch"
43 + "${FILESDIR}/compile-fixes.patch" )
44
45 S=${WORKDIR}/${P}