[Lunar-commits] <moonbase> vavoom: version bump
Paul Bredbury
brebs at lunar-linux.org
Wed Jan 12 12:45:55 CET 2011
commit ba26a11382f194079df1a4b57f9b5d624cc7ae3e
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Wed Jan 12 18:45:55 2011 +0700
vavoom: version bump
And fix allegro dep.
---
games/vavoom/BUILD | 5 +----
games/vavoom/DETAILS | 9 +++------
2 files changed, 4 insertions(+), 10 deletions(-)
diff --git a/games/vavoom/BUILD b/games/vavoom/BUILD
index 0f9cd44..7cc401d 100644
--- a/games/vavoom/BUILD
+++ b/games/vavoom/BUILD
@@ -1,13 +1,10 @@
(
- # Fix "division by 0" startup error with gcc 4.4
- patch_it $SOURCE_CACHE/$SOURCE2 1 &&
-
# Set default basedir to shared dir, rather than current dir
sedit "s:fl_basedir = \".\":fl_basedir = \"/usr/share/games/vavoom\":" source/files.cpp &&
# BINDIR and DATADIR are relative to CMAKE_INSTALL_PREFIX
- cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DWITH_ALLEGRO=N -DBINDIR=games -DDATADIR="share/games/vavoom" -DENABLE_WRAPPERS=OFF &&
+ cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DBINDIR=games -DDATADIR="share/games/vavoom" -DENABLE_WRAPPERS=OFF $OPTS &&
default_build
diff --git a/games/vavoom/DETAILS b/games/vavoom/DETAILS
index 85151c3..951ee64 100644
--- a/games/vavoom/DETAILS
+++ b/games/vavoom/DETAILS
@@ -1,14 +1,11 @@
MODULE=vavoom
- VERSION=1.30
+ VERSION=1.33
SOURCE=${MODULE}-${VERSION}.tar.bz2
- SOURCE2=vavoom-1.30-gcc44-fix.patch.bz2
SOURCE_URL=$SFORGE_URL/$MODULE
- SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:53135df66631eb3fd6efce618569916518eaa943
- SOURCE2_VFY=sha1:25f2fe6460e7c7e8e8098949ded4f272c706381c
+ SOURCE_VFY=sha1:4388f2b9a1d8da4f250fd8b72ad156961c229abe
WEB_SITE=http://www.vavoom-engine.com/
ENTERED=20090727
- UPDATED=20091007
+ UPDATED=20110110
SHORT="Advanced source port for Doom/Heretic/Hexen/Strife"
PSAFE=no
More information about the Lunar-commits
mailing list