Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Eric Sandall (5a60d0327ea3311b619a82198793e16b584cef2b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Eric Sandall (5a60d0327ea3311b619a82198793e16b584cef2b)
  • Date: Sat, 25 Apr 2009 13:54:25 -0500

GIT changes to master games grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

dev/null |binary
games-data/ember-media/DETAILS | 4 ++--
games-data/ember-media/HISTORY | 11 +++++++++++
games-data/ember-media/INSTALL | 8 ++++----
games-data/ember-media/ember-media-0.5.3.tar.bz2.sig | 0
games-data/ember-media/ember-media-0.5.6.tar.bz2.sig |binary
games-rpg-mp/ember/BUILD | 3 +--
games-rpg-mp/ember/DEPENDS | 1 +
games-rpg-mp/ember/DETAILS | 2 +-
games-rpg-mp/ember/HISTORY | 9 +++++++++
games-rpg-mp/ember/PRE_BUILD | 8 +-------
games-rpg-mp/ember/ember-0.5.3.tar.bz2.sig | 0
games-rpg-mp/ember/ember-0.5.6.tar.bz2.sig |binary
13 files changed, 30 insertions(+), 16 deletions(-)

New commits:
commit 5a60d0327ea3311b619a82198793e16b584cef2b
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

ember-media: Be verbose when copying for voyeur

commit b657e22bd1d19705ab9982909b4324c5cb3fbd83
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

ember-media: Media now installs to ember/media (See
https://bugs.launchpad.net/ember/+bug/299175)

commit 4829327944ef24933f37b46f419ac2b735d9b35e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

ember: No need to call make_normal if no call to make_single is made

commit 1f4adc04733ca6691af2659cc337c52e107697c9
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

ember: Updated to 0.5.6

commit f8fc9c88533dc34f8035c35f9a920fd2ca60427b
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

ember-media: Updated to 0.5.6
SOURCE_DIRECTORY is now media-VERSION
Media is now under a 'media' subdirectory

commit d9af2fab1b5515308faf2d9b89da773a5beb49fb
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

ember: Updated to 0.5.5

commit bf41eee671761a7c9eab5658e4a30ecd86062872
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

ember-media: Updated to 0.5.5

diff --git a/games-data/ember-media/DETAILS b/games-data/ember-media/DETAILS
index 4e6c8ef..bc23f32 100755
--- a/games-data/ember-media/DETAILS
+++ b/games-data/ember-media/DETAILS
@@ -1,7 +1,7 @@
SPELL=ember-media
- VERSION=0.5.3
+ VERSION=0.5.6
SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/media-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/worldforge/$SOURCE
SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
#
SOURCE_HASH=sha512:bf8314c4173577709c5527bc84ad64c3dd839782adc70dba443653a4f56276b2a07ae9b1223ccd0d32c15758970736afe0ac681b585cd9d75506087f601518c2
diff --git a/games-data/ember-media/HISTORY b/games-data/ember-media/HISTORY
index 9c99d60..8350837 100644
--- a/games-data/ember-media/HISTORY
+++ b/games-data/ember-media/HISTORY
@@ -1,3 +1,14 @@
+2009-04-25 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.5.6
+ SOURCE_DIRECTORY is now media-VERSION
+ * INSTALL: Media is now under a 'media' subdirectory
+ Media now installs to ember/media (See
+ https://bugs.launchpad.net/ember/+bug/299175)
+ Be verbose when copying for voyeur
+
+2009-04-12 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.5.5
+
2008-07-12 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 0.5.3
* INSTALL: Removed duplicated COPYING.txt and LICENSING.txt
diff --git a/games-data/ember-media/INSTALL b/games-data/ember-media/INSTALL
index 0f8d330..0f16a77 100755
--- a/games-data/ember-media/INSTALL
+++ b/games-data/ember-media/INSTALL
@@ -1,4 +1,4 @@
-mkdir -p $INSTALL_ROOT/usr/share/games/ember &&
-rm -f shared/{COPYING,LICENSING}.txt &&
-chown -R root:games shared user &&
-cp -fr shared/* user/* $INSTALL_ROOT/usr/share/games/ember
+mkdir -p $INSTALL_ROOT/usr/share/games/ember &&
+rm -f media/shared/{COPYING,LICENSING}.txt &&
+chown -R root:games media &&
+cp -fvr media $INSTALL_ROOT/usr/share/games/ember
diff --git a/games-data/ember-media/ember-media-0.5.3.tar.bz2.sig
b/games-data/ember-media/ember-media-0.5.3.tar.bz2.sig
deleted file mode 100644
index c31c009..0000000
Binary files a/games-data/ember-media/ember-media-0.5.3.tar.bz2.sig and
/dev/null differ
diff --git a/games-data/ember-media/ember-media-0.5.6.tar.bz2.sig
b/games-data/ember-media/ember-media-0.5.6.tar.bz2.sig
new file mode 100644
index 0000000..55ccfb9
Binary files /dev/null and
b/games-data/ember-media/ember-media-0.5.6.tar.bz2.sig differ
diff --git a/games-rpg-mp/ember/BUILD b/games-rpg-mp/ember/BUILD
index 3b841b9..78b3600 100755
--- a/games-rpg-mp/ember/BUILD
+++ b/games-rpg-mp/ember/BUILD
@@ -1,4 +1,3 @@
OPTS="--sysconfdir=$INSTALL_ROOT/etc \
$OPTS" &&
-default_games_build &&
-make_normal
+default_games_build
diff --git a/games-rpg-mp/ember/DEPENDS b/games-rpg-mp/ember/DEPENDS
index 6d06301..73ebe6c 100755
--- a/games-rpg-mp/ember/DEPENDS
+++ b/games-rpg-mp/ember/DEPENDS
@@ -1,6 +1,7 @@
depends atlas-c++ &&
depends -sub THREAD boost &&
depends -sub LUA cegui &&
+depends -sub ILU devil &&
depends ember-media &&
depends eris &&
depends freealut &&
diff --git a/games-rpg-mp/ember/DETAILS b/games-rpg-mp/ember/DETAILS
index 616d24c..f3bb9b7 100755
--- a/games-rpg-mp/ember/DETAILS
+++ b/games-rpg-mp/ember/DETAILS
@@ -7,7 +7,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
SOURCE_IGNORE=unversioned
FORCE_DOWNLOAD="on"
else
- VERSION=0.5.3
+ VERSION=0.5.6
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/worldforge/$SOURCE
diff --git a/games-rpg-mp/ember/HISTORY b/games-rpg-mp/ember/HISTORY
index e78d40e..1ccb603 100644
--- a/games-rpg-mp/ember/HISTORY
+++ b/games-rpg-mp/ember/HISTORY
@@ -1,3 +1,12 @@
+2009-04-25 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.5.6
+ * BUILD: No need to call make_normal if no call to make_single is made
+
+2009-04-12 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.5.5
+ * DEPENDS: Needs devil built with ILU support
+ * PRE_BUILD: Doesn't seem to need funky path fixes anymore
+
2008-07-12 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 0.5.3
* PRE_BUILD: No longer apply gcc 4.3 patch
diff --git a/games-rpg-mp/ember/PRE_BUILD b/games-rpg-mp/ember/PRE_BUILD
index bbb02bd..0c413f3 100755
--- a/games-rpg-mp/ember/PRE_BUILD
+++ b/games-rpg-mp/ember/PRE_BUILD
@@ -6,10 +6,4 @@ do
sedit 's:etcdir=.*:etcdir=/etc/ember:' $SOURCE_DIRECTORY/$file &&
sedit 's:/share/:&games/:' $SOURCE_DIRECTORY/$file &&
sedit 's:bindir=.*:bindir=/usr/games:' $SOURCE_DIRECTORY/$file
-done &&
-
-#
-# Fix funky paths in the code
-#
-sedit 's:mSharedDataDir = .*:mSharedDataDir = prefix +
"/share/games/ember/";:'
$SOURCE_DIRECTORY/src/services/config/ConfigService.cpp &&
-sedit 's:mEtcDir = .*:mEtcDir = "/etc/ember/";:'
$SOURCE_DIRECTORY/src/services/config/ConfigService.cpp
+done
diff --git a/games-rpg-mp/ember/ember-0.5.3.tar.bz2.sig
b/games-rpg-mp/ember/ember-0.5.3.tar.bz2.sig
deleted file mode 100644
index 4b82906..0000000
Binary files a/games-rpg-mp/ember/ember-0.5.3.tar.bz2.sig and /dev/null differ
diff --git a/games-rpg-mp/ember/ember-0.5.6.tar.bz2.sig
b/games-rpg-mp/ember/ember-0.5.6.tar.bz2.sig
new file mode 100644
index 0000000..51770eb
Binary files /dev/null and b/games-rpg-mp/ember/ember-0.5.6.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master games grimoire by Eric Sandall (5a60d0327ea3311b619a82198793e16b584cef2b), Eric Sandall, 04/25/2009

Archive powered by MHonArc 2.6.24.

Top of Page