if [[ "$CDRDAO_BRANCH" == "scm" ]]; then
  depends  CVS
fi  &&

depends -sub CXX gcc &&
depends libao &&
optional_depends  cdrtools \
                  "--with-scglib=sys" \
                  "--without-scglib" \
                  "SCSI support tools" &&

optional_depends  libogg \
                  "--with-ogg-support" \
                  "" \
                  "OGG support" &&

optional_depends  pccts                                              \
                  "--with-pcctsbin=/usr/bin                          \
                   --with-pcctsinc=/usr/include/pccts"               \
		  ""						     \
                  "to use an installed pccts for parser generation"  &&

optional_depends  lame                                               \
                  "--with-lame"                                      \
                  "--without-lame"                                   \
                  "for toc2mp3 tool"                                 &&

optional_depends  libgnomeuimm                                       \
                  "--without-gcdmaster"                              \
                  "--with-gcdmaster"                                 \
                  "to compile gcdmaster (Gnome frontend)"
