[SM-Commit] GIT changes to master grimoire by David Brown (1f783aff27faab3a122e7955c41ad8a11200a32b)

David Brown scm at mail.sourcemage.org
Tue Oct 24 01:50:33 EDT 2006


GIT changes to master grimoire by David Brown <dmlb2000 at gmail.com>:

 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, 14 insertions(+), 20 deletions(-)

New commits:
commit 535678c7c4de877ec6cfb6933ec48a9024f1de2a
Author: David Brown <dmlb2000 at gmail.com>
Commit: David Brown <dmlb2000 at gmail.com>

    Revert "openal: update to 0.0.8"
    
    this breaks blender
    
    This reverts commit d72eeb9adf6e866db32f3622c818a94daeda3032.

diff --git a/audio-libs/openal/BUILD b/audio-libs/openal/BUILD
index a350449..6423e75 100755
--- a/audio-libs/openal/BUILD
+++ b/audio-libs/openal/BUILD
@@ -1,4 +1,3 @@
-#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 &&
+OPTS="$OPTS --enable-waveout --enable-capture --enable-jlib --enable-fft --disable-alsa --enable-optimization" &&
+cd linux &&
 default_build
diff --git a/audio-libs/openal/DEPENDS b/audio-libs/openal/DEPENDS
index 354f565..328e682 100755
--- a/audio-libs/openal/DEPENDS
+++ b/audio-libs/openal/DEPENDS
@@ -5,10 +5,12 @@ depends  autoconf  &&
 depends  automake  && 
 depends  libtool   &&
 
-optional_depends  "alsa-lib"                \
-                  "--enable-alsa"           \
-                  "--disable-alsa"          \
-                  "for alsa sound support"  &&
+#optional_depends  "alsa-lib"                \
+#                  "--enable-alsa"           \
+#                  "--disable-alsa"          \
+#                  "for alsa sound support"  &&
+#alsa support is still broken
+
 
 optional_depends  esound                      \
                   "--enable-esd"              \
diff --git a/audio-libs/openal/DETAILS b/audio-libs/openal/DETAILS
index 64c8fba..540c056 100755
--- a/audio-libs/openal/DETAILS
+++ b/audio-libs/openal/DETAILS
@@ -1,4 +1,3 @@
-#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
@@ -6,19 +5,17 @@ if [[ "$OPENAL_CVS" == "y" ]] ; then
   else
          VERSION=cvs
   fi
-          SOURCE=${SPELL}_${VERSION}-src.tar.bz2
+          SOURCE=${SPELL}_cvs-src.tar.bz2
 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}_cvs-src
    SOURCE_URL[0]=cvs://:pserver:guest:guest@opensource.creative.com:/usr/local/cvs-repository:openal
    SOURCE_IGNORE=volatile
   FORCE_DOWNLOAD=1
 else
-         VERSION=0.0.8
-          SOURCE=${SPELL}-${VERSION}.tar.gz
+         VERSION=20050601
+          SOURCE=${SPELL}-${VERSION}.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-${VERSION}
-   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
+   SOURCE_URL[0]=http://download.sourcemage.org/mirror/${SOURCE}
+      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
 fi
         WEB_SITE=http://www.openal.org/
       LICENSE[0]=LGPL
diff --git a/audio-libs/openal/HISTORY b/audio-libs/openal/HISTORY
index 3862b03..56fd130 100644
--- a/audio-libs/openal/HISTORY
+++ b/audio-libs/openal/HISTORY
@@ -1,7 +1,3 @@
-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 3b4eb48..9b55dec 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



More information about the SM-Commit mailing list