Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Andra?? Levstik (a0274c21ebeddff850cb9b4d2c9a3f1a87a47314)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andra?? Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Andra?? Levstik (a0274c21ebeddff850cb9b4d2c9a3f1a87a47314)
  • Date: Mon, 17 Jul 2006 17:23:43 -0500

GIT changes to master games grimoire by Andra?? Levstik <ruskie AT mages.ath.cx>:

games-arcade-2d/wop/DEPENDS | 8 +++++++-
games-arcade-2d/wop/DETAILS | 6 ++----
games-arcade-2d/wop/HISTORY | 3 +++
games-arcade-2d/wormux/BUILD | 1 +
games-arcade-2d/wormux/DETAILS | 6 ++----
games-arcade-2d/wormux/HISTORY | 6 ++++--
games-emulators/scummvm/BUILD | 1 +
games-emulators/scummvm/HISTORY | 3 +++
games-engines/prboom/BUILD | 1 -
games-engines/prboom/DETAILS | 10 +++-------
games-engines/prboom/HISTORY | 4 ++++
games-strategy-rts/warzone2100/BUILD | 14 +-------------
games-strategy-rts/warzone2100/C7320492.gpg |binary
games-strategy-rts/warzone2100/CONFIGURE | 2 --
games-strategy-rts/warzone2100/DEPENDS | 8 +-------
games-strategy-rts/warzone2100/DETAILS | 18 +++++++++---------
games-strategy-rts/warzone2100/HISTORY | 8 ++++++++
games-strategy-rts/warzone2100/INSTALL | 7 -------
games-strategy-rts/warzone2100/warzone | 3 ---
19 files changed, 49 insertions(+), 60 deletions(-)

New commits:
commit a0274c21ebeddff850cb9b4d2c9a3f1a87a47314
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

warzone2100: new version

commit ba7dd18b5f934a37c464a49464a56ed1e1e92c1c
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

wop: updated

commit 348214a063940b51a55facf53ccd4a91b59bb850
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

Nev version of wormux

commit 63c0fa61bd4f6344e27d1a1c73c1267816653648
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

prboom: update

commit bfa3b4adf6dee27f6eaa73e5280b2d2ddf5e6ed7
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

scummvm: Fix for bug #12644

diff --git a/games-arcade-2d/wop/DEPENDS b/games-arcade-2d/wop/DEPENDS
index 26c76ae..6a7ac9c 100755
--- a/games-arcade-2d/wop/DEPENDS
+++ b/games-arcade-2d/wop/DEPENDS
@@ -3,4 +3,10 @@ depends sdl_image &&
depends sdl_ttf &&
depends sdl_mixer &&
depends sdl_net &&
-depends wopdata
+depends wopdata &&
+depends g++ &&
+depends X11-LIBS &&
+if check_if_xorg_modular_libs
+ then
+ depends makedepend
+fi
diff --git a/games-arcade-2d/wop/DETAILS b/games-arcade-2d/wop/DETAILS
index 676633c..cdabed6 100755
--- a/games-arcade-2d/wop/DETAILS
+++ b/games-arcade-2d/wop/DETAILS
@@ -1,14 +1,12 @@
SPELL=wop
- VERSION=0.4.2
+ VERSION=0.4.3
SOURCE=${SPELL}-${VERSION}-src.tar.bz2
SOURCE_URL[0]=http://wormsofprey.org/download/${SOURCE}
-
SOURCE_HASH=sha512:946df942a133386c8dda6722b6a08739c9433905ca8a46cbf0391c6483449ef16c37ae0dc2228d68d1330294a17fe68b3ae42f7826e307a4de6cf2edae204077
+
SOURCE_HASH=sha512:259f9f455e6fbfae2ffb6e169dcf1661f1353e28a5e51b6e907f2868a50c5f54982b4d383dcfcec201c9a2d0429fb468c44c974695364c5fd28d25328e10c6b8
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=http://wormsofprey.org/
ENTERED=20051223
- UPDATED=20051223
LICENSE[0]=GPL
- BUILD_API=2
SHORT="A multi-player, real-time Worms clone similar to Liero or
NiL."
cat << EOF
W&amp;ouml;rms of Prey is a multi-player, real-time Worms clone for Linux and
diff --git a/games-arcade-2d/wop/HISTORY b/games-arcade-2d/wop/HISTORY
index 31aeaf9..b019279 100644
--- a/games-arcade-2d/wop/HISTORY
+++ b/games-arcade-2d/wop/HISTORY
@@ -1,3 +1,6 @@
+2006-07-17 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: updated to 0.4.3
+
2006-02-27 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: updated to 0.4.2

diff --git a/games-arcade-2d/wormux/BUILD b/games-arcade-2d/wormux/BUILD
index f2438e5..0f1816c 100755
--- a/games-arcade-2d/wormux/BUILD
+++ b/games-arcade-2d/wormux/BUILD
@@ -1 +1,2 @@
+OPTS="--with-datadir-name=$INSTALL_ROOT/usr/share/games/wormux $OPTS" &&
default_games_build
diff --git a/games-arcade-2d/wormux/DETAILS b/games-arcade-2d/wormux/DETAILS
index 050d11d..3107ad9 100755
--- a/games-arcade-2d/wormux/DETAILS
+++ b/games-arcade-2d/wormux/DETAILS
@@ -16,17 +16,15 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_IGNORE=volatile
fi
else
- VERSION=0.7.1
+ VERSION=0.7.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL=http://download.gna.org/${SPELL}/${SOURCE}
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-
SOURCE_HASH=sha512:2238003aaf3213b48bb81fb4b0d0575b05ad9a8070c5c91fcb89386672e5cf8b746f346aaa934db24bd1597fabf34da9dea875a7825694ce9588bff41216d4db
+
SOURCE_HASH=sha512:1a5684af655721b0249e372f03eb9046408cb2dc7bc4b5a2b1cce27b38c9d990760ef2e64010cafdeff0794ef2286eaba9a1b7605d1b11219e18847ae8917880
fi
WEB_SITE=http://www.wormux.org
ENTERED=20040524
- UPDATED=20040524
LICENSE[0]=GPL
- BUILD_API=2
SHORT="A free Worms clone"

cat << EOF
diff --git a/games-arcade-2d/wormux/HISTORY b/games-arcade-2d/wormux/HISTORY
index 1f45f1f..304a0be 100644
--- a/games-arcade-2d/wormux/HISTORY
+++ b/games-arcade-2d/wormux/HISTORY
@@ -1,3 +1,6 @@
+2006-07-17 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: update to 0.7.2
+
2006-05-22 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: update to 0.7.1

@@ -45,6 +48,5 @@
2004-05-24 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* Added to the grimoire

-2004-05-24 Cl?ment MATHIEU <cykl AT mAdchAt.org>
+2004-05-24 Cl??ment MATHIEU <cykl AT mAdchAt.org>
* HISTORY: Added
-
diff --git a/games-emulators/scummvm/BUILD b/games-emulators/scummvm/BUILD
index 1e1491b..bb6010e 100755
--- a/games-emulators/scummvm/BUILD
+++ b/games-emulators/scummvm/BUILD
@@ -5,6 +5,7 @@ list_remove SCUMMVM_OPTS_TMP "--enable-s
"--enable-saga" "--enable-queen" \
"--enable-sword2" "--enable-sword1" \
"--enable-sky" "--enable-simon" \
+ "--disable-plugins" \
"--enable-scumm-7-8" "--enable-kyra" &&
OPTS="$SCUMMVM_OPTS_TMP --backend=$SCUMMVM_BACKEND $OPTS" &&
./configure --bindir=$INSTALL_ROOT/usr/games \
diff --git a/games-emulators/scummvm/HISTORY b/games-emulators/scummvm/HISTORY
index 8ef9b79..0848fce 100644
--- a/games-emulators/scummvm/HISTORY
+++ b/games-emulators/scummvm/HISTORY
@@ -1,3 +1,6 @@
+2006-07-16 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * BUILD: fix for #12644
+
2006-04-08 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* CONFIGURE: expaned
* BUILD: changed a tad
diff --git a/games-engines/prboom/BUILD b/games-engines/prboom/BUILD
deleted file mode 100755
index 20a96a7..0000000
--- a/games-engines/prboom/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-default_build
diff --git a/games-engines/prboom/DETAILS b/games-engines/prboom/DETAILS
index 5d0761b..f85adc7 100755
--- a/games-engines/prboom/DETAILS
+++ b/games-engines/prboom/DETAILS
@@ -1,16 +1,12 @@
SPELL=prboom
- VERSION=2.3.1
- BUILD_API=2
- GCC_VERSION=3.4
+ VERSION=2.4.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/prboom/$SOURCE
-
SOURCE_HASH=sha512:aaa5b54228a518548f2441cf4bc3462cbbf0e2bb07699fd7f8f1bd0b5360508db2fcd38aa216c385e150e9e4d3fb53c9961a9aa6e336263b9cddef1ba612b1bb
+
SOURCE_HASH=sha512:873755a9e2b240d504a5b65a4734e79809cceaee5366e9c18253e9bfff8b7e1c3319f847c329efd264940cd74cb58bcf8655f793715b5784ca5a9b6ace636197
WEB_SITE=http://prboom.sourceforge.net/
- ENTERED=20011123
- UPDATED=20011228
LICENSE[0]=GPL
- MAINTAINER=eric AT sandall.us
+ ENTERED=20011123
SHORT="a portable POSIX Doom port"
cat << EOF
PrBoom is a game engine - it provides a program to play Doom levels, but
diff --git a/games-engines/prboom/HISTORY b/games-engines/prboom/HISTORY
index 33741a4..d299670 100644
--- a/games-engines/prboom/HISTORY
+++ b/games-engines/prboom/HISTORY
@@ -1,3 +1,7 @@
+2006-07-17 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: version update, doesn't need gcc 3.4 anymore
+ * BUILD: removed and could have been ages ago
+
2006-03-29 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* INSTALL: cleanup
* BUILD: cleanup
diff --git a/games-strategy-rts/warzone2100/BUILD
b/games-strategy-rts/warzone2100/BUILD
index 08f2964..f2438e5 100755
--- a/games-strategy-rts/warzone2100/BUILD
+++ b/games-strategy-rts/warzone2100/BUILD
@@ -1,13 +1 @@
-OPTS="$WZ2100OPTS \
- $OPTS \
- --bindir=/usr/share/games/warzone2100 \
- --datadir=${INSTALL_ROOT}/usr/share/games" &&
-invoke_gcc &&
-./configure --prefix=${INSTALL_ROOT}/usr \
- --sysconfdir=${INSTALL_ROOT}/etc \
- --localstatedir=${INSTALL_ROOT}/var \
- --mandir=${INSTALL_ROOT}/usr/share/man \
- --infodir=${INSTALL_ROOT}/usr/share/info $OPTS &&
-
-make GFX=$WZ21R
-
+default_games_build
diff --git a/games-strategy-rts/warzone2100/C7320492.gpg
b/games-strategy-rts/warzone2100/C7320492.gpg
new file mode 100644
index 0000000..b0c02ea
Binary files /dev/null and b/games-strategy-rts/warzone2100/C7320492.gpg
differ
diff --git a/games-strategy-rts/warzone2100/CONFIGURE
b/games-strategy-rts/warzone2100/CONFIGURE
deleted file mode 100755
index 6ab4925..0000000
--- a/games-strategy-rts/warzone2100/CONFIGURE
+++ /dev/null
@@ -1,2 +0,0 @@
-config_query_list WZ21R "Which renderer do you wish to use" \
- opengl software
diff --git a/games-strategy-rts/warzone2100/DEPENDS
b/games-strategy-rts/warzone2100/DEPENDS
index f6c4099..a99b65a 100755
--- a/games-strategy-rts/warzone2100/DEPENDS
+++ b/games-strategy-rts/warzone2100/DEPENDS
@@ -1,12 +1,6 @@
depends sdl &&
depends sdl_net &&
-if [ "$WZ21R" == "opengl" ]
-then
- depends OPENGL
- WZ2100OPTS="--with-opengl ${WZ2100OPTS}"
-else
- WZ2100OPTS="--without-opengl ${WZ2100OPTS}"
-fi &&
+depends OPENGL &&
depends openal &&
optional_depends libmad \
"--with-mp3" \
diff --git a/games-strategy-rts/warzone2100/DETAILS
b/games-strategy-rts/warzone2100/DETAILS
index 74f6553..542d384 100755
--- a/games-strategy-rts/warzone2100/DETAILS
+++ b/games-strategy-rts/warzone2100/DETAILS
@@ -1,15 +1,15 @@
SPELL=warzone2100
- VERSION=0.2.2
- SOURCE=${SPELL}-${VERSION}.tar.bz2
- SOURCE_URL[0]=http://download.berlios.de/warzone/${SOURCE}
- SOURCE_HASH=sha1:1037405b05b387867e99c591ad4c0e1f5a181e15
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- WEB_SITE=http://www.realtimestrategies.net/forums/index.php
+ VERSION=2.0.3
+ SOURCE=${SPELL/2100}-${VERSION}.tar.bz2
+ SOURCE2=${SOURCE}.sig
+ SOURCE_URL[0]=http://download.gna.org/warzone/releases/2.0/${SOURCE}
+ SOURCE2_URL[0]=http://download.gna.org/warzone/releases/2.0/${SOURCE2}
+ SOURCE_GPG="C7320492.gpg:$SOURCE2:VERIFIED_UPSTREAM_KEY"
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL/2100}-${VERSION}
+ WEB_SITE=http://home.gna.org/warzone/
ENTERED=20050709
- UPDATED=20050709
- GCC_VERSION=3.4
LICENSE[0]=GPL
- BUILD_API=2
SHORT="3D realtime strategy from future Earth."
cat << EOF
3D realtime strategy from future Earth.
diff --git a/games-strategy-rts/warzone2100/HISTORY
b/games-strategy-rts/warzone2100/HISTORY
index 98ba5d9..e93c35a 100644
--- a/games-strategy-rts/warzone2100/HISTORY
+++ b/games-strategy-rts/warzone2100/HISTORY
@@ -1,3 +1,11 @@
+2006-07-17 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: version 2.0.3, changed source urls, added gpg
+ verified direct to udevrandom@freenode, gna member page, keyserver
+ * CONFIGURE: removed
+ * INSTALL: removed
+ * warzone: removed
+ * DEPENDS: some fixes
+
2005-09-02 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: Version update 0.2.2, moved to SOURCE_HASH
* CONFIGURE,CONFLICTS: added
diff --git a/games-strategy-rts/warzone2100/INSTALL
b/games-strategy-rts/warzone2100/INSTALL
deleted file mode 100755
index b8dab4b..0000000
--- a/games-strategy-rts/warzone2100/INSTALL
+++ /dev/null
@@ -1,7 +0,0 @@
-default_install &&
-cp ${SCRIPT_DIRECTORY}/warzone ${INSTALL_ROOT}/usr/games/warzone &&
-chmod +x ${INSTALL_ROOT}/usr/games/warzone &&
-cd ${SOURCE_DIRECTORY} &&
-find_and_scam &&
-cp -aR data/* ${INSTALL_ROOT}/usr/share/games/warzone2100
-
diff --git a/games-strategy-rts/warzone2100/warzone
b/games-strategy-rts/warzone2100/warzone
deleted file mode 100755
index a7b11ae..0000000
--- a/games-strategy-rts/warzone2100/warzone
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-cd /usr/share/games/warzone2100 &&
-./warzone $@



  • [SM-Commit] GIT changes to master games grimoire by Andra?? Levstik (a0274c21ebeddff850cb9b4d2c9a3f1a87a47314), Andra?? Levstik, 07/17/2006

Archive powered by MHonArc 2.6.24.

Top of Page