Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Vlad Glagolev (88cb44e190e02f2b61491eb98e4af5d08c1fb42f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Vlad Glagolev (88cb44e190e02f2b61491eb98e4af5d08c1fb42f)
  • Date: Mon, 12 May 2008 02:37:07 -0500

GIT changes to master games grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

games-fps/nexuiz/BUILD | 6 ++++--
games-fps/nexuiz/DETAILS | 4 ++--
games-fps/nexuiz/HISTORY | 6 +++++-
3 files changed, 11 insertions(+), 5 deletions(-)

New commits:
commit 88cb44e190e02f2b61491eb98e4af5d08c1fb42f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

nexuiz: => 2.4.2, fixed multijob compilation

diff --git a/games-fps/nexuiz/BUILD b/games-fps/nexuiz/BUILD
index 97b9080..c72e7bc 100755
--- a/games-fps/nexuiz/BUILD
+++ b/games-fps/nexuiz/BUILD
@@ -1,4 +1,6 @@
unzip sources/engine*source* &&
unzip sources/game*source* &&
-cd darkplaces &&
-make release
+cd darkplaces &&
+make_single &&
+make release &&
+make_normal
diff --git a/games-fps/nexuiz/DETAILS b/games-fps/nexuiz/DETAILS
index 71f2cfd..7c42880 100755
--- a/games-fps/nexuiz/DETAILS
+++ b/games-fps/nexuiz/DETAILS
@@ -1,8 +1,8 @@
SPELL=nexuiz
- VERSION=24
+ VERSION=242
SOURCE=$SPELL-$VERSION.zip
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:a65c87d01282c927628d8e4834acf412a10fa4cf9a3d9fdeb52b610b99c5d1846bd6777b7d5a707cca2a993b64dd5693155f24fb0253c93bd253f086ea2d1a5a
+
SOURCE_HASH=sha512:093ac5c5f56fab0bd3959caf7378876623ed2704e53125afb89957c13ee99b895638b8cea45b624eee74e5379dea04339ae8033519507da78046e95b068bff1c

if [[ $NEXUIZ_MAPPACK == y ]]; then
SOURCE2=nexmappack_r2.zip
diff --git a/games-fps/nexuiz/HISTORY b/games-fps/nexuiz/HISTORY
index 099a139..aacbbff 100644
--- a/games-fps/nexuiz/HISTORY
+++ b/games-fps/nexuiz/HISTORY
@@ -1,3 +1,7 @@
+2008-05-12 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 242
+ * BUILD: make_single
+
2008-02-29 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 24

@@ -27,7 +31,7 @@
* DETAILS: deleted keywords

2006-04-06 Benjamin 'Asaru' Dirks <asaru AT wtnet.de>
- * BUILD, DEPENDS, DETAILS, INSTALL:
+ * BUILD, DEPENDS, DETAILS, INSTALL:
updated version to 1.5
added dependencies for sdl,libvorbis,libpng,jpeg,unzip
added keywords



  • [SM-Commit] GIT changes to master games grimoire by Vlad Glagolev (88cb44e190e02f2b61491eb98e4af5d08c1fb42f), Vlad Glagolev, 05/12/2008

Archive powered by MHonArc 2.6.24.

Top of Page