mr_bones_ 15/06/05 07:08:00
Modified: supertuxkart-0.8.1-gentoo.patch
supertuxkart-0.8.1-icon-dest.patch
supertuxkart-0.8.1-jpeg9.patch
Added: supertuxkart-0.8.1-cmake.patch
Log:
add patch to work with newer cmake (bug #551260)
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.2
games-action/supertuxkart/files/supertuxkart-0.8.1-gentoo.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-gentoo.patch?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-gentoo.patch?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-gentoo.patch?r1=1.1&r2=1.2
Index: supertuxkart-0.8.1-gentoo.patch
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-gentoo.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- supertuxkart-0.8.1-gentoo.patch 26 Nov 2013 21:22:50 -0000 1.1
+++ supertuxkart-0.8.1-gentoo.patch 5 Jun 2015 07:08:00 -0000 1.2
@@ -1,8 +1,6 @@
gentoo specific hacks because we unbundle the
deps of irrlicht
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 09edd58..1f51a30 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -45,7 +45,6 @@ add_subdirectory("${PROJECT_SOURCE_DIR}/lib/enet")
1.2
games-action/supertuxkart/files/supertuxkart-0.8.1-icon-dest.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-icon-dest.patch?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-icon-dest.patch?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-icon-dest.patch?r1=1.1&r2=1.2
Index: supertuxkart-0.8.1-icon-dest.patch
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-icon-dest.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- supertuxkart-0.8.1-icon-dest.patch 26 Nov 2013 21:22:50 -0000 1.1
+++ supertuxkart-0.8.1-icon-dest.patch 5 Jun 2015 07:08:00 -0000 1.2
@@ -4,8 +4,6 @@
fix icon install dest
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 1f51a30..9c07659 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -304,7 +304,9 @@ endif()
1.2
games-action/supertuxkart/files/supertuxkart-0.8.1-jpeg9.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-jpeg9.patch?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-jpeg9.patch?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-jpeg9.patch?r1=1.1&r2=1.2
Index: supertuxkart-0.8.1-jpeg9.patch
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-jpeg9.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- supertuxkart-0.8.1-jpeg9.patch 25 Sep 2014 20:50:13 -0000 1.1
+++ supertuxkart-0.8.1-jpeg9.patch 5 Jun 2015 07:08:00 -0000 1.2
@@ -1,5 +1,5 @@
---- lib/irrlicht/source/Irrlicht/CImageLoaderJPG.cpp.old 2014-09-25
06:56:46.911153643 +0200
-+++ lib/irrlicht/source/Irrlicht/CImageLoaderJPG.cpp 2014-09-25
06:55:52.817175916 +0200
+--- lib/irrlicht/source/Irrlicht/CImageLoaderJPG.cpp.old
++++ lib/irrlicht/source/Irrlicht/CImageLoaderJPG.cpp
@@ -66,7 +66,7 @@
boolean CImageLoaderJPG::fill_input_buffer (j_decompress_ptr cinfo)
{
1.1
games-action/supertuxkart/files/supertuxkart-0.8.1-cmake.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-cmake.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/files/supertuxkart-0.8.1-cmake.patch?rev=1.1&content-type=text/plain
Index: supertuxkart-0.8.1-cmake.patch
===================================================================
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -128,6 +128,9 @@
find_package(OpenGL REQUIRED)
include_directories(${OPENGL_INCLUDE_DIR})
+find_package(X11 REQUIRED)
+include_directories(${X11_INCLUDE_DIR})
+
if(UNIX AND NOT APPLE)
find_library(IRRLICHT_XF86VM_LIBRARY Xxf86vm)
mark_as_advanced(IRRLICHT_XF86VM_LIBRARY)