$OpenBSD: patch-src_features_window_py,v 1.1 2012/04/05 16:08:56 jasper Exp $ port Gajim to use Farstream instead of Farsight2. from upstream changeset dfd58bb1ad06. --- src/features_window.py.orig Thu Apr 5 11:31:20 2012 +++ src/features_window.py Thu Apr 5 11:32:17 2012 @@ -103,9 +103,9 @@ class FeaturesWindow: _('Generate XHTML output from RST code (see http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html).'), _('Requires python-docutils.'), _('Requires python-docutils.')), - _('Audio / Video'): (self.farsight_available, + _('Audio / Video'): (self.farstream_available, _('Ability to start audio and video chat.'), - _('Requires python-farsight and gstreamer-plugins-bad.'), + _('Requires python-farstream and gstreamer-plugins-bad.'), _('Feature not available under Windows.')), _('UPnP-IGD'): (self.gupnp_igd_available, _('Ability to request your router to forward port for file transfer.'), @@ -258,8 +258,8 @@ class FeaturesWindow: return False return True - def farsight_available(self): - return gajim.HAVE_FARSIGHT + def farstream_available(self): + return gajim.HAVE_FARSTREAM def gupnp_igd_available(self): return gajim.HAVE_UPNP_IGD