Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (c624610c611808b4906fcee8720aef53b1e92a0d)
  • Date: Tue, 10 Jul 2007 18:53:24 -0500

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

games-arcade-2d/xmoto/DEPENDS | 12 +++++++-----
games-arcade-2d/xmoto/DETAILS | 4 ++--
games-arcade-2d/xmoto/HISTORY | 5 +++++
3 files changed, 14 insertions(+), 7 deletions(-)

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

games-arcade-2d/xmoto:

DETAILS: updated to 0.3.1
DEPENDS: added optional dependency on sqlite, depends on curl and
sdl_ttf now

diff --git a/games-arcade-2d/xmoto/DEPENDS b/games-arcade-2d/xmoto/DEPENDS
index 028fe1b..788c615 100755
--- a/games-arcade-2d/xmoto/DEPENDS
+++ b/games-arcade-2d/xmoto/DEPENDS
@@ -1,18 +1,15 @@
+depends curl &&
depends g++ &&
depends OPENGL &&
depends sdl &&
depends sdl_mixer &&
+depends sdl_ttf &&
depends lua &&
depends ode &&
depends jpeg &&
depends libpng &&
depends zlib &&

-optional_depends curl \
- "--with-enable-www=1" \
- "--with-enable-www=0" \
- "for online highscore system" &&
-
optional_depends gettext \
"--enable-nls --without-included-gettext" \
"--with-included-gettext" \
@@ -23,6 +20,11 @@ optional_depends sdl_gfx \
"--with-renderer-sdlGfx=0" \
"to use SdlGfx renderer" &&

+optional_depends sqlite \
+ "" \
+ "" \
+ "for better and faster data managing" &&
+
optional_depends xmoto-edit \
"" \
"" \
diff --git a/games-arcade-2d/xmoto/DETAILS b/games-arcade-2d/xmoto/DETAILS
index bddcbda..42562a6 100755
--- a/games-arcade-2d/xmoto/DETAILS
+++ b/games-arcade-2d/xmoto/DETAILS
@@ -1,8 +1,8 @@
SPELL=xmoto
- VERSION=0.2.7
+ VERSION=0.3.1
SOURCE=$SPELL-$VERSION-src.tar.gz
SOURCE_URL[0]=http://download.tuxfamily.org/$SPELL/$SPELL/$VERSION/$SOURCE
-
SOURCE_HASH=sha512:2a4cbc34fd2e8310c6b255958a7f100b1c7d3c3153ca9da91f22382141e049ccec1d99b158c455b6a667e2007a594a6fc950857bf77ee4d6de1714682c56c276
+
SOURCE_HASH=sha512:842f2372a5958acccf4242fc399edae239cc2b85811c9411d695ee6d241d94c15d8da9d7cae03c1b220ada61e341273dd30dc6758bfc506f96d1e89ae4410e76
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=http://xmoto.tuxfamily.org/
ENTERED=20051006
diff --git a/games-arcade-2d/xmoto/HISTORY b/games-arcade-2d/xmoto/HISTORY
index 31bfc47..d6e2f5f 100644
--- a/games-arcade-2d/xmoto/HISTORY
+++ b/games-arcade-2d/xmoto/HISTORY
@@ -1,3 +1,8 @@
+2007-07-11 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated to 0.3.1
+ * DEPENDS: added optional dependency on sqlite, depends on curl and
+ sdl_ttf now
+
2007-04-04 John Harding <johnh AT kuberaconsulting.com>
* DETAILS: updated download url, no longer SF




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

Archive powered by MHonArc 2.6.24.

Top of Page