depends pygtk2 &&
depends -sub SQLITE python &&
depends nbxmpp &&
depends intltool &&

# TODO: add subdepends according to the spells
suggest_depends avahi "" "" "for serverless chatting in a local network" &&

suggest_depends -sub PYTHON farstream "" "" "for ability to start audio and video chat" &&

if is_depends_enabled $SPELL farstream; then
  depends gst-plugins-good &&
  depends gst-plugins-bad # required for rtp muxer
fi &&

suggest_depends pyopenssl "" "" "for secure connections support" &&
suggest_depends pyasn1 "" "" "to check SSL/TLS certificates" &&
suggest_depends dbus-python "" "" "to control Gajim via commandline" &&
suggest_depends bind-tools "" "" "to get SRV records for Jabber servers" &&

if is_depends_enabled $SPELL dbus-python; then
  suggest_depends upower "" "" "for UPower support"
fi &&

suggest_depends pycrypto "" "" "for encrypting chat messages" &&
suggest_depends libxscrnsaver "" "" "for automatic status support" &&
suggest_depends gtkspell "" "" "for spell checking support"
