public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde-sunset:master commit in: media-video/subtitlecomposer/, media-video/subtitlecomposer/files/
@ 2011-03-30 15:10 Ladislav Láska
  0 siblings, 0 replies; only message in thread
From: Ladislav Láska @ 2011-03-30 15:10 UTC (permalink / raw
  To: gentoo-commits

commit:     8a1b93d33e8bfcc9c59fdf7748fe2c3f7333fcd9
Author:     Ladislav Láska <ladislav.laska <AT> gmail <DOT> com>
AuthorDate: Wed Mar 30 15:08:13 2011 +0000
Commit:     Ladislav Láska <ladislav.laska <AT> gmail <DOT> com>
CommitDate: Wed Mar 30 15:08:13 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde-sunset.git;a=commit;h=8a1b93d3

[media-video/subtitlecomposer] Fixed compile-time bug in sstring.cpp.

---
 .../subtitlecomposer/files/compile-fixes.patch     |   11 +++++++++++
 .../subtitlecomposer-0.4.3-r1.ebuild               |    3 ++-
 2 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/media-video/subtitlecomposer/files/compile-fixes.patch b/media-video/subtitlecomposer/files/compile-fixes.patch
new file mode 100644
index 0000000..9bd0ddf
--- /dev/null
+++ b/media-video/subtitlecomposer/files/compile-fixes.patch
@@ -0,0 +1,11 @@
+--- subtitlecomposer-0.4.3/src/core/sstring.cpp	2008-09-04 08:51:34.000000000 +0200
++++ subtitlecomposer-0.4.3-b/src/core/sstring.cpp	2011-03-30 16:31:18.980909658 +0200
+@@ -920,7 +920,7 @@
+ 	append( str );
+ }
+ 
+-SStringList::SStringList( const SStringList::SStringList& list ):
++SStringList::SStringList( const SStringList& list ):
+ 	QValueList<SString>( list )
+ {
+ }

diff --git a/media-video/subtitlecomposer/subtitlecomposer-0.4.3-r1.ebuild b/media-video/subtitlecomposer/subtitlecomposer-0.4.3-r1.ebuild
index 7e21c4a..9600691 100644
--- a/media-video/subtitlecomposer/subtitlecomposer-0.4.3-r1.ebuild
+++ b/media-video/subtitlecomposer/subtitlecomposer-0.4.3-r1.ebuild
@@ -25,7 +25,8 @@ DEPEND="|| ( kde-base/kate kde-base/kdebase )
         mplayer? ( media-video/mplayer )"
 RDEPEND="${DEPEND}"
 
-PATCHES=( "${FILESDIR}/replace-exceptions.patch" )
+PATCHES=( "${FILESDIR}/replace-exceptions.patch" 
+	"${FILESDIR}/compile-fixes.patch" )
 
 S=${WORKDIR}/${P}
 



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-30 15:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-30 15:10 [gentoo-commits] proj/kde-sunset:master commit in: media-video/subtitlecomposer/, media-video/subtitlecomposer/files/ Ladislav Láska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox