Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Andra?? Levstik (28c642532f82cbf094d0c11f60fd2a9f3c8d1a51)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andra?? Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Andra?? Levstik (28c642532f82cbf094d0c11f60fd2a9f3c8d1a51)
  • Date: Wed, 19 Jul 2006 07:39:13 -0500

GIT changes to master games grimoire by Andra?? Levstik <ruskie AT mages.ath.cx>:

games-libs/clanlib/CONFIGURE | 90
+++++++++++++++++++------------------------
games-libs/clanlib/DEPENDS | 68 +++++++++++++++-----------------
games-libs/clanlib/DETAILS | 2
games-libs/clanlib/HISTORY | 7 +++
4 files changed, 80 insertions(+), 87 deletions(-)

New commits:
commit 28c642532f82cbf094d0c11f60fd2a9f3c8d1a51
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

clanlib: minor fixes

diff --git a/games-libs/clanlib/CONFIGURE b/games-libs/clanlib/CONFIGURE
index 23cde8e..846f2ce 100755
--- a/games-libs/clanlib/CONFIGURE
+++ b/games-libs/clanlib/CONFIGURE
@@ -1,53 +1,43 @@
-config_query_option CLANLIB_ASM386 \
- "Enable i386 assembly support" \
- n \
- "--enable-asm386" \
- "--disable-asm386" &&
-config_query_option CLANLIB_DYN \
- "Enable dynamic loading" \
- n \
- "--enable-dyn" \
- "--disable-dyn" &&
-config_query_option CLANLIB_DOCS \
- "Build Clanlib documentation" \
- y \
- "--enable-docs" \
- "--disable-docs" &&
-config_query_option CLANLIB_SOUND \
- "Build clanSound module" \
- y \
- "--enable-clanSound" \
- "--disable-clanSound" &&
-config_query_option CLANLIB_NETWORK \
- "Build clanNetwork module" \
- y \
- "--enable-clanNetwork" \
- "--disable-clanNetwork --disable-getaddr" &&
-if [[ "${CLANLIB_NETWORK}" == "--enable-clanNetwork" ]]
+config_query_option CLANLIB_OPTS \
+ "Enable i386 assembly support" \
+ n \
+ "--enable-asm386" \
+ "--disable-asm386" &&
+config_query_option CLANLIB_OPTS \
+ "Enable dynamic loading" \
+ n \
+ "--enable-dyn" \
+ "--disable-dyn" &&
+config_query_option CLANLIB_OPTS \
+ "Build Clanlib documentation" \
+ n \
+ "--enable-docs" \
+ "--disable-docs" &&
+config_query_option CLANLIB_OPTS \
+ "Build clanSound module" \
+ y \
+ "--enable-clanSound" \
+ "--disable-clanSound" &&
+config_query_option CLANLIB_OPTS \
+ "Build clanNetwork module" \
+ y \
+ "--enable-clanNetwork" \
+ "--disable-clanNetwork --disable-getaddr" &&
+if list_find "$CLANLIB_OPTS" "--enable-clanNetwork"
then
- config_query_option CLANLIB_IPV6 \
+ config_query_option CLANLIB_OPTS \
"Enable getaddr(IPv6) functions in Network" \
- n \
- "--enable-getaddr" \
+ n \
+ "--enable-getaddr" \
"--disable-getaddr"
-fi &&
-config_query_option CLANLIB_GUI \
- "Build clanGUI module" \
- 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_DEBUG}" &&
-persistent_add CLANLIB_OPTS
+fi &&
+config_query_option CLANLIB_OPTS \
+ "Build clanGUI module" \
+ y \
+ "--enable-clanGUI" \
+ "--disable-clanGUI" &&
+config_query_option CLANLIB_OPTS \
+ "Build debug mode" \
+ n \
+ "--enable-debug" \
+ "--disable-debug"
diff --git a/games-libs/clanlib/DEPENDS b/games-libs/clanlib/DEPENDS
index 2d6f607..aa87553 100755
--- a/games-libs/clanlib/DEPENDS
+++ b/games-libs/clanlib/DEPENDS
@@ -1,49 +1,45 @@
-depends zlib &&
-depends autoconf &&
-depends automake &&
+depends zlib &&
+depends autoconf &&
+depends automake &&

#this is all for clanDisplay
-depends jpeg &&
-depends libpng &&
-optional_depends X11-LIBS \
- "--with-x" \
- "--without-x" \
- "use the X Window System" &&
-optional_depends sdl \
- "--enable-clanSDL --enable-sdltest" \
- "--disable-clanSDL --disable-sdltest" \
- "To enable clanSDL support" &&
-optional_depends sdl_gfx \
- "--with-sdl-gfx" \
- "--without-sdl-gfx" \
- "To enable sdl_gfx support. This is needed for wormux." &&
+depends jpeg &&
+depends libpng &&
+optional_depends X11-LIBS \
+ "--with-x" \
+ "--without-x" \
+ "use the X Window System" &&
+optional_depends sdl \
+ "--enable-clanSDL --enable-sdltest" \
+ "--disable-clanSDL --disable-sdltest" \
+ "To enable clanSDL support" &&
+optional_depends sdl_gfx \
+ "--with-sdl-gfx" \
+ "--without-sdl-gfx" \
+ "To enable sdl_gfx support." &&
#to here----
-if spell_ok nvidia_driver; then
- depends nvidia_headers
-fi &&
#clanGL
-optional_depends OPENGL \
- "--enable-clanGL" \
- "--disable-clanGL" \
- "Build clanGL module" &&
+optional_depends OPENGL \
+ "--enable-clanGL" \
+ "--disable-clanGL" \
+ "Build clanGL module" &&
#to here---
#clanSound
-if [[ "${CLANLIB_SOUND}" == "--enable-clanSound" ]]
+if list_find "$CLANLIB_OPTS" "--enable-clanSound"
then
-
- optional_depends mikmod \
- "--enable-clanMikMod" \
- "--disable-clanMikMod" \
- "To enable clanMikMod support"
&&
- optional_depends libvorbis \
- "--enable-clanVorbis" \
- "--disable-clanVorbis" \
+ optional_depends mikmod \
+ "--enable-clanMikMod" \
+ "--disable-clanMikMod" \
+ "To enable clanMikMod support" &&
+ optional_depends libvorbis \
+ "--enable-clanVorbis" \
+ "--disable-clanVorbis" \
"To enable clanVorbis support"

-fi
&&
+fi &&
#to here---
-if [[ "${CLANLIB_DOCS}" == "--enable-docs" ]]
+if list_find "$CLANLIB_OPTS" "--enable-docs"
then
- depends perl &&
+ depends perl &&
depends libxslt
fi
diff --git a/games-libs/clanlib/DETAILS b/games-libs/clanlib/DETAILS
index 67aacdb..b0efe7b 100755
--- a/games-libs/clanlib/DETAILS
+++ b/games-libs/clanlib/DETAILS
@@ -6,7 +6,7 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PK
SOURCE_URL[0]=http://clanlib.org/download/releases-0.8/${SOURCE}

#SOURCE_HASH=sha512:0b4e2ce82824732358c4b850c75b4ccf076377ad4601a1b802bcde3aa571794ba152a8a3dddcc13d88eb3650ec1626486f2014bbb501c03be29c470328f88fde
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
- LICENSE[0]=LGPL
+ LICENSE[0]=http://clanlib.org/license.html
WEB_SITE=http://clanlib.org
ENTERED=20011105
SHORT="Multi-Platform game development library"
diff --git a/games-libs/clanlib/HISTORY b/games-libs/clanlib/HISTORY
index 2466ce6..634b0cb 100644
--- a/games-libs/clanlib/HISTORY
+++ b/games-libs/clanlib/HISTORY
@@ -1,3 +1,10 @@
+2006-07-19 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * CONFIGURE: don't default to debug mode, don't build documentation
+ by default. Both of these are irrelevant to Joe Average who just
+ needs it to play a random game(and upstream defaults are disable)
+ * DETAILS: license changed to clanli license, still Free(BSD like)
+ * DEPENDS: cleaned out nvidia_headers is derpecated
+
2006-07-14 Eric Sandall <eric AT sandall.us>
* DETAILS: Updated to 0.8.0RC2
Removed UPDATED and BUILD_API=2 (grimoire-wide)



  • [SM-Commit] GIT changes to master games grimoire by Andra?? Levstik (28c642532f82cbf094d0c11f60fd2a9f3c8d1a51), Andra?? Levstik, 07/19/2006

Archive powered by MHonArc 2.6.24.

Top of Page