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 "" "--without-flac" "For flac support" &&

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

optional_depends libvorbis ""                 \
                           "--without-vorbis" \
                           "for flac support" &&

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

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

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

optional_depends  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
