depends  kdebase  &&
depends  libpng   &&

if [ "$XINELIB" == "y" ]; then
   depends  xine-lib
fi                                      &&

source  $SECTION_DIRECTORY/KDE_DEPENDS  &&

optional_depends  lame                    \
                  ''                      \
                  '--disable-lame-test'   \
                  'to rip compact disks'  &&

optional_depends  flac                                    \
                  '--with-flac'                           \
                  '--without-flac'                        \
                  'for lossless audio encoding/decoding'  &&

optional_depends  vorbis-tools                     \
                  ''                               \
                  '--disable-vorbis-test'          \
                  'for encoding ogg-vorbis files'  &&

optional_depends  libmad                                  \
                  '--with-libmad'                         \
                  '--without-libmad'                      \
                  'for high-quality MPEG audio decoding'  &&

optional_depends  speex                             \
                  '--with-speex'                    \
                  '--without-speex'                 \
                  'for speech compression support'  &&

optional_depends  libsamplerate                      \
                  '--with-libsamplerate'             \
                  '--without-libsamplerate'          \
                  'for audio Sample Rate Converter'  &&

optional_depends  alsa-lib                  \
                  '--with-alsa'             \
                  '--without-alsa'          \
                  'for ALSA audio support'  &&

optional_depends  esound                                    \
                  ''                                        \
                  ''                                        \
                  'for Enlightenment Sound Daemon support'  &&

optional_depends  polypaudio                                                  \
                  '--with-polypaudio'                                         \
                  '--without-polypaudio'                                      \
                  'for PolyPaudio sound daemon support (esound replacement)'  &&

optional_depends  jack                             \
                  '--with-jack'                    \
                  '--without-jack'                 \
                  'for low-latency audio sharing'  &&

optional_depends  taglib                              \
                  ''                                  \
                  ''                                  \
                  'for ID3TAGs and JuK music player'  &&

optional_depends  cdparanoia              \
                  '--enable-cdparanoia'   \
                  '--disable-cdparanoia'  \
                  'to rip compact disks'  &&

optional_depends  libmusicbrainz                    \
                  ''                                \
                  ''                                \
                  'for automatic song recognition'  &&

optional_depends  trm                                               \
                  ''                                                \
                  ''                                                \
                  'for relatable TRM acoustic fingerprint support'  &&

optional_depends  gst-plugins                                   \
                  ''                                            \
                  ''                                            \
                  'for JuK audio player and GStreamer support'

