Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (f2464ed57e373a2e2d78840fef1235a4ac9888e3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (f2464ed57e373a2e2d78840fef1235a4ac9888e3)
  • Date: Mon, 3 Oct 2011 17:25:23 -0500

GIT changes to master games grimoire by Ismael Luceno <ismael AT sourcemage.org>:

games-rpg-mp/tmw/BUILD | 1 +
games-rpg-mp/tmw/DEPENDS | 9 +++++----
games-rpg-mp/tmw/DETAILS | 10 +++++-----
games-rpg-mp/tmw/HISTORY | 3 +++
4 files changed, 14 insertions(+), 9 deletions(-)

New commits:
commit f2464ed57e373a2e2d78840fef1235a4ac9888e3
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

tmw: update spell to 0.5.3

diff --git a/games-rpg-mp/tmw/BUILD b/games-rpg-mp/tmw/BUILD
new file mode 100755
index 0000000..e013b8d
--- /dev/null
+++ b/games-rpg-mp/tmw/BUILD
@@ -0,0 +1 @@
+cmake_build
diff --git a/games-rpg-mp/tmw/DEPENDS b/games-rpg-mp/tmw/DEPENDS
index 54f4eef..ca79d45 100755
--- a/games-rpg-mp/tmw/DEPENDS
+++ b/games-rpg-mp/tmw/DEPENDS
@@ -1,5 +1,6 @@
depends libxml2 &&
depends sdl &&
+depends sdl_gfx &&
depends sdl_mixer &&
depends sdl_image &&
depends sdl_net &&
@@ -10,10 +11,10 @@ depends libpng &&
depends guichan &&
depends physfs &&
optional_depends OPENGL \
- "--with-opengl" \
- "--without-opengl" \
+ "-DWITH_OPENGL=ON" \
+ "-DWITH_OPENGL=OFF" \
"Enable OpenGL rendering" &&
optional_depends gettext \
- "--enable-nls" \
- "--disable-nls" \
+ "-DENABLE_NLS=ON" \
+ "-DENABLE_NLS=OFF" \
"Native Language Support"
diff --git a/games-rpg-mp/tmw/DETAILS b/games-rpg-mp/tmw/DETAILS
index 86634ad..a0680a9 100755
--- a/games-rpg-mp/tmw/DETAILS
+++ b/games-rpg-mp/tmw/DETAILS
@@ -1,9 +1,9 @@
SPELL=tmw
- VERSION=0.0.29.1
- SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]="$SOURCEFORGE_URL/themanaworld/${SOURCE}"
-
SOURCE_HASH=sha512:89b95a8ef43487dc32a137b02e2beb63b47dfd7f5c090322a41bc29c258fadcc67724331991c3ab59a45657d6c54024f668471c4dae4ec657edddfc0c3c4d98b
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ VERSION=0.5.3
+ SOURCE="mana-${VERSION}.tar.gz"
+ SOURCE_URL[0]="http://manasource.org/files/$SOURCE";
+
SOURCE_HASH=sha512:44a7373a1a60c07ebdbbc2e6b2551939e2ffb78b066461c06fcd114f36f35da2cb0e47d70ddc9fd214cdbeb25f77954bccb7ef091fbd61eb4c36da2925d5f86a
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/mana-${VERSION}"
WEB_SITE="http://themanaworld.org";
LICENSE[0]=GPLv2
ENTERED=20100327
diff --git a/games-rpg-mp/tmw/HISTORY b/games-rpg-mp/tmw/HISTORY
index 7e48a91..07e9b04 100644
--- a/games-rpg-mp/tmw/HISTORY
+++ b/games-rpg-mp/tmw/HISTORY
@@ -1,3 +1,6 @@
+2011-10-03 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS, BUILD: updated spell to 0.5.3
+
2010-03-27 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS, DETAILS: spell created




  • [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (f2464ed57e373a2e2d78840fef1235a4ac9888e3), Ismael Luceno, 10/03/2011

Archive powered by MHonArc 2.6.24.

Top of Page