summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmcneill <jmcneill>2009-01-13 02:41:12 +0000
committerjmcneill <jmcneill>2009-01-13 02:41:12 +0000
commitc5894b1757645887671cfe885b3502d7eee0d1bc (patch)
tree3b0a2515585eb421fc92b05a8c83cbff22a2efa3
parent5d7fdca50cfdbc6a239087f9748dbd4944a967b4 (diff)
downloadpkgsrc-c5894b1757645887671cfe885b3502d7eee0d1bc.tar.gz
Update to opal 3.4.4.
2008-11-27 07:50 rjongbloed * [r21641] version.h: Update version number for beta v3.4.4 2008-12-05 02:15 rjongbloed * [r21704] include/opal.h, samples/mobileopal/MobileOpalDlg.cpp, src/java/OpalLineAppearanceStates.java, src/java/OpalMessageType.java, src/java/OpalMessage_m_param.java, src/java/OpalParamRegistration.java, src/java/OpalStatusLineAppearance.java, src/java/exampleConstants.java, src/java/exampleJNI.java, src/java/java_swig_wrapper.c, src/opal/opal_c.cxx: Back ported "C" API version 13 to Wolf release. 2008-12-09 07:40 rjongbloed * [r21731] src/opal/manager.cxx: Fixed transmission frame rate, set by user, actually being used. Should just be clamped to remote's maximum, not using the remote's maximum all the time. 2008-12-09 07:48 rjongbloed * [r21732] .: Fixed transmission frame rate, set by user, actually being used. Should just be clamped to remote's maximum, not using the remote's maximum all the time. 2008-12-10 02:13 rjongbloed * [r21748] include/opal.h, samples/c_api/main.c, src/java/OpalParamGeneral.java, src/java/exampleJNI.java, src/java/java_swig_wrapper.c, src/opal/opal_c.cxx, src/win32/opal_dll_2005.vcproj: Added ability to set media options in "C" API. 2008-12-10 02:36 rjongbloed * [r21750] src/sip/sipcon.cxx: Fixed missing route set on SIP commands in a dialog when using outbound proxy. 2008-12-10 02:41 rjongbloed * [r21751] samples/mobileopal/MobileOPAL.vcproj, samples/mobileopal/MobileOPALppc.rc, samples/mobileopal/MobileOPALsp.rc, samples/mobileopal/MobileOpalDlg.cpp, samples/mobileopal/OptionsGeneral.cpp, samples/mobileopal/OptionsGeneral.h, samples/mobileopal/OptionsH323.cpp, samples/mobileopal/OptionsH323.h, samples/mobileopal/OptionsSIP.cpp, samples/mobileopal/OptionsSIP.h, samples/mobileopal/Resourcesp.h, samples/mobileopal/ScrollableDialog.cpp, samples/mobileopal/ScrollableDialog.h, samples/mobileopal/resourceppc.h: Added video to MobileOPAL sample. 2008-12-10 04:13 csoutheren * [r21753] plugins/video/H.263-1998/h263-1998.h: Ensure frame buffer is correctly aligned Thanks to Matthias Schneider 2008-12-10 04:59 rjongbloed * [r21756] include/opal/mediafmt.h, src/opal/manager.cxx: Added common video format names to default media format order. 2008-12-10 05:54 rjongbloed * [r21759] src/codec/opalpluginmgr.cxx, src/opal/mediastrm.cxx, src/opal/patch.cxx: Fixed OpalManager max RTP payload size parameter not being honoured all the way to the codec plug in. Also added log message if the plug in codec fails to create a context. 2008-12-10 06:43 rjongbloed * [r21761] samples/codectest/main.cxx: Added ability to set max RTP packet size in codec test. 2008-12-11 00:26 rjongbloed * [r21767] src/sip/sippdu.cxx: Fixed restarting timers if get pathological response to a transaction with incorrect Cseq header field. 2008-12-11 07:13 rjongbloed * [r21770] include/sip/sippdu.h, src/sip/sippdu.cxx: Fixed issue with registration to a non-standard port. 2008-12-14 23:27 rjongbloed * [r21796] ., src/sip/sipcon.cxx: Fixed test for CANCEL receipt on INVITE clearing call, should be based on transaction ID not dialog ID so correctly ignores multiple forked CANCEL messages. 2008-12-16 12:11 rjongbloed * [r21813] src/sip/sipcon.cxx: Fixed merge error in previous patch. 2008-12-19 06:10 rjongbloed * [r21844] ., src/sip/sippdu.cxx: Fixed sending ACK to incorrect address when particular types of proxies are being used. 2009-01-06 21:29 dsandras * [r21898] src/sip/handlers.cxx: Backport from TRUNK. Do not try refreshing SUBSCRIBE requests for which the 200 OK contained an expire time of 0. In that case we should simply consider we are unsubscribed. 2008-10-17 09:06 rjongbloed * [r21385] version.h: Update version number for beta v3.4.3 2008-11-04 23:05 rjongbloed * [r21452] ., src/h323/channels.cxx: Fixed incorrect H.245 VideoFastUpdate being sent. 2008-11-05 04:02 rjongbloed * [r21457] ., include/codec/opalplugin.h: Update some defines so can build newer plug in codecs with older OPAL libraries. 2008-11-05 06:42 rjongbloed * [r21459] samples/openphone/main.cxx, samples/openphone/main.h: Fixed error in OpenPhone codec display source protocol name. 2008-11-10 00:05 rjongbloed * [r21487] ., src/codec/opalpluginmgr.cxx: Fixed frame rate, and I-Frame count statistics. 2008-11-10 03:50 rjongbloed * [r21488] samples/openphone/main.cxx, samples/openphone/main.h, samples/openphone/openphone.wxg, samples/openphone/openphone.xrc: Added button to OpenPhone configure dialog to test video capture device, e.g. camera 2008-11-12 20:52 dsandras * [r21504] plugins/LID/VPB/Makefile.in: Applied patch from Elaine Xiong <elaine xiong sun com> to fix compilation on OpenSolaris with SUN compiler. Thanks! 2008-11-17 08:00 rjongbloed * [r21539] ., src/sip/handlers.cxx: Probable fix for deadlock issue on interface change. 2008-11-19 05:34 rjongbloed * [r21556] src/h323/h323.cxx: Fixed behaviour of incoming H.323 calls not being answered under some circumstances, caused by incorrect state. 2008-11-19 05:34 rjongbloed * [r21557] src/opal/connection.cxx: Small code tidy up of OpalConnection::AnsweringCall() to remove redundant tests. 2008-11-20 00:44 rjongbloed * [r21562] ., src/sip/handlers.cxx: Fixed correct "quoting" of URL when explicit REGISTER contact address specified. 2008-11-20 01:31 rjongbloed * [r21564] src/sip/handlers.cxx, src/sip/sippdu.cxx: A registrars seems to require a "tag" field on the From header. The specification (RFC3261/10.2) makes no mention of requiring this and the tag field is intended for creating a "dialog". Dialogs are only required for INVITE and SUBSCRIBE commands, and the specification does explicitly say REGISTER does NOT create a dialog. Go figure. 2008-11-20 01:32 rjongbloed * [r21565] src/sip/sipep.cxx: Fixed default expiry time for old style SIP Register() function. 2008-11-20 03:24 rjongbloed * [r21568] include/h323/h323ep.h, include/opal/endpoint.h, src/h323/h323ep.cxx: Fixed correct propagation of local user name when set in OpalManager to alias list of H.323 endpoint. 2008-11-20 03:53 rjongbloed * [r21570] src/h323/gkclient.cxx: Changed gatekeeper discovery so does not try and use interfaces for which there is no signalling channel listening. 2008-11-23 21:12 ms30002000 * [r21600] plugins/aclocal.m4, plugins/configure, plugins/configure.ac: Fix CFLAGS order in order to allow overwriting. 2008-11-25 05:10 rjongbloed * [r21620] include/opal/mediafmt.h, src/codec/iLBCmf.cxx: Fixed issue in iLBC speed negotiation when not using plug in. 2008-11-26 02:04 rjongbloed * [r21625] src/lids/lidep.cxx: Fixed LID support for media types other than audio, e.g. fax. 2008-11-27 03:44 rjongbloed * [r21631] src/codec/rfc2833.cxx, src/opal/rtpconn.cxx: Fixed propagation of CNG tone through the RFC2833 subsystem. Problem with the case of the 'X' and 'Y' codes. Fixed correct duration code sent to call back function for received RFC2833 data. Previously had a timestamp value in there. Fixed some trace logs and comments to agree with code.
-rw-r--r--devel/opal/Makefile5
-rw-r--r--devel/opal/PLIST4
-rw-r--r--devel/opal/distinfo8
3 files changed, 8 insertions, 9 deletions
diff --git a/devel/opal/Makefile b/devel/opal/Makefile
index e5ca699c3a2..f07b69a1a3f 100644
--- a/devel/opal/Makefile
+++ b/devel/opal/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2008/12/18 17:28:16 bjs Exp $
+# $NetBSD: Makefile,v 1.5 2009/01/13 02:41:12 jmcneill Exp $
#
-DISTNAME= opal-3.4.2
-PKGREVISION= 2
+DISTNAME= opal-3.4.4
CATEGORIES= devel net comms
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/opal/3.4/}
EXTRACT_SUFX= .tar.bz2
diff --git a/devel/opal/PLIST b/devel/opal/PLIST
index e25defb6c7f..d501c8a0582 100644
--- a/devel/opal/PLIST
+++ b/devel/opal/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2008/10/29 21:02:02 cube Exp $
+@comment $NetBSD: PLIST,v 1.4 2009/01/13 02:41:12 jmcneill Exp $
include/opal/asn/gcc.h
include/opal/asn/h225.h
include/opal/asn/h235.h
@@ -124,7 +124,7 @@ include/opal/t38/t38proto.h
include/opal/zrtp/opalzrtp.h
include/opal/zrtp/zrtpeventproc.h
lib/libopal.so
-lib/libopal.so.${PKGVERSION}
+lib/libopal.so.3.4-beta4
lib/libopal_s.a
lib/${OPALLIBDIR}/codecs/audio/g726_audio_pwplugin.so
lib/${OPALLIBDIR}/codecs/audio/gsm0610_audio_pwplugin.so
diff --git a/devel/opal/distinfo b/devel/opal/distinfo
index cad67339bd9..bc693970f4e 100644
--- a/devel/opal/distinfo
+++ b/devel/opal/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2008/10/25 18:14:24 jmcneill Exp $
+$NetBSD: distinfo,v 1.4 2009/01/13 02:41:12 jmcneill Exp $
-SHA1 (opal-3.4.2.tar.bz2) = 53a2adfccd4fa0f2cffece94690cea29c0a38a47
-RMD160 (opal-3.4.2.tar.bz2) = 9c62db97e8cf5d3add9e2c7aa7cecf9953dc0f39
-Size (opal-3.4.2.tar.bz2) = 8260545 bytes
+SHA1 (opal-3.4.4.tar.bz2) = b7ff5a449355a5d5d133b2f06f79d6156b5f8403
+RMD160 (opal-3.4.4.tar.bz2) = 2f359f1226dd074a47155298bd7bb5cd19d572df
+Size (opal-3.4.4.tar.bz2) = 8135224 bytes
SHA1 (patch-aa) = a472dcfe3df333f664d639d2933f5022de9e1090
SHA1 (patch-ab) = 53e0447a00c99611aaabbc2740175a24ff16c067