diff options
author | wiz <wiz@pkgsrc.org> | 2009-11-17 19:50:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-11-17 19:50:57 +0000 |
commit | 01bbe1ebe438d0a1e48b86a634b1684ca1c9e558 (patch) | |
tree | e543d3fe35e49db306693c781dc23a4d6b9753e9 | |
parent | 24678acff05c8fdb9753df5d2cea274e0e3587d3 (diff) | |
download | pkgsrc-01bbe1ebe438d0a1e48b86a634b1684ca1c9e558.tar.gz |
Update to 3.2.6:
* Changes in ekiga 3.2.6 (2009-09-22)
** User-visible fixes
- Fixed crashes shown as assertion failed in /usr/include/ptlib/safecoll.h:813
- Fixed crash when device list is empty or contains non-latin1 characters
- Fixed crash when pressing shift-f10 (popup menu) in Preferences window
- Fixed possible crash when garbage collecting REGISTER requests
- Fixed possible segfault when receiving a NOTIFY
- Fixed freeze by preventing SIP handlers retry timer from executing
during destruction
- Fixed freeze during packet write
- Fixed "Lockup after a day of idle" in publishing code
- Fixed various deadlocks in the OPAL subscription code
- Added "%limit" workaround for registrars which refuse several
contacts during registration
- Fixed "Contacts never go offline"
- Fixed "New SIP account mangles fields if Authentications User is empty"
- Make sure the output device is set before a call
- Fixed port handling when registering to a proxy with a non-standard port
- Fixed "In some circumstances, smileys are not displayed graphically"
- Improved audio latency when not collecting all of the audio data
- Fixed the newmessage.wav file
- Fixed "Accounts were automatically active after editing them"
- Make possible to register e.g. user@a.b as user name as required by
some providers
- Remove deprecated "Encoding" field from desktop file
** Protocol fixes
- Fixed problem with REGISTER IntervalTooBrief response handling not
using correct interface for new transaction
- Fixed "480 Temporarily Unavailable" response handling
- Fixed problem with doing DNS lookup when using explicit proxy or
presence agent
- Fixed problem with PUBLISH using wrong expiry after Interval Too Brief
error
- If we find no authentication information when subscribing, keep trying
as it could become available at a later stage
- Changed so does not put both global and media specific connection
addresses in SDP if they are the same (needed for freephonie SIP
registrar)
- Fixed support for unusual SIP "start with hold", that is an initial
offer INVITE with a connection address of 0.0.0.0
- Fixed failure to retry (after a suitable period) REGISTER/SUBSCRIBE
if get transport level timeout
- Added closing of our local media streams if remote sends a re-INVITE
and leaves out streams (e.g. video) that were there previously
- Fixed problems when can not bind to any interface
- Fixed various problems with some SDP options
- Fixed regression where the username would be lost from the Contact
field
- Fixed invalid request-uri in BYE request
- Fixed issue with overlapping INVITEs
- Fixed H.263-1998 plug in compilation, by asking latest avcodec
- Fixed "OpalBitRateCalculator limits bitrates"
- Fixed "SIP wrong response on a failed REFER-request"
- Fixed "SIP: OK response to CANCEL incomplete"
- Do not send "100 Trying" message when receiving a NOTIFY message
- Fixed incorrect register/subscribe refresh timer calculation
** Build fixes
- Support building on kFreeBSD
- Fixed problem with moving libsoup api
- Various fixes for SIP and H323 configuration
- Fixed "A build error when generating SunAudio ptlib plugin"
- Fixed "The video convertor of YUY2toYUV420P in ptlib does not work"
- Fixed "The absence of libv4l2 should not block V4L2 ptlib plugin"
- and other minor changes
** Windows port fixes
- Thanks to Michael Rickmann's continuous work, Windows port has
reached a quality almost comparable to GNU/Linux version. We invite
people to test it, see ekiga wiki. Some improvements:
- shortened audio delay
- DirectX video input and output
- device name handling
- fixed audio volume
- fixed building with mingw
- made so the linker doesn't find main on win32
- Keep the output sound volume across calls
** Distributor-visible changes
- Changed default for AVC plug in to be disabled until someone fixes
the plug in
- Note: Pulse audio server does not play nicely with ekiga, very high
latencies are noticed
** Translation fixes
- Updated translations: ar, bn, et, ga, hi, hu, ko, lt, ml, nb, sr,
sr@latin, uk, zh_HK, zh_TW
- New translations: ca@valencia
- Updated help translations: de
-rw-r--r-- | net/ekiga/Makefile | 5 | ||||
-rw-r--r-- | net/ekiga/PLIST | 3 | ||||
-rw-r--r-- | net/ekiga/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile index f473f92e896..a8726027403 100644 --- a/net/ekiga/Makefile +++ b/net/ekiga/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2009/08/26 19:58:09 sno Exp $ +# $NetBSD: Makefile,v 1.14 2009/11/17 19:50:57 wiz Exp $ # -DISTNAME= ekiga-3.2.5 -PKGREVISION= 1 +DISTNAME= ekiga-3.2.6 CATEGORIES= net comms MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ekiga/3.2/} EXTRACT_SUFX= .tar.bz2 diff --git a/net/ekiga/PLIST b/net/ekiga/PLIST index 1cbcf49b6e9..9357ceaf9b3 100644 --- a/net/ekiga/PLIST +++ b/net/ekiga/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2009/06/14 18:09:26 joerg Exp $ +@comment $NetBSD: PLIST,v 1.5 2009/11/17 19:50:57 wiz Exp $ bin/ekiga bin/ekiga-config-tool bin/ekiga-helper @@ -249,6 +249,7 @@ share/locale/bn/LC_MESSAGES/ekiga.mo share/locale/bn_IN/LC_MESSAGES/ekiga.mo share/locale/bs/LC_MESSAGES/ekiga.mo share/locale/ca/LC_MESSAGES/ekiga.mo +share/locale/ca@valencia/LC_MESSAGES/ekiga.mo share/locale/crh/LC_MESSAGES/ekiga.mo share/locale/cs/LC_MESSAGES/ekiga.mo share/locale/cy/LC_MESSAGES/ekiga.mo diff --git a/net/ekiga/distinfo b/net/ekiga/distinfo index a8be212a550..e122067823a 100644 --- a/net/ekiga/distinfo +++ b/net/ekiga/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2009/08/15 15:39:23 wiz Exp $ +$NetBSD: distinfo,v 1.8 2009/11/17 19:50:57 wiz Exp $ -SHA1 (ekiga-3.2.5.tar.bz2) = fc8b9ed0492ebc083655cf706048032e552d347f -RMD160 (ekiga-3.2.5.tar.bz2) = 5792890c13d376242defd0757a67c8aa7772ae23 -Size (ekiga-3.2.5.tar.bz2) = 7714135 bytes +SHA1 (ekiga-3.2.6.tar.bz2) = 1c9d2004aa57643a951c1d454e9cfb207143c021 +RMD160 (ekiga-3.2.6.tar.bz2) = f53fe740856e4a4c5b6141086ba25288aabe51ac +Size (ekiga-3.2.6.tar.bz2) = 8257285 bytes |