Skip to Content.
Sympa Menu

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

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 grimoire by Andra?? Levstik (ba5c5e952f9d7e2a26326651ea2681968a6dc03b)
  • Date: Fri, 29 Dec 2006 14:05:06 -0600

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

audio-libs/openal/BUILD | 1
audio-libs/openal/CONFIGURE | 31 +++++++++++++
audio-libs/openal/DEPENDS | 61
+++++++++++---------------
audio-libs/openal/DETAILS | 1
audio-libs/openal/HISTORY | 6 ++
dev/null |binary
disk/libburn-pykix/DETAILS | 9 ++-
disk/libburn-pykix/HISTORY | 3 +
disk/libburn-pykix/libburn-0.2.6.1.tar.gz.sig | 0
9 files changed, 72 insertions(+), 40 deletions(-)

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

libburn-pykix: version update

commit cc6477983fd1881e9353ace36d22300165b91f01
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

openal: forgot a file

commit 805e60fabf78952eb381cab8662a09126fc8659c
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

openal: fixing hardcoded stuff in BUILD

diff --git a/audio-libs/openal/BUILD b/audio-libs/openal/BUILD
index 6423e75..37fe091 100755
--- a/audio-libs/openal/BUILD
+++ b/audio-libs/openal/BUILD
@@ -1,3 +1,2 @@
-OPTS="$OPTS --enable-waveout --enable-capture --enable-jlib --enable-fft
--disable-alsa --enable-optimization" &&
cd linux &&
default_build
diff --git a/audio-libs/openal/CONFIGURE b/audio-libs/openal/CONFIGURE
new file mode 100755
index 0000000..4fdff4a
--- /dev/null
+++ b/audio-libs/openal/CONFIGURE
@@ -0,0 +1,31 @@
+config_query_option OPENAL_OPTS \
+ "enable optimization" \
+ n \
+ "--enable-optimization" \
+ "--disable-optimization" &&
+config_query_option OPENAL_OPTS \
+ "enable JLIB support" \
+ n \
+ "--enable-jlib" \
+ "--disable-jlib" &&
+config_query_option OPENAL_OPTS \
+ "enable fft mojo" \
+ n \
+ "--enable-fft" \
+ "--disable-fft" &&
+config_query_option OPENAL_OPTS \
+ "enable waveout backend" \
+ n \
+ "--enable-waveout" \
+ "--disable-waveout" &&
+config_query_option OPENAL_OPTS \
+ "enable null backend" \
+ n \
+ "--enable-null" \
+ "--disable-null" &&
+config_query_option OPENAL_OPTS \
+ "enable capture support" \
+ n \
+ "--enable-capture" \
+ "--disable-capture"
+
diff --git a/audio-libs/openal/DEPENDS b/audio-libs/openal/DEPENDS
index 328e682..b9a2777 100755
--- a/audio-libs/openal/DEPENDS
+++ b/audio-libs/openal/DEPENDS
@@ -1,42 +1,33 @@
-if [ "$OPENAL_CVS" == "y" ] ; then
- depends CVS
-fi &&
-depends autoconf &&
-depends automake &&
-depends libtool &&
-
-#optional_depends "alsa-lib" \
-# "--enable-alsa" \
-# "--disable-alsa" \
-# "for alsa sound support" &&
-#alsa support is still broken
-
-
+if [[ "$OPENAL_CVS" == "y" ]] ; then
+depends CVS
+fi &&
+depends autoconf &&
+depends automake &&
+depends libtool &&
+optional_depends "alsa-lib" \
+ "--enable-alsa" \
+ "--disable-alsa" \
+ "for alsa sound support" &&
optional_depends esound \
"--enable-esd" \
"--disable-esd" \
"for esound sound support" &&
-
-optional_depends sdl \
- "--enable-sdl" \
- "--disable-sdl" \
- "for sdl sound support" &&
-
-optional_depends arts \
- "--enable-arts" \
- "--disable-arts" \
- "for arts sound support" &&
-
-optional_depends nas \
- "--enable-nas" \
- "--disable-nas" \
- "for nas sound support" &&
-
-optional_depends smpeg \
- "--enable-smpeg" \
- "--disable-smpeg" \
- "for smpeg sound support" &&
-
+optional_depends sdl \
+ "--enable-sdl" \
+ "--disable-sdl" \
+ "for sdl sound support" &&
+optional_depends arts \
+ "--enable-arts" \
+ "--disable-arts" \
+ "for arts sound support" &&
+optional_depends nas \
+ "--enable-nas" \
+ "--disable-nas" \
+ "for nas sound support" &&
+optional_depends smpeg \
+ "--enable-smpeg" \
+ "--disable-smpeg" \
+ "for smpeg sound support" &&
optional_depends libvorbis \
"--enable-vorbis" \
"--disable-vorbis" \
diff --git a/audio-libs/openal/DETAILS b/audio-libs/openal/DETAILS
index 540c056..1bd2082 100755
--- a/audio-libs/openal/DETAILS
+++ b/audio-libs/openal/DETAILS
@@ -17,6 +17,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPEL
SOURCE_URL[0]=http://download.sourcemage.org/mirror/${SOURCE}
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
fi
+ PATCHLEVEL=1
WEB_SITE=http://www.openal.org/
LICENSE[0]=LGPL
ENTERED=20030508
diff --git a/audio-libs/openal/HISTORY b/audio-libs/openal/HISTORY
index 56fd130..55f6e0e 100644
--- a/audio-libs/openal/HISTORY
+++ b/audio-libs/openal/HISTORY
@@ -1,3 +1,9 @@
+2006-12-29 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: patchelevel++
+ * CONFIGURE: added
+ * BUILD: removed hardcoded stuff that breaks stuff
+ * DEPENDS: alsa-lib uncommented
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/disk/libburn-pykix/DETAILS b/disk/libburn-pykix/DETAILS
index 4068df8..6a83393 100755
--- a/disk/libburn-pykix/DETAILS
+++ b/disk/libburn-pykix/DETAILS
@@ -12,11 +12,12 @@ if [ "$LIBBURN_SVN" == "y" ]; then
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-svn
SOURCE_IGNORE=volatile
else
- VERSION=0.2.6.1
- SOURCE=${SPELL/-*}-${VERSION}.tar.gz
+ VERSION=0.2.6.3
+ PKG=libburn
+ SOURCE=${PKG}-${VERSION}.tar.gz
SOURCE_URL[0]=http://libburn-download.pykix.org/releases/$SOURCE
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL/-*}-${VERSION:0:5}
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
+
SOURCE_HASH=sha512:855ac09032a1784e0a4bb08145353b8f93b6529b232049dca88dbbe92856fc0dc5420892f1d3adc3f397124f629e63d824e8bbf149743fed527ae81105e08ca1
fi
WEB_SITE=http://libburnia.pykix.org
ENTERED=20060908
diff --git a/disk/libburn-pykix/HISTORY b/disk/libburn-pykix/HISTORY
index fd82879..2485c8a 100644
--- a/disk/libburn-pykix/HISTORY
+++ b/disk/libburn-pykix/HISTORY
@@ -1,3 +1,6 @@
+2006-12-29 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: version update
+
2006-12-06 Flavien Bridault <vlaaad AT sourcemage.org>
* DETAILS: updated tarball to 0.2.6.1, updated SOURCE_URL for svn,
updated WEB_SITE, updated SOURCE_DIRECTORY
diff --git a/disk/libburn-pykix/libburn-0.2.6.1.tar.gz.sig
b/disk/libburn-pykix/libburn-0.2.6.1.tar.gz.sig
deleted file mode 100644
index a70cd4c..0000000
Binary files a/disk/libburn-pykix/libburn-0.2.6.1.tar.gz.sig and /dev/null
differ



  • [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (ba5c5e952f9d7e2a26326651ea2681968a6dc03b), Andra?? Levstik, 12/29/2006

Archive powered by MHonArc 2.6.24.

Top of Page