[SM-Commit] GIT changes to master games grimoire by Alexander Tsamutali (7610bfabdd8008544a267045df3640c85938f0f1)

Alexander Tsamutali scm at sourcemage.org
Sun Sep 2 03:38:55 EDT 2007


GIT changes to master games grimoire by Alexander Tsamutali <astsmtl at gmail.com>:

 games-arcade-3d/ultimatestunts/BUILD     |    4 +++-
 games-arcade-3d/ultimatestunts/CONFIGURE |    1 +
 games-arcade-3d/ultimatestunts/DEPENDS   |   14 +++++++-------
 games-arcade-3d/ultimatestunts/DETAILS   |    4 ++--
 games-arcade-3d/ultimatestunts/HISTORY   |    9 ++++++++-
 5 files changed, 21 insertions(+), 11 deletions(-)

New commits:
commit 4af2f2d4d4a10ed3cf2bb4b2a5f48a3cd6616569
Author: Alexander Tsamutali <astsmtl at gmail.com>
Commit: Alexander Tsamutali <astsmtl at gmail.com>

    games-arcade-3d/ultimatestunts: updated to 0721, fixed dependencies

diff --git a/games-arcade-3d/ultimatestunts/BUILD b/games-arcade-3d/ultimatestunts/BUILD
index f2438e5..6ea95ff 100755
--- a/games-arcade-3d/ultimatestunts/BUILD
+++ b/games-arcade-3d/ultimatestunts/BUILD
@@ -1 +1,3 @@
-default_games_build
+make_single &&
+default_games_build &&
+make_normal
diff --git a/games-arcade-3d/ultimatestunts/CONFIGURE b/games-arcade-3d/ultimatestunts/CONFIGURE
new file mode 100755
index 0000000..6eef2c1
--- /dev/null
+++ b/games-arcade-3d/ultimatestunts/CONFIGURE
@@ -0,0 +1 @@
+config_query SOUND "Enable sound support (depends on openal and freealut)?" y
diff --git a/games-arcade-3d/ultimatestunts/DEPENDS b/games-arcade-3d/ultimatestunts/DEPENDS
index 13b8aa2..9c18eef 100755
--- a/games-arcade-3d/ultimatestunts/DEPENDS
+++ b/games-arcade-3d/ultimatestunts/DEPENDS
@@ -1,8 +1,8 @@
-depends  g++                   &&
-depends  sdl                   &&
-depends  sdl_image             &&
+depends  g++        &&
+depends  sdl        &&
+depends  sdl_image  &&
 
-optional_depends  openal       \
-                  ""           \
-                  ""           \
-                  "for sound"
+if [ "$SOUND" == "y" ] ; then
+  depends  openal  &&
+  depends  freealut
+fi
diff --git a/games-arcade-3d/ultimatestunts/DETAILS b/games-arcade-3d/ultimatestunts/DETAILS
index ad5a8ba..80d9293 100755
--- a/games-arcade-3d/ultimatestunts/DETAILS
+++ b/games-arcade-3d/ultimatestunts/DETAILS
@@ -1,8 +1,8 @@
            SPELL=ultimatestunts
-         VERSION=0631
+         VERSION=0721
           SOURCE=${SPELL}-srcdata-${VERSION}.tar.gz
    SOURCE_URL[1]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
-     SOURCE_HASH=sha512:938dcb72b67f05fe70fc8405b2288dec8dde6c3f7384bf6740c6023ee92a1d1e28cec506962da198d0d5447853a768a1c0e81b90448c76d0f62f3d30e0478306
+     SOURCE_HASH=sha512:5fcef9555d0405ba62dcc40c88be09822eafd5576d960e6d1c47c78a6c892a900602d2eeae92de6460a5a3789d8a8adbc7ff70feb17c01ddfd2763c7c05ffd18
 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-srcdata-${VERSION}
         WEB_SITE=http://www.ultimatestunts.nl/
          ENTERED=20050226
diff --git a/games-arcade-3d/ultimatestunts/HISTORY b/games-arcade-3d/ultimatestunts/HISTORY
index 10d6ff6..490fbd4 100644
--- a/games-arcade-3d/ultimatestunts/HISTORY
+++ b/games-arcade-3d/ultimatestunts/HISTORY
@@ -1,6 +1,13 @@
+2007-09-02 Alexander Tsamutali <astsmtl at gmail.com>
+	* DETAILS: Updated to 0721
+	* CONFIGURE, DEPENDS: Optionally simultaneously depends on
+	  openal and freealut
+	* BUILD: Added make_single/make_normal
+
 2007-01-08 Pol Vinogradov <vin.public at gmail.com>
 	* DETAILS: updated to 0631, removed UPDATED
-	* DEPENDS: removed ode, added sdl_image, made openal optional, added missing &&
+	* DEPENDS: removed ode, added sdl_image, made openal optional,
+	  added missing &&
 	* BUILD: added for default_games_build
 	* PRE_BUILD: added to fix datadir path
 



More information about the SM-Commit mailing list