summaryrefslogtreecommitdiff
path: root/devel/opal
diff options
context:
space:
mode:
authorjmcneill <jmcneill@pkgsrc.org>2008-10-25 18:14:24 +0000
committerjmcneill <jmcneill@pkgsrc.org>2008-10-25 18:14:24 +0000
commit1bc04e1e680fef2a87ccc6719d9f3c65858aa739 (patch)
treee4c1bd70b14659a29d82f4553e046bcf5d3e5c0e /devel/opal
parentc8021ea592b0180cc818afbc941e7595765cb9dd (diff)
downloadpkgsrc-1bc04e1e680fef2a87ccc6719d9f3c65858aa739.tar.gz
Update to 3.4.2:
* Update version number for beta v3.4.2 * Fix system speex detection. * Simplify setting of LIBS and CFLAGS. * Fix H.261 on solaris. Thanks to Elaine Xiong from SUN. * Fixed line endings * Fixed inclusion of RFC2833 (DTMF) capability in H.323 calls, thanks Hannes Friederich * Fixed bug in "C" API when message callback function is used instead of the normal message queue. Thanks Yuriy Cherniavsky * Fixed SIP INVITE loop detection, forked INVITE request arriving over multiple paths. * Applied patch: [ 2119085 ] "userinput" disables "fax" for H.323 Thanks Vyacheslav Frolov * Note some parts of H.323 still use the numerical form as it is fundamental to the protocol so H323Capability has acquired the DefaultAudioSessionID etc enumeration. * Added IVR sample application. * Fixed IVR media format list being altered by OpalCall::OpenSourceMediaStreams() due to container class referencing single instance. * Fixed release of the call when audio channel ends. IVR cannot continue when no more audio being sent. * Fixed local party URL so does not use a username (meaningless), but uses the VXML reference as the part after the "ivr:". * Added parameter to ivropal set the SIP or H.323 listening interfaces * Fix static x264 compilation. * Fix H.264 helper filename on windows. * Mechanism for forking (over multiple interfaces) the register was incorrect, The specification is typically vague on the subject as it only goes in to detail on forking with respect to INVITE. However the new technique is believed to be compliant by me at least! * When registering, should include all possible interfaces. Especially UDP and TCP should both be registered. * When registering should also do the appropriate STUN handling, depending on if registrar is "inside" or "outside". * Parsing of a URI that is quoted by <> but has no "" based display name was incorrect and would the URI as display name. * Parsing of sips URI when quoted by <> would fail completely. * Creation of a sips URI from username and transport address was broken as well. When fixing this also prevented default transport from being included in URI. * Added mutex when writing simultaneous transactions to same transport, could sometimes cause packet to go out incorrect interface. * Fixed incorrect LID caller line ID field being used for display name. * Fixed crash if H.323 OLC opens codec that fails to be createad late in the process. * Adapt to libavcodec's new interface 52. * Also trigger the presence callback when the NOTIFY body is empty. It is desirable for the client to know something happened. * Update wxWidgets version in OpenPhone ReadMe.txt instructions. * Fixed interoperability issues with Cisco call manager, working around an annoying bug with the Cisco. * Killed the ununsed .major and .major.minor symlinks. The SONAME has always referred to the .major.minor.build lib * Fixed OpenPhone about box. * Fix H.264 flags to request I-frames thanks to Mauro Davi. * Improved LID logging so indicates reason why line was not selected. * Added some H.261 and H.263 annexes to H.263 * Added command line argument to codec tester so can adjust any media option on the encoder. * Added OpenPhone menu and dialog to do transmit video control, in particular, changing the target bit rate. * Reversed stupid change * Fixed issue with propagating changes to media options to transcoders and streams in a patch. * Added video frame rate to OpenPhone statistics. * Fixed phantom "busy" detect in LID. * Fixed incorrect line type (pots/pstn) selection. * Fixed using any line if cannot find specificity requested line, should return "busy" if the line is not available. * Changed ring detect so increments count on "rising edge" of ring cadence. Reduces delay after caller ID is received and routing call. * Added function to get at OpalLine from OpalLineConnection. * Fixed DevStudio compile/link issues with some options removed, in particular IAX2 and H.323. Have gone through every header file and made sure that they are all subject to the #defines in opal/buildops.h. Reported by Giorgio Alfarano. * Also made sure they all have consistent #defines for multiple inclusion, reported by Stefano Sabatini. * Fixed numerous retries using the same authentication credentials. If the first time doesn't work due to bad username or password and nothing changes then is highly unlikely to work one of the other 9 times it retries! * Added priority field when have multiple interfaces being registered. Always prioritise the interface the register as being talked to on. * Fixed listening interfaces port when mapped by STUN being included as first interface in the listener list. * Fixed problem in forked INVITE where remote can be seen my multiple interfaces, a race exists between CANCEL of second dialog and it being accepted by the remote server with a 200 OK. * Fixed numerous retries using the same authentication credentials. If the first time doesn't work due to bad username or password and nothing changes then is highly unlikely to work one of the other 9 times it retries! * Change error for a SIP BYE on a call already destroyed from "405 Method not allowed" to more reasonable "481 Transaction/call does not exist" * Windows Mobile build fixes * Added user defined tone in LIDs. * Backport from TRUNK (Deal with endpoints that use spaces and ; as seperators in the same FMTP string. Sheesh!). * Fixed some Linux weirdness where the first attempt to do TCP listen exclusive prevents the second attempt to listen with REUSEADDR flag set. The reason the code tries one and then the other is lost in the mists of time, so lets just make it do one OR the other and see what gives. * Also, fixed being able to specify socket re-use address mode (a trailing '+' in address string) without a port. Now something like "*+" will work, listening on all interfaces in non-exclusive mode. * Fix second case where simpleopal tries to use SDL for both output and preview video Backport from trunk * Fixed race condition where if reply from SIP server is so fast that it gets in before the second PDU of a forked query, the second PDU is sent via the incorrect interface. * Fixed printing of new LID tone. * Fixed missing party B address when originating PSTN call.
Diffstat (limited to 'devel/opal')
-rw-r--r--devel/opal/Makefile4
-rw-r--r--devel/opal/PLIST6
-rw-r--r--devel/opal/buildlink3.mk6
-rw-r--r--devel/opal/distinfo12
-rw-r--r--devel/opal/patches/patch-ab16
5 files changed, 20 insertions, 24 deletions
diff --git a/devel/opal/Makefile b/devel/opal/Makefile
index 3b5be4f0fc7..18982d0788a 100644
--- a/devel/opal/Makefile
+++ b/devel/opal/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/09/22 23:41:42 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2008/10/25 18:14:24 jmcneill Exp $
#
-DISTNAME= opal-3.4.1
+DISTNAME= opal-3.4.2
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 6a253693f9d..549387a7348 100644
--- a/devel/opal/PLIST
+++ b/devel/opal/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/09/22 23:41:42 jmcneill Exp $
+@comment $NetBSD: PLIST,v 1.2 2008/10/25 18:14:24 jmcneill Exp $
include/opal/asn/gcc.h
include/opal/asn/h225.h
include/opal/asn/h235.h
@@ -124,9 +124,7 @@ include/opal/t38/t38proto.h
include/opal/zrtp/opalzrtp.h
include/opal/zrtp/zrtpeventproc.h
lib/libopal.so
-lib/libopal.so.3
-lib/libopal.so.3.4
-lib/libopal.so.3.4.1
+lib/libopal.so.${PKGVERSION}
lib/${OPALLIBDIR}/codecs/audio/g726_audio_pwplugin.so
lib/${OPALLIBDIR}/codecs/audio/gsm0610_audio_pwplugin.so
lib/${OPALLIBDIR}/codecs/audio/gsmamrcodec_pwplugin.so
diff --git a/devel/opal/buildlink3.mk b/devel/opal/buildlink3.mk
index e10e0d2cd93..1aa42299e2c 100644
--- a/devel/opal/buildlink3.mk
+++ b/devel/opal/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/09/22 23:41:42 jmcneill Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2008/10/25 18:14:24 jmcneill Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
OPAL_BUILDLINK3_MK:= ${OPAL_BUILDLINK3_MK}+
@@ -12,8 +12,8 @@ BUILDLINK_PACKAGES+= opal
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}opal
.if !empty(OPAL_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.opal+= opal>=3.4.1
-BUILDLINK_ABI_DEPENDS.opal?= opal>=3.4.1
+BUILDLINK_API_DEPENDS.opal+= opal>=3.4.2
+BUILDLINK_ABI_DEPENDS.opal?= opal>=3.4.2
BUILDLINK_PKGSRCDIR.opal?= ../../devel/opal
.endif # OPAL_BUILDLINK3_MK
diff --git a/devel/opal/distinfo b/devel/opal/distinfo
index 9bbdfbd4fa1..cad67339bd9 100644
--- a/devel/opal/distinfo
+++ b/devel/opal/distinfo
@@ -1,9 +1,7 @@
-$NetBSD: distinfo,v 1.2 2008/09/29 01:28:50 jmcneill Exp $
+$NetBSD: distinfo,v 1.3 2008/10/25 18:14:24 jmcneill Exp $
-SHA1 (opal-3.4.1.tar.bz2) = 4ab0b36f2eb3ba27cf32749d48f1f677ba491d39
-RMD160 (opal-3.4.1.tar.bz2) = d51e284806128b2c1b19b1087240ff15334924c4
-Size (opal-3.4.1.tar.bz2) = 15629492 bytes
+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 (patch-aa) = a472dcfe3df333f664d639d2933f5022de9e1090
-SHA1 (patch-ab) = 42cd61b09d27ecb25ea880a1b4f460ab6c1579ab
-SHA1 (patch-ac) = 0a7ab6803a10c483b7b826405afd70757faca407
-SHA1 (patch-ad) = a333cc09e061180482d28905c3001da66c48eec8
+SHA1 (patch-ab) = 53e0447a00c99611aaabbc2740175a24ff16c067
diff --git a/devel/opal/patches/patch-ab b/devel/opal/patches/patch-ab
index ea5b6b9e4dd..048fdf335c8 100644
--- a/devel/opal/patches/patch-ab
+++ b/devel/opal/patches/patch-ab
@@ -1,16 +1,16 @@
-$NetBSD: patch-ab,v 1.1 2008/09/29 01:28:50 jmcneill Exp $
+$NetBSD: patch-ab,v 1.2 2008/10/25 18:14:24 jmcneill Exp $
---- plugins/video/H.264/gpl/Makefile.in.orig 2008-09-28 21:07:24.000000000 -0400
-+++ plugins/video/H.264/gpl/Makefile.in
-@@ -137,9 +137,9 @@ OBJECTS = $(addprefix $(OBJDIR)/,$(patsu
+--- plugins/video/H.264/gpl/Makefile.in.orig 2008-10-01 03:17:49.000000000 -0400
++++ plugins/video/H.264/gpl/Makefile.in 2008-10-25 13:34:06.000000000 -0400
+@@ -137,9 +137,9 @@
$(PLUGIN): $(OBJECTS)
ifeq (,$(findstring solaris,$(target_os)))
-- $(CXX) $(X264_LIBS) -o $@ $^
-+ $(CXX) $(LDFLAGS) $(X264_LIBS) -o $@ $^
+- $(CXX) -o $@ $^ $(X264_LIBS)
++ $(CXX) -o $@ $^ $(LDFLAGS) $(X264_LIBS)
else
-- $(CXX) $(X264_LIBS) $@ -o $@ $^
-+ $(CXX) $(LDFLAGS) $(X264_LIBS) $@ -o $@ $^
+- $(CXX) $@ -o $@ $^ $(X264_LIBS)
++ $(CXX) $@ -o $@ $^ $(LDFLAGS) $(X264_LIBS)
endif
install: