depends  zip    &&
if [ "$AUDACITY_REL" == "current" ]; then
  depends  wxgtk-no-unicode
else
  depends wxgtk
fi &&
depends  lame   &&
if [ "$AUDACITY_REL" == "cvs" ]; then
   depends CVS
fi  &&

optional_depends flac "--with-flac" "--without-flac" "For flac support" &&

optional_depends twolame "--with-libtwolame"        \
                         "--without-libtwolame"     \
                         "For twolame support"      &&

optional_depends libvorbis "--with-vorbis"          \
                           "--without-vorbis"       \
                           "for ogg/vorbis support" &&

optional_depends  libmad  "--with-libmad=system"  "--without-libmad"  \
                  "for MP3 importing support"                         &&

optional_depends  libid3tag                   \
                  "--with-id3tag"             \
                  "--without-id3tag"          \
                  "for MP3 ID3 tag support"   &&

optional_depends  libsndfile                  \
                  "--with-libsndfile=system"  \
                  "--with-libsndfile=local"   \
                  "to use system libsndfile"  &&

optional_depends  expat                       \
                  "--with-expat=system"       \
                  "--with-expat=local"        \
                  "to use system expat"       &&

optional_depends  JACK-DRIVER                  \
                  ""                           \
                  ""                           \
                  "to build with jack support" &&

message "${PROBLEM_COLOR}Do not use libsamplerate in conjunction with VST plug-in support!${DEFAULT_COLOR}" &&

optional_depends  libsamplerate                   \
                  "--with-libsamplerate"          \
                  "--without-libsamplerate"       \
                  "to use external libsamplerate" &&

if [ "$AUDACITY_REL" == "current" ]; then
optional_depends soundtouch    \
                 "--with-soundtouch=system"  \
                 "--with-soundtouch=local"    \
                 "to use external soundtouch for editing"
fi  &&

if [ "$AUDACITY_REL" == "beta" ] || [ "$AUDACITY_REL" == "cvs" ]; then
  optional_depends vamp-plugin-sdk "--enable-vamp"  "--disable-vamp" \
                            "Compile with vamp plug-in support?"
fi
