Browse Source
gnu: xmoto: Update to 0.6.0-0-f7ca787.
gnu: xmoto: Update to 0.6.0-0-f7ca787.
* gnu/packages/games.scm (xmoto): Update to 0.6.0-0-f7ca787. [source]: Remove patches. [arguments]: Remove make-flags keyword. * gnu/packages/patches/xmoto-remove-glext.patch: * gnu/packages/patches/xmoto-reproducible.patch: * gnu/packages/patches/xmoto-utf8.patch: Delete files. * gnu/local.mk: Register previous deletions.wip-haskell-updates-2

No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
5 changed files with 104 additions and 149 deletions
-
3gnu/local.mk
-
187gnu/packages/games.scm
-
23gnu/packages/patches/xmoto-remove-glext.patch
-
24gnu/packages/patches/xmoto-reproducible.patch
-
16gnu/packages/patches/xmoto-utf8.patch
@ -1,23 +0,0 @@ |
|||
Description: Allow building without upstream-supplied glext.h |
|||
Author: Stephen Kitt <steve@sk2.org> |
|||
Bug: http://todo.xmoto.tuxfamily.org/index.php?do=details&task_id=803 |
|||
|
|||
--- xmoto-0.5.9+dfsg.orig/src/include/xm_OpenGL.h
|
|||
+++ xmoto-0.5.9+dfsg/src/include/xm_OpenGL.h
|
|||
@@ -1,7 +1,6 @@
|
|||
#ifdef ENABLE_OPENGL |
|||
/* Pull in OpenGL headers */ |
|||
/* following scissored from SDL_opengl.h */ |
|||
-#define __glext_h_ /* Don't let gl.h include glext.h */
|
|||
#ifdef HAVE_APPLE_OPENGL_FRAMEWORK |
|||
#include <OpenGL/gl.h> /* Header File For The OpenGL Library */ |
|||
#include <OpenGL/glu.h> /* Header File For The GLU Library */ |
|||
@@ -12,8 +11,5 @@
|
|||
#include <GL/gl.h> /* Header File For The OpenGL Library */ |
|||
#include <GL/glu.h> /* Header File For The GLU Library */ |
|||
#endif |
|||
-#undef __glext_h_
|
|||
-
|
|||
-#include "../glext.h"
|
|||
|
|||
#endif |
@ -1,24 +0,0 @@ |
|||
Description: Avoid __DATE__ and __TIME__ to build reproducibly |
|||
Author: Stephen Kitt <skitt@debian.org> |
|||
|
|||
--- a/src/GameInit.cpp
|
|||
+++ b/src/GameInit.cpp
|
|||
@@ -248,7 +248,6 @@
|
|||
Logger::setActiv(XMSession::instance()->noLog() == false); /* apply log activ mode */ |
|||
|
|||
LogInfo(std::string("X-Moto " + XMBuild::getVersionString(true)).c_str()); |
|||
- LogInfo("compiled at "__DATE__" "__TIME__);
|
|||
if(SwapEndian::bigendien) { |
|||
LogInfo("Systeme is bigendien"); |
|||
} else { |
|||
--- a/src/states/StateOptions.cpp
|
|||
+++ b/src/states/StateOptions.cpp
|
|||
@@ -1233,8 +1233,6 @@
|
|||
int p=25; |
|||
makeWindowOptions_infos_line(v_window, "Version", "X-Moto " + XMBuild::getVersionString(true), p); |
|||
p+=20; |
|||
- makeWindowOptions_infos_line(v_window, "Compilation date", __DATE__ " " __TIME__, p);
|
|||
- p+=20;
|
|||
makeWindowOptions_infos_line(v_window, "User data directory", XMFS::getUserDir(FDT_DATA), p); |
|||
p+=20; |
|||
makeWindowOptions_infos_line(v_window, "User config directory", XMFS::getUserDir(FDT_CONFIG), p); |
@ -1,16 +0,0 @@ |
|||
Description: Build with g++'s new utf8.h |
|||
Author: Stephen Kitt <skitt@debian.org> |
|||
|
|||
--- a/src/helpers/utf8.h
|
|||
+++ b/src/helpers/utf8.h
|
|||
@@ -18,8 +18,8 @@
|
|||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|||
=============================================================================*/ |
|||
|
|||
-#ifndef __UTF8_H__
|
|||
-#define __UTF8_H__
|
|||
+#ifndef __XMOTO_UTF8_H__
|
|||
+#define __XMOTO_UTF8_H__
|
|||
|
|||
#include <vector> |
|||
#include <string> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue