[Lunar-commits] <moonbase> audacity: removed broken optional dependency for now

Michael 'v4hn' Goerner v4hn at lunar-linux.org
Sat Mar 17 20:03:38 CET 2012


commit 57e3703c5c699909e52fd956263064b332c01ef5
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date:   Sat Mar 17 20:03:10 2012 +0100

    audacity: removed broken optional dependency for now
---
 audio/audacity/BUILD   |    3 +++
 audio/audacity/DEPENDS |    9 +++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/audio/audacity/BUILD b/audio/audacity/BUILD
index b7839b3..1682a06 100644
--- a/audio/audacity/BUILD
+++ b/audio/audacity/BUILD
@@ -3,6 +3,9 @@
   unset CPP CXX CC CFLAGS CXXFLAGS CPPFLAGS LDFLAGS  &&
   OPTS+=" --with-libsndfile=system --with-libresample=no --with-libsamplerate=system --enable-unicode"  &&
 
+  #see DEPENDS
+  OPTS+=" --without-soundtouch"
+
   if [ -d /proc/asound ];  then
       OPTS+=" --with-portaudio"
   fi  &&
diff --git a/audio/audacity/DEPENDS b/audio/audacity/DEPENDS
index fbca4c2..7f6bc15 100644
--- a/audio/audacity/DEPENDS
+++ b/audio/audacity/DEPENDS
@@ -2,10 +2,11 @@ depends  wxGTK
 depends  libsndfile
 depends  libsamplerate
 
-optional_depends        "soundtouch"           \
-                        "--with-soundtouch"    \
-                        "--without-soundtouch" \
-                        "for pitch and tempo changing"
+#soundtouch 1.6.0 is not supported by audacity 2.0.0
+#optional_depends        "soundtouch"           \
+#                        "--with-soundtouch"    \
+#                        "--without-soundtouch" \
+#                        "for pitch and tempo changing"
 
 optional_depends        "portaudio"          \
                         "--with-portmixer"   \


More information about the Lunar-commits mailing list