summaryrefslogtreecommitdiff
path: root/net/ekiga/patches
diff options
context:
space:
mode:
authorjmcneill <jmcneill>2009-03-18 13:08:07 +0000
committerjmcneill <jmcneill>2009-03-18 13:08:07 +0000
commit8f2ae17fc99a7124480aafe7eea4d6f01e2298e9 (patch)
tree5b4218a1128fd524088c86c60f61d07babd2ef24 /net/ekiga/patches
parentc1b7a04818762f6b881cdce96a306fb510f0b960 (diff)
downloadpkgsrc-8f2ae17fc99a7124480aafe7eea4d6f01e2298e9.tar.gz
Update ekiga to 3.2.0.
* Changes in ekiga 3.2.0 (2009-03-16) - Fix some NAT related issues (use internal port instead of external port in Cone NAT) - Uniformise detection of libnotify; fix compilation with mingw - Fix "URL completion combobox shows identical completions" - Fix "Assistant loosing values when going backward" - Fix GmConf settings when compiled with another package name - Fix unregistration of accounts - Fix build with -enable-kde - Fix OS X build - Fix a crash in chat - New translations: crh, or - Updated translations: as, bg, bn_IN, da, de, el, eu, gl, gu, hi, hu, ja, kn, ko, ku, lt, ml, mr, or, pt, ro, ru, ta, te, tr - New help translation: en_GB - Updated help translation: fr * Changes in ekiga 3.1.2 (2009-03-03) - Removal of the old H.263 ffmpeg plug in and enhancement of the H.263-1998 plug in to take its place. - Allow compilation with CELT 0.4 and 0.5 - Allow several ALSA devices to have the same name - STUN enabling/disabling has been readded to the GUI - Remove white spaces from the URI (useful when copy/paste) - Clear the URI edit box after a call - Fixed crash when clearing call history - Fix Windows compilation - Fixes for tarball generation - Fixed account data corruption when the authentication user name is left blank - Fixed possible crash when answering incoming calls - Fixed G.722 usage - Other various fixes, cleanups, removal of deprecated symbols etc. - Updated translations: ca, cs, da, el, en_GB, es, eu, fi, fr, he, hu, it, ja, ko, kn, nb, nl, pl, pt_BR, sl, sv, th, vi, zh_HK, zh_TW - New help/eu localisation Experimental features: - Significant improvements in IPv6 support - Gstreamer audio and video capture support near to be finished... * ekiga 3.1.1 unreleased * Changes in ekiga 3.1.0 (2009-01-05) - Added support for G.722 and CELT audio wideband codecs - Added support for H.263 - Added support for SIP dialog-info notifications, it allows being notified of incoming calls for the phones of your colleagues with software like Asterisk - Added support to disable STUN detection - Improved LDAP support in the address book, authentication is now possible - Killed the gconf_test_age test, Ekiga can now finally work with badly installed GConf schemas - More efficient memory handling using gmref_ptr, increases stability - Better handling of multiple network interfaces with dynamic addition and removal - libgnome is not required anymore when using GTK+ 2.14 - Many code cleanups, new GObjects, ... - Work in progress : XCAP support, Resource List support, GStreamer audio and video capture support, ...
Diffstat (limited to 'net/ekiga/patches')
-rw-r--r--net/ekiga/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/ekiga/patches/patch-aa b/net/ekiga/patches/patch-aa
new file mode 100644
index 00000000000..91936c9f907
--- /dev/null
+++ b/net/ekiga/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2009/03/18 13:08:07 jmcneill Exp $
+
+--- configure.ac.orig 2009-03-16 17:42:46.000000000 -0400
++++ configure.ac
+@@ -340,6 +340,8 @@ if test "x$enable_ldap" = "xyes"; then
+ AC_SUBST(LDAP_LIBS)
+ LDAP="enabled"
+ AC_DEFINE(HAVE_LDAP,1,[LDAP support])
++
++ LDAP_LIBS="${LDAP_LIBS} -lsasl2"
+ fi
+
+ AM_CONDITIONAL(HAVE_LDAP, test "x$found_ldap" = "xyes")