Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (d3eb7dbe5d6aa87d0726647f8909f27c3e49deb8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Mathieu Lonjaret <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (d3eb7dbe5d6aa87d0726647f8909f27c3e49deb8)
  • Date: Mon, 23 Oct 2006 17:45:28 -0500

GIT changes to master grimoire by Mathieu Lonjaret <lejatorn AT sourcemage.org>:

audio-libs/openal/BUILD | 5 +++--
audio-libs/openal/DEPENDS | 10 ++++------
audio-libs/openal/DETAILS | 13 ++++++++-----
audio-libs/openal/HISTORY | 4 ++++
audio-libs/openal/PRE_BUILD | 2 +-
5 files changed, 20 insertions(+), 14 deletions(-)

New commits:
commit d72eeb9adf6e866db32f3622c818a94daeda3032
Author: Mathieu Lonjaret <lejatorn AT sourcemage.org>
Commit: Mathieu Lonjaret <lejatorn AT sourcemage.org>

openal: update to 0.0.8

diff --git a/audio-libs/openal/BUILD b/audio-libs/openal/BUILD
index 6423e75..a350449 100755
--- a/audio-libs/openal/BUILD
+++ b/audio-libs/openal/BUILD
@@ -1,3 +1,4 @@
-OPTS="$OPTS --enable-waveout --enable-capture --enable-jlib --enable-fft
--disable-alsa --enable-optimization" &&
-cd linux &&
+#OPTS="$OPTS --enable-waveout --enable-capture --enable-jlib --enable-fft
--disable-alsa --enable-optimization" &&
+OPTS="$OPTS --enable-waveout --enable-capture --enable-jlib --enable-fft
--enable-optimization" &&
+#cd linux &&
default_build
diff --git a/audio-libs/openal/DEPENDS b/audio-libs/openal/DEPENDS
index 328e682..354f565 100755
--- a/audio-libs/openal/DEPENDS
+++ b/audio-libs/openal/DEPENDS
@@ -5,12 +5,10 @@ depends autoconf &&
depends automake &&
depends libtool &&

-#optional_depends "alsa-lib" \
-# "--enable-alsa" \
-# "--disable-alsa" \
-# "for alsa sound support" &&
-#alsa support is still broken
-
+optional_depends "alsa-lib" \
+ "--enable-alsa" \
+ "--disable-alsa" \
+ "for alsa sound support" &&

optional_depends esound \
"--enable-esd" \
diff --git a/audio-libs/openal/DETAILS b/audio-libs/openal/DETAILS
index 540c056..64c8fba 100755
--- a/audio-libs/openal/DETAILS
+++ b/audio-libs/openal/DETAILS
@@ -1,3 +1,4 @@
+#this is still wip as cvs needs to be replaced with svn
SPELL=openal
if [[ "$OPENAL_CVS" == "y" ]] ; then
if [[ "$OPENAL_CVS_AUTOUPDATE" == "y" ]] ; then
@@ -5,17 +6,19 @@ if [[ "$OPENAL_CVS" == "y" ]] ; then
else
VERSION=cvs
fi
- SOURCE=${SPELL}_cvs-src.tar.bz2
+ SOURCE=${SPELL}_${VERSION}-src.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}_cvs-src

SOURCE_URL[0]=cvs://:pserver:guest:guest AT opensource.creative.com:/usr/local/cvs-repository:openal
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=1
else
- VERSION=20050601
- SOURCE=${SPELL}-${VERSION}.tar.bz2
+ VERSION=0.0.8
+ SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-${VERSION}
- SOURCE_URL[0]=http://download.sourcemage.org/mirror/${SOURCE}
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ SOURCE_URL[0]=http://www.openal.org/openal_webstf/downloads/${SOURCE}
+ #SOURCE_URL[0]=http://download.sourcemage.org/mirror/${SOURCE}
+ #SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+
SOURCE_HASH=sha512:6cb254904c1b22843572a6e54584716778a7b4d6542606c099858b8fc16b644912f68eb89acd0ad9a307aad15405d5d34db10530dcf2f63b3aa082c34c75d92b
fi
WEB_SITE=http://www.openal.org/
LICENSE[0]=LGPL
diff --git a/audio-libs/openal/HISTORY b/audio-libs/openal/HISTORY
index 56fd130..3862b03 100644
--- a/audio-libs/openal/HISTORY
+++ b/audio-libs/openal/HISTORY
@@ -1,3 +1,7 @@
+2006-10-24 Mathieu Lonjaret <lejatorn AT sourcemage.org>
+ * DETAILS, PRE_BUILD, BUILD, DEPENDS: use the sources from the
+ * website and use alsa.
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/audio-libs/openal/PRE_BUILD b/audio-libs/openal/PRE_BUILD
index 9b55dec..3b4eb48 100755
--- a/audio-libs/openal/PRE_BUILD
+++ b/audio-libs/openal/PRE_BUILD
@@ -1,5 +1,5 @@
default_pre_build &&
cd ${SOURCE_DIRECTORY} &&
rm -rf `find -type d -name CVS` &&
-cd linux &&
+#cd linux &&
NOCONFIGURE=Y ./autogen.sh




Archive powered by MHonArc 2.6.24.

Top of Page