Skip to Content.
Sympa Menu

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

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 (44cd906a6a7883300129276999e0287396a8adeb)
  • Date: Tue, 13 Feb 2007 18:26:22 -0600

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

ChangeLog | 3 +++
games-arcade-2d/xmoto/DEPENDS | 7 ++++++-
games-arcade-2d/xmoto/HISTORY | 3 +++
games-utils/xmoto-edit/BUILD | 3 +++
games-utils/xmoto-edit/DEPENDS | 6 ++++++
games-utils/xmoto-edit/DETAILS | 19 +++++++++++++++++++
games-utils/xmoto-edit/HISTORY | 2 ++
7 files changed, 42 insertions(+), 1 deletion(-)

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

games-arcade-2d/xmoto:

DEPENDS: added xmoto-edit as optional depends

commit d3bc1eac3ffd3ee87a941dd71a9be5bd9336468b
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

games-utils/xmoto-edit: new spell, level editor for X-Moto

diff --git a/ChangeLog b/ChangeLog
index 5f466fd..7676e16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-02-14 Pol Vinogradov <vin.public AT gmail.com>
+ * games-utils/xmoto-edit: new spell, level editor for X-Moto
+
2006-12-26 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* FUNCTIONS, games-data/FUNCTIONS, games-utils/FUNCTIONS: updated

diff --git a/games-arcade-2d/xmoto/DEPENDS b/games-arcade-2d/xmoto/DEPENDS
index e4d29fe..d335c12 100755
--- a/games-arcade-2d/xmoto/DEPENDS
+++ b/games-arcade-2d/xmoto/DEPENDS
@@ -16,4 +16,9 @@ optional_depends curl
optional_depends gettext \
"--enable-nls --without-included-gettext" \
"--with-included-gettext" \
- "to use system gettext"
+ "to use system gettext" &&
+
+optional_depends xmoto-edit \
+ "" \
+ "" \
+ "for level editting"
diff --git a/games-arcade-2d/xmoto/HISTORY b/games-arcade-2d/xmoto/HISTORY
index c9f7e87..1ea1234 100644
--- a/games-arcade-2d/xmoto/HISTORY
+++ b/games-arcade-2d/xmoto/HISTORY
@@ -1,3 +1,6 @@
+2007-02-14 Pol Vinogradov <vin.public AT gmail.com>
+ * DEPENDS: added xmoto-edit as optional depends
+
2007-01-25 Pol Vinogradov <vin.public AT gmail.com>
* BUILD: fixed locale problem completely

diff --git a/games-utils/xmoto-edit/BUILD b/games-utils/xmoto-edit/BUILD
new file mode 100755
index 0000000..0aa256b
--- /dev/null
+++ b/games-utils/xmoto-edit/BUILD
@@ -0,0 +1,3 @@
+sedit 's:mangdir = $(mandir)/mang:mangdir = $(mandir)/man6:' Makefile.in &&
+
+default_games_build
diff --git a/games-utils/xmoto-edit/DEPENDS b/games-utils/xmoto-edit/DEPENDS
new file mode 100755
index 0000000..8b18d75
--- /dev/null
+++ b/games-utils/xmoto-edit/DEPENDS
@@ -0,0 +1,6 @@
+depends g++ &&
+depends OPENGL &&
+depends sdl &&
+depends jpeg &&
+depends libpng &&
+depends zlib
diff --git a/games-utils/xmoto-edit/DETAILS b/games-utils/xmoto-edit/DETAILS
new file mode 100755
index 0000000..6bc99ce
--- /dev/null
+++ b/games-utils/xmoto-edit/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=xmoto-edit
+ VERSION=0.2.4
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=$SOURCEFORGE_URL/xmoto/$SOURCE
+
SOURCE_HASH=sha512:c939e33419945f538483ef7e15319e2f40232df275b3bd56d410ecd8487312963713e07e539adbe4e4be3a7b1f41b318c18162d542165138a4acbfaa288db264
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ WEB_SITE=http://xmoto.tuxfamily.org/
+ ENTERED=20070214
+ LICENSE[0]=GPL
+ SHORT="Level editor for X-Moto game"
+cat << EOF
+This spell represents X-Moto's level editor.
+X-Moto is a challenging 2D motocross platform game, where physics play
+an all important role in the gameplay. You need to control your bike to
+its limit, if you want to have a chance finishing the more difficult of
+the challenges.
+First you'll try just to complete the levels, while later you'll compete
+with yourself and others, racing against the clock.
+EOF
diff --git a/games-utils/xmoto-edit/HISTORY b/games-utils/xmoto-edit/HISTORY
new file mode 100644
index 0000000..a383e0b
--- /dev/null
+++ b/games-utils/xmoto-edit/HISTORY
@@ -0,0 +1,2 @@
+2007-02-14 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD, DETAILS, DEPENDS: created spell



  • [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (44cd906a6a7883300129276999e0287396a8adeb), Pol Vinogradov, 02/13/2007

Archive powered by MHonArc 2.6.24.

Top of Page