depends  autoconf  &&
depends  ncurses   &&
depends  libid3tag &&
depends  db        &&

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  faad2 \
                  "" \
                  "--without-aac" \
                  "for AAC support" &&

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

optional_depends  libmad \
                  "" \
                  "--without-mp3" \
                  "for MP3 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  libmodplug \
                  "" \
                  "--without-modplug" \
                  "for MOD support" &&

optional_depends  sidplay-libs \
                  "" \
                  "--without-sidplay2" \
                  "for c64 SID support" &&

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

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

optional_depends  timidity \
                  "" \
                  "--without-timidity" \
                  "for MIDI support" &&

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

optional_depends  wavpack \
                  "" \
                  "--without-wavpack" \
                  "for WavPack support" \
