depends  ncurses &&
depends  libid3tag &&
depends  libmad    &&

optional_depends  alsa-lib \
                  "" \
                  "--disable-alsatest" \
                  "for ALSA support" &&

optional_depends  JACK-DRIVER \
                  "" \
                  "--without-jack" \
                  "for JACK support" &&

optional_depends  mpc \
                  "" \
                  "--without-musepack" \
                  "for musepack (mpc) support"

optional_depends  libogg \
                  "" \
                  "--without-ogg" \
                  "for ogg/vorbis support" &&

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

optional_depends  libsndfile \
                  "" \
                  "--without-sndfile --disable-libFLACtest" \
                  "for sndfile support (WAVE, AU, AIFF, SVX, SPH, IRC, VOC)" &&

optional_depends  LIBAVCODEC \
                  "" \
                  "--without-ffmpeg" \
                  "for ffmpeg support (WMA, realAudio, AAC, MP4)" &&

optional_depends  speex \
                  "" \
                  "--without-speex" \
                  "for speex support" &&

optional_depends  libsamplerate \
                  "" \
                  "--without-samplerate" \
                  "for Sample Rate Converter support" &&

optional_depends  curl \
                  "" \
                  "--without-curl" \
                  "for curl (Internet streams support) support"
