[Lunar-commits] <moonbase> audacity: fixed DEPENDS (portaudio)

Florin Braescu florin at lunar-linux.org
Sun Oct 24 08:56:20 CEST 2010


commit 1f54b869ec69bd33b2111a7a757c57376471b5b7
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Oct 24 09:56:20 2010 +0300

    audacity: fixed DEPENDS (portaudio)
    
    audacity searched for portmixer and fails if you select no and if you
    select yes to the dependency portaudio; the configure options
    --with-portaudio and --without aren't there anyway - however, theres
    an option for portmixer - so doing --without-portmixer helps.
    However: having portaudio installed didnt work here with
    --with-portmixer, so this is just a "quick" fix and someone should
    investigate more into this.
    
    Thanks to wdp for the submission.
---
 audio/audacity/DEPENDS |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/audio/audacity/DEPENDS b/audio/audacity/DEPENDS
index 95c45c5..fbca4c2 100644
--- a/audio/audacity/DEPENDS
+++ b/audio/audacity/DEPENDS
@@ -8,8 +8,8 @@ optional_depends        "soundtouch"           \
                         "for pitch and tempo changing"
 
 optional_depends        "portaudio"          \
-                        "--with-portaudio"   \
-                        "--without-portaudio" \
+                        "--with-portmixer"   \
+                        "--without-portmixer" \
                         "for portaudio support"
 
 optional_depends        "ffmpeg"             \


More information about the Lunar-commits mailing list