Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Bor Kraljič (2eea41ee311a1a737a7b98dd9383d5a3f8ac1464)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Bor Kraljič (2eea41ee311a1a737a7b98dd9383d5a3f8ac1464)
  • Date: Thu, 20 May 2010 08:07:50 -0500

GIT changes to master games grimoire by Bor Kraljič <pyrobor AT ver.si>:

games-arcade-2d/xmoto/DEPENDS | 1 +
games-arcade-2d/xmoto/DETAILS | 4 ++--
games-arcade-2d/xmoto/HISTORY | 6 ++++++
games-arcade-2d/xmoto/PRE_BUILD | 3 +--
games-arcade-2d/xmoto/compilefix.patch | 11 -----------
5 files changed, 10 insertions(+), 15 deletions(-)

New commits:
commit 2eea41ee311a1a737a7b98dd9383d5a3f8ac1464
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

xmoto: => 0.5.3

diff --git a/games-arcade-2d/xmoto/DEPENDS b/games-arcade-2d/xmoto/DEPENDS
index 69fefd1..f8f8d04 100755
--- a/games-arcade-2d/xmoto/DEPENDS
+++ b/games-arcade-2d/xmoto/DEPENDS
@@ -11,6 +11,7 @@ depends ode &&
depends jpeg &&
depends libpng &&
depends zlib &&
+depends libxdg-basedir &&

optional_depends gettext \
"--enable-nls --without-included-gettext" \
diff --git a/games-arcade-2d/xmoto/DETAILS b/games-arcade-2d/xmoto/DETAILS
index 7963736..821e73d 100755
--- a/games-arcade-2d/xmoto/DETAILS
+++ b/games-arcade-2d/xmoto/DETAILS
@@ -1,8 +1,8 @@
SPELL=xmoto
- VERSION=0.5.2
+ VERSION=0.5.3
SOURCE=$SPELL-$VERSION-src.tar.gz
SOURCE_URL[0]=http://download.tuxfamily.org/$SPELL/$SPELL/$VERSION/$SOURCE
-
SOURCE_HASH=sha512:1fdd287036cd926d7e0400198eaf13add7cf9b5d776692a465017fbacd83668f80d71d80b05eadba5f780a64e36b0d709d624466aac03b80d330e71dc6bcca14
+
SOURCE_HASH=sha512:8593aa151999c6c61ee6be8a2c131957817dbaae5c7485966cb5f66e8b173cee51080b7260b2dc6df17975aaf0d8fb1d43d2110913bf2c28f3ba7520234cbd07
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 7b5d734..bd3260e 100644
--- a/games-arcade-2d/xmoto/HISTORY
+++ b/games-arcade-2d/xmoto/HISTORY
@@ -1,3 +1,9 @@
+2010-05-20 Bor Kraljič <pyrobor AT ver.si>
+ * compilefix.patch: removed, no longer needed
+ * DEPENDS: added libxdg-basedir
+ * PRE_BUILD: patch apply is no longer needed
+ * DETAILS: updated spell to 0.5.3
+
2009-09-03 Bor Kraljic <pyrobor AT ver.si>
* compilefix.patch: added, compilefix
* PRE_BUILD: changed apply patch to compile
diff --git a/games-arcade-2d/xmoto/PRE_BUILD b/games-arcade-2d/xmoto/PRE_BUILD
index 49e8abc..0da5fc1 100755
--- a/games-arcade-2d/xmoto/PRE_BUILD
+++ b/games-arcade-2d/xmoto/PRE_BUILD
@@ -1,5 +1,4 @@
default_pre_build &&
cd ${SOURCE_DIRECTORY} &&

-sedit 's:mangdir = $(mandir)/mang:mangdir = $(mandir)/man6:' Makefile.in &&
-patch -p1 < $SPELL_DIRECTORY/compilefix.patch
+sedit 's:mangdir = $(mandir)/mang:mangdir = $(mandir)/man6:' Makefile.in
diff --git a/games-arcade-2d/xmoto/compilefix.patch
b/games-arcade-2d/xmoto/compilefix.patch
deleted file mode 100644
index bf663ec..0000000
--- a/games-arcade-2d/xmoto/compilefix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/Replay.cpp 2009-09-03 13:26:09.000000000 +0200
-+++ b/src/Replay.cpp 2009-09-03 13:26:54.000000000 +0200
-@@ -156,7 +156,7 @@
- v_replay.writeBuf(pcData, nDataSize);
-
- /* Chunks */
-- v_replay << m_Chunks.size();
-+ v_replay << (unsigned int) m_Chunks.size();
- for(unsigned int i=0;i<m_Chunks.size();i++) {
- v_replay << m_Chunks[i]->nNumStates;
- v_replay.writeBuf(m_Chunks[i]->pcChunkData, m_nStateSize *
m_Chunks[i]->nNumStates);



  • [SM-Commit] GIT changes to master games grimoire by Bor Kraljič (2eea41ee311a1a737a7b98dd9383d5a3f8ac1464), Bor Kraljič, 05/20/2010

Archive powered by MHonArc 2.6.24.

Top of Page