New commits:
commit 145f4e778728ad6a1ddb033d9f5239f2ce78c428
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
guichan: Updated to 0.5.0
commit 3495ad36bc7707a1bc9163303a60de5e5ef02c74
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
Revert "guichan: Updated to 0.6.1"
This reverts commit af579571f0e54d8f790b1ab81cfd40d05ad83af3.
sear 0.6.3 requires guichan 0.5.0, not 0.6.1 nor 0.4.0, downgrading
commit b64182c41b3b047f6b71203f7cba7809fcba132b
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
guichan: Updated to 0.6.1
commit 68e6cd2e8f9bdbef4c356e861c4e6c84342b5da2
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
openal: Added sub_depends to allow forcing the version
commit ecc480f4d17236b76223c79a16f7478c0e4c6e2b
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
openal: release version fails with multiple make jobs
diff --git a/audio-libs/openal/BUILD b/audio-libs/openal/BUILD
index 15203e4..f562648 100755
--- a/audio-libs/openal/BUILD
+++ b/audio-libs/openal/BUILD
@@ -2,5 +2,7 @@ if [[ $OPENAL_VERSION == snapshot ]]; then
cd linux
elif [[ $OPENAL_VERSION == scm ]]; then
cd OpenAL-Sample
+else
+ make_single
fi &&
default_build
diff --git a/audio-libs/openal/HISTORY b/audio-libs/openal/HISTORY
index 8100b7b..7e65fab 100644
--- a/audio-libs/openal/HISTORY
+++ b/audio-libs/openal/HISTORY
@@ -1,3 +1,7 @@
+2008-01-05 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: release version fails with multiple make jobs
+ * PRE_SUB_DEPENDS, SUB_DEPENDS: Added to allow forcing the version
+
2007-11-28 Eric Sandall <sandalle AT sourcemage.org>
* PRE_BUILD: Only apply gcc42.patch for $OPENAL_VERSION=release
See Bug #14126
diff --git a/audio-libs/openal/PRE_SUB_DEPENDS
b/audio-libs/openal/PRE_SUB_DEPENDS
new file mode 100755
index 0000000..8dd9162
--- /dev/null
+++ b/audio-libs/openal/PRE_SUB_DEPENDS
@@ -0,0 +1,7 @@
+case $THIS_SUB_DEPENDS in
+ SNAPSHOT) [[ OPENAL_VERSION == "snapshot" ]] && return 0;;
+ RELEASE) [[ OPENAL_VERSION == "release" ]] && return 0;;
+ SCM) [[ OPENAL_VERSION == "scm" ]] && return 0;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
+ return 1;;
+esac
diff --git a/audio-libs/openal/SUB_DEPENDS b/audio-libs/openal/SUB_DEPENDS
new file mode 100755
index 0000000..1c8ed17
--- /dev/null
+++ b/audio-libs/openal/SUB_DEPENDS
@@ -0,0 +1,7 @@
+case $THIS_SUB_DEPENDS in
+ SNAPSHOT) OPENAL_VERSION="snapshot" ;;
+ RELEASE) OPENAL_VERSION="release" ;;
+ SCM) OPENAL_VERSION="scm" ;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
+ return 1;;
+esac
diff --git a/libs/guichan/DETAILS b/libs/guichan/DETAILS
index bcd405d..3a383c9 100755
--- a/libs/guichan/DETAILS
+++ b/libs/guichan/DETAILS
@@ -1,13 +1,14 @@
SPELL=guichan
- VERSION=0.4.0
+ VERSION=0.5.0
SOURCE=$SPELL-$VERSION-src.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION-src
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:89fe1a56a08e0f0c595c9dbfc0d4a8b55913e2b9c80ff631bb443246da41d1c4229685664892ca752a7ef2f9638775722d20fa26490d7e35a131d07a77b0b152
- WEB_SITE=http://guichain.sourceforge.net/
- ENTERED=20020915
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+#
SOURCE_HASH=sha512:89fe1a56a08e0f0c595c9dbfc0d4a8b55913e2b9c80ff631bb443246da41d1c4229685664892ca752a7ef2f9638775722d20fa26490d7e35a131d07a77b0b152
LICENSE[0]=GPL
+ WEB_SITE=http://guichain.sourceforge.net/
KEYWORDS="libs"
+ ENTERED=20020915
SHORT="Portable C++ GUI library"
cat << EOF
Guichan is a portable C++ GUI library designed for games using Allegro, SDL
and/or OpenGL.
diff --git a/libs/guichan/HISTORY b/libs/guichan/HISTORY
index a792249..c7c3358 100644
--- a/libs/guichan/HISTORY
+++ b/libs/guichan/HISTORY
@@ -1,3 +1,7 @@
+2008-01-06 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.5.0 for sear 0.6.3
+ * PRE_BUILD: Removed, no longer need to remove -Werror
+
2007-04-23 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* PRE_BUILD: remove -Werror