depends  wxGTK
depends  libsndfile
depends  libsamplerate

#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"   \
                        "--without-portmixer" \
                        "for portaudio support"

optional_depends        "ffmpeg"             \
                        "--with-ffmpeg"      \
                        "--without-ffmpeg"   \
                        "for ffmpeg support"

optional_depends        "libid3tag" \
                        "--with-id3tag=system" \
                        "" \
                        "enable id3 support"

optional_depends        "lame" \
                        "" \
                        "" \
                        "enable mp3 support"

optional_depends        "libvorbis" \
                        "--with-vorbis=system" \
                        "" \
                        "enable ogg support"

optional_depends        "libmad" \
                        "--with-libmad=system" \
                        "" \
                        "for fast mp3 decoding"

optional_depends        "flac" \
                        "--with-flac=system" \
                        "" \
                        "for flac encoding"

optional_depends        "ladspa_sdk" \
                        "" \
                        "" \
                        "for ladspa plugin support"
