depends  kdelibs  &&

if list_find "$BACKENDS" "mplayer"; then
  depends  mplayer
fi  &&
if list_find "$BACKENDS" "xine"; then
  depends  xine-lib
fi  &&
if list_find "$BACKENDS" "gstreamer"; then
  depends  gst-plugins
fi  &&

optional_depends arts  ""  "--without-arts"  "for arts support"  &&

optional_depends  LIBAVCODEC                    \
                  ""                            \
                  ""                            \
                  "for recording using ffmpeg"  &&

optional_depends  koffice                     \
                  ""                          \
                  "--disable-koffice-plugin"  \
                  "for koffice integration"
