Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Eric Sandall (dbf9bb393e49b315cb9cc902a32fa8c6cad45694)
  • Date: Sat, 15 Jul 2006 02:37:24 -0500

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

games-libs/clanlib/CONFIGURE | 11 +++++++++--
games-libs/clanlib/ClanLib-0.8.0-RC2.tgz.sig |binary
games-libs/clanlib/DETAILS | 9 ++++-----
games-libs/clanlib/HISTORY | 6 ++++++
4 files changed, 19 insertions(+), 7 deletions(-)

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

Build documentation by default for clanlib

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

Updated to 0.8.0RC2

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

Add debug option to clanlib (default on)

diff --git a/games-libs/clanlib/CONFIGURE b/games-libs/clanlib/CONFIGURE
index d127972..23cde8e 100755
--- a/games-libs/clanlib/CONFIGURE
+++ b/games-libs/clanlib/CONFIGURE
@@ -10,7 +10,7 @@ config_query_option CLANLIB_DYN \
"--disable-dyn" &&
config_query_option CLANLIB_DOCS \
"Build Clanlib documentation" \
- n \
+ y \
"--enable-docs" \
"--disable-docs" &&
config_query_option CLANLIB_SOUND \
@@ -36,11 +36,18 @@ config_query_option CLANLIB_GUI \
y \
"--enable-clanGUI" \
"--disable-clanGUI" &&
+config_query_option CLANLIB_DEBUG \
+ "Build debug mode" \
+ y \
+ "--enable-debug" \
+ "--disable-debug" &&
+
CLANLIB_OPTS="${CLANLIB_ASM386} \
${CLANLIB_DYN} \
${CLANLIB_DOCS} \
${CLANLIB_SOUND} \
${CLANLIB_NETWORK} \
${CLANLIB_IPV6} \
-${CLANLIB_GUI}" &&
+${CLANLIB_GUI} \
+${CLANLIB_DEBUG}" &&
persistent_add CLANLIB_OPTS
diff --git a/games-libs/clanlib/ClanLib-0.8.0-RC2.tgz.sig
b/games-libs/clanlib/ClanLib-0.8.0-RC2.tgz.sig
new file mode 100644
index 0000000..bf34822
Binary files /dev/null and b/games-libs/clanlib/ClanLib-0.8.0-RC2.tgz.sig
differ
diff --git a/games-libs/clanlib/DETAILS b/games-libs/clanlib/DETAILS
index d725c9d..67aacdb 100755
--- a/games-libs/clanlib/DETAILS
+++ b/games-libs/clanlib/DETAILS
@@ -1,15 +1,14 @@
SPELL=clanlib
- VERSION=0.8.0-RC1
+ VERSION=0.8.0-RC2
PKG=ClanLib
SOURCE=${PKG}-${VERSION}.tgz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
SOURCE_URL[0]=http://clanlib.org/download/releases-0.8/${SOURCE}
-
SOURCE_HASH=sha512:0b4e2ce82824732358c4b850c75b4ccf076377ad4601a1b802bcde3aa571794ba152a8a3dddcc13d88eb3650ec1626486f2014bbb501c03be29c470328f88fde
+
#SOURCE_HASH=sha512:0b4e2ce82824732358c4b850c75b4ccf076377ad4601a1b802bcde3aa571794ba152a8a3dddcc13d88eb3650ec1626486f2014bbb501c03be29c470328f88fde
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]=LGPL
WEB_SITE=http://clanlib.org
ENTERED=20011105
- UPDATED=20020827
- LICENSE[0]=LGPL
- BUILD_API=2
SHORT="Multi-Platform game development library"
cat << EOF
Clanlib is a medium level development kit. At its lowest level it
diff --git a/games-libs/clanlib/HISTORY b/games-libs/clanlib/HISTORY
index f19663d..2466ce6 100644
--- a/games-libs/clanlib/HISTORY
+++ b/games-libs/clanlib/HISTORY
@@ -1,3 +1,9 @@
+2006-07-14 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 0.8.0RC2
+ Removed UPDATED and BUILD_API=2 (grimoire-wide)
+ * CONFIGURE: Added option for debug mode (default enable)
+ Build documentation by default
+
2005-11-20 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: version update and switched to sha512
* BUILD: added CLANLIB_OPTS



  • [SM-Commit] GIT changes to master games grimoire by Eric Sandall (dbf9bb393e49b315cb9cc902a32fa8c6cad45694), Eric Sandall, 07/15/2006

Archive powered by MHonArc 2.6.24.

Top of Page