[Lunar-commits] <moonbase-other> spring: version bump & fixes for boost 1.56/gcc 4.9
v4hn
me at v4hn.de
Fri Sep 19 10:12:43 CEST 2014
commit 1f0679a9f7df7ab27aefd628ac29cee114d3366b
Author: v4hn <me at v4hn.de>
Date: Fri, 12 Sep 2014 18:13:56 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/1f0679a9f7df7ab27aefd628ac29cee114d3366b
spring: version bump & fixes for boost 1.56/gcc 4.9
---
games/spring/DETAILS | +3/-3
games/spring/PRE_BUILD | +7/-0
2 files changed, 10 insertions(+), 3 deletions(-)
--- a/games/spring/DETAILS
+++ b/games/spring/DETAILS
@@ -1,12 +1,12 @@
MODULE=spring
- VERSION=92.0
+ VERSION=96.0
SOURCE=${MODULE}_${VERSION}_src.tar.lzma
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${MODULE}_${VERSION}
SOURCE_URL=$SFORGE_URL/springrts/springrts/$MODULE-$VERSION
- SOURCE_VFY=sha1:a0450e910e1079e6bc50158873177b2647e9e80a
+ SOURCE_VFY=sha256:fd02f7b1f8d80712d909438652da1781444f873c8c7ea7c0fb408dfdfac4beab
WEB_SITE=http://springrts.com
ENTERED=20130215
- UPDATED=20130215
+ UPDATED=20140912
SHORT="3D real time strategy engine"
cat << EOF
--- /dev/null
+++ b/games/spring/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+
+sedit '/CMAKE_BACKWARDS_COMPATIBILITY/ d' tools/unitsync/test/CMakeLists.txt &&
+
+sedit '/_APIENTRY OpenGLDebugMessageCallback/ s/GLvoid\*/const GLvoid\*/' rts/Rendering/GL/myGL.cpp &&
+
+sedit 's@\(const bool f =\).*@\1 bool(p);@' rts/System/ThreadPool.cpp
More information about the Lunar-commits
mailing list