summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-04-03 16:32:01 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-04-03 16:32:01 +0000
commit7e14609a832cff801b4b0c5c959a9912438e95cb (patch)
tree82b1373ef4e918b5601971f231160ada88074fe3 /media-video
parentDoes not need Soprano, does not use Soprano, should not try to find it. Bug 3... (diff)
downloadgentoo-2-7e14609a832cff801b4b0c5c959a9912438e95cb.tar.gz
gentoo-2-7e14609a832cff801b4b0c5c959a9912438e95cb.tar.bz2
gentoo-2-7e14609a832cff801b4b0c5c959a9912438e95cb.zip
Added a first kdeenablefinal patch, bug 349620
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/kplayer/ChangeLog6
-rw-r--r--media-video/kplayer/files/kplayer-0.7-enablefinal.patch11
-rw-r--r--media-video/kplayer/kplayer-0.7.ebuild4
3 files changed, 19 insertions, 2 deletions
diff --git a/media-video/kplayer/ChangeLog b/media-video/kplayer/ChangeLog
index 2ac3cdfff9f5..a4bd23a9177f 100644
--- a/media-video/kplayer/ChangeLog
+++ b/media-video/kplayer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/kplayer
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/kplayer/ChangeLog,v 1.41 2011/02/02 05:18:26 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/kplayer/ChangeLog,v 1.42 2011/04/03 16:32:01 dilfridge Exp $
+
+ 03 Apr 2011; Andreas K. Huettel <dilfridge@gentoo.org> kplayer-0.7.ebuild,
+ +files/kplayer-0.7-enablefinal.patch:
+ Added a first kdeenablefinal patch, bug 349620
02 Feb 2011; Theo Chatzimichos <tampakrap@gentoo.org> kplayer-0.7.ebuild:
EAPI3, slotmove to 4
diff --git a/media-video/kplayer/files/kplayer-0.7-enablefinal.patch b/media-video/kplayer/files/kplayer-0.7-enablefinal.patch
new file mode 100644
index 000000000000..4eb41a120677
--- /dev/null
+++ b/media-video/kplayer/files/kplayer-0.7-enablefinal.patch
@@ -0,0 +1,11 @@
+--- kplayer/x11.cpp.orig 2010-12-26 02:34:38.374000171 +0100
++++ kplayer/x11.cpp 2010-12-26 02:35:28.989000170 +0100
+@@ -14,7 +14,7 @@
+ ***************************************************************************/
+
+ #include <X11/Xlib.h>
+-#undef CursorShape
++#include <fixx11h.h>
+ #include <qbytearray.h>
+ #include <qnamespace.h>
+ #include <qx11info_x11.h>
diff --git a/media-video/kplayer/kplayer-0.7.ebuild b/media-video/kplayer/kplayer-0.7.ebuild
index cec0cd3dffba..f3f230462d06 100644
--- a/media-video/kplayer/kplayer-0.7.ebuild
+++ b/media-video/kplayer/kplayer-0.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/kplayer/kplayer-0.7.ebuild,v 1.7 2011/02/02 05:18:26 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/kplayer/kplayer-0.7.ebuild,v 1.8 2011/04/03 16:32:01 dilfridge Exp $
EAPI=3
@@ -21,6 +21,8 @@ RDEPEND="${DEPEND}
>=media-video/mplayer-1.0_rc1
"
+PATCHES=( "${FILESDIR}/${P}"-enablefinal.patch )
+
CMAKE_IN_SOURCE_BUILD="1"
src_prepare() {