Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (1454843975681c59eb2f617c02f3535853a5d77e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (1454843975681c59eb2f617c02f3535853a5d77e)
  • Date: Sun, 7 Jan 2007 16:34:38 -0600

GIT changes to master games grimoire by Pol Vinogradov <vin.public AT gmail.com>:

games-arcade-3d/ultimatestunts/BUILD | 1 +
games-arcade-3d/ultimatestunts/DEPENDS | 11 +++++++----
games-arcade-3d/ultimatestunts/DETAILS | 5 ++---
games-arcade-3d/ultimatestunts/HISTORY | 6 ++++++
games-arcade-3d/ultimatestunts/PRE_BUILD | 4 ++++
5 files changed, 20 insertions(+), 7 deletions(-)

New commits:
commit 1454843975681c59eb2f617c02f3535853a5d77e
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

games-arcade-3d/ultimatestunts:

DETAILS: updated to 0631, removed UPDATED
DEPENDS: removed g++, ode, made openal optional, added missing &&
BUILD: added for default_games_build
PRE_BUILD: added to fix datadir path

diff --git a/games-arcade-3d/ultimatestunts/BUILD
b/games-arcade-3d/ultimatestunts/BUILD
new file mode 100755
index 0000000..f2438e5
--- /dev/null
+++ b/games-arcade-3d/ultimatestunts/BUILD
@@ -0,0 +1 @@
+default_games_build
diff --git a/games-arcade-3d/ultimatestunts/DEPENDS
b/games-arcade-3d/ultimatestunts/DEPENDS
index a7274a1..8155258 100755
--- a/games-arcade-3d/ultimatestunts/DEPENDS
+++ b/games-arcade-3d/ultimatestunts/DEPENDS
@@ -1,4 +1,7 @@
-depends g++
-depends openal
-depends sdl
-depends ode
+depends sdl &&
+depends sdl_image &&
+
+optional_depends openal \
+ "" \
+ "" \
+ "for sound"
diff --git a/games-arcade-3d/ultimatestunts/DETAILS
b/games-arcade-3d/ultimatestunts/DETAILS
index 839dab7..ad5a8ba 100755
--- a/games-arcade-3d/ultimatestunts/DETAILS
+++ b/games-arcade-3d/ultimatestunts/DETAILS
@@ -1,12 +1,11 @@
SPELL=ultimatestunts
- VERSION=0531
+ VERSION=0631
SOURCE=${SPELL}-srcdata-${VERSION}.tar.gz
SOURCE_URL[1]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:529e90daf555fbfe2ecc5b5cc503fd1083bea4196dbfb126a7514da62e0cf8be1fcee6263aadd75cdbf09de9aafcbb7b09a32f30ee47bf91398666d65a4c6ad4
+
SOURCE_HASH=sha512:938dcb72b67f05fe70fc8405b2288dec8dde6c3f7384bf6740c6023ee92a1d1e28cec506962da198d0d5447853a768a1c0e81b90448c76d0f62f3d30e0478306
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-srcdata-${VERSION}
WEB_SITE=http://www.ultimatestunts.nl/
ENTERED=20050226
- UPDATED=20050226
LICENSE[0]=GPL
SHORT="UltimateStunts will be a remake of the famous DOS-game
stunts."
cat << EOF
diff --git a/games-arcade-3d/ultimatestunts/HISTORY
b/games-arcade-3d/ultimatestunts/HISTORY
index 4cd6dba..19db0b9 100644
--- a/games-arcade-3d/ultimatestunts/HISTORY
+++ b/games-arcade-3d/ultimatestunts/HISTORY
@@ -1,3 +1,9 @@
+2007-01-08 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated to 0631, removed UPDATED
+ * DEPENDS: removed g++, ode, made openal optional, added missing &&
+ * BUILD: added for default_games_build
+ * PRE_BUILD: added to fix datadir path
+
2006-09-21 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/games-arcade-3d/ultimatestunts/PRE_BUILD
b/games-arcade-3d/ultimatestunts/PRE_BUILD
new file mode 100755
index 0000000..bacdb62
--- /dev/null
+++ b/games-arcade-3d/ultimatestunts/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+
+sedit "s:share/ultimatestunts:share/games/${SPELL}:" configure



  • [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (1454843975681c59eb2f617c02f3535853a5d77e), Pol Vinogradov, 01/07/2007

Archive powered by MHonArc 2.6.24.

Top of Page