Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (526cfd2271e0a5f7ac8ca5ef7bb5795837a7d696)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (526cfd2271e0a5f7ac8ca5ef7bb5795837a7d696)
  • Date: Tue, 21 Jul 2009 12:27:41 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

audio-creation/audacity/BUILD | 5 ++++-
audio-creation/audacity/DETAILS | 2 +-
audio-creation/audacity/HISTORY | 4 ++++
3 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit b99971a01b242565265dadefb0a1f98ea6d8eb9a
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

audio-creation/audacity: made it actually use the nyquist option

diff --git a/audio-creation/audacity/BUILD b/audio-creation/audacity/BUILD
index 3fe6b03..14eab5c 100755
--- a/audio-creation/audacity/BUILD
+++ b/audio-creation/audacity/BUILD
@@ -6,7 +6,10 @@ if [ "$AUDACITY_REL" == "beta" ]; then
OPTS="$AUDACITY_SOUNDTOUCH $OPTS"
fi &&

-OPTS="$AUDACITY_LADSPA $AUDACITY_PORTMIXER $AUDACITY_PORTAUDIO $OPTS" &&
+OPTS="$AUDACITY_LADSPA $OPTS" &&
+OPTS="$AUDACITY_PORTMIXER $OPTS" &&
+OPTS="$AUDACITY_PORTAUDIO $OPTS" &&
+OPTS="$AUDACITY_NYQUIST $OPTS"

./configure --prefix=${INSTALL_ROOT}/usr \
--sysconfdir=${INSTALL_ROOT}/etc \
diff --git a/audio-creation/audacity/DETAILS b/audio-creation/audacity/DETAILS
index 8cdd034..77f1602 100755
--- a/audio-creation/audacity/DETAILS
+++ b/audio-creation/audacity/DETAILS
@@ -30,7 +30,7 @@ fi
WEB_SITE=http://audacity.sourceforge.net/
ENTERED=20011217
LICENSE[0]=GPL
- PATCHLEVEL=1
+ PATCHLEVEL=2
KEYWORDS="editors audio"
SHORT="Simple soundfile editor"
cat << EOF
diff --git a/audio-creation/audacity/HISTORY b/audio-creation/audacity/HISTORY
index ed8cb02..e2257e4 100644
--- a/audio-creation/audacity/HISTORY
+++ b/audio-creation/audacity/HISTORY
@@ -1,3 +1,7 @@
+2009-07-21 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD: actually use the nyquist configure option
+ * DETAILS: PATCHLEVEL++
+
2009-03-23 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.3.7 (beta)




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (526cfd2271e0a5f7ac8ca5ef7bb5795837a7d696), Florian Franzmann, 07/21/2009

Archive powered by MHonArc 2.6.24.

Top of Page