ports/91880: Update port: net/ortp - update to 0.8.1.

Alex Miller asm at asm.kiev.ua
Mon Jan 16 19:40:04 UTC 2006


>Number:         91880
>Category:       ports
>Synopsis:       Update port: net/ortp - update to 0.8.1.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 16 19:40:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alex Miller
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
Home Sweet Home, Inc.
>Environment:

	System: FreeBSD 6.0-STABLE i386

>Description:

	Update net/ortp to latest version.

>How-To-Repeat:
>Fix:


diff -ur /usr/ports/net/ortp/Makefile /root/src/ortp/Makefile
--- /usr/ports/net/ortp/Makefile	Tue Nov 15 08:50:33 2005
+++ /root/src/ortp/Makefile	Mon Jan 16 17:07:11 2006
@@ -6,15 +6,14 @@
 #
 
 PORTNAME=	ortp
-PORTVERSION=	0.6.2
-PORTREVISION=	4
+PORTVERSION=	0.8.1
 CATEGORIES=	net
 MASTER_SITES=	http://www.linphone.org/ortp/sources/
 
 MAINTAINER=	sobomax at FreeBSD.org
 COMMENT=	A Real-time Transport Protocol (RTP) stack
 
-USE_GNOME=	glib20
+USE_GNOME=	glib20 pkgconfig gnomehack
 USE_AUTOTOOLS=	libtool:13:inc
 CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc
 INSTALLS_SHLIB=	yes
diff -ur /usr/ports/net/ortp/distinfo /root/src/ortp/distinfo
--- /usr/ports/net/ortp/distinfo	Thu Mar 18 04:27:44 2004
+++ /root/src/ortp/distinfo	Mon Jan 16 13:28:08 2006
@@ -1,2 +1,3 @@
-MD5 (ortp-0.6.2.tar.gz) = d1c5bd773a288bcacbf4cf6c93d75228
-SIZE (ortp-0.6.2.tar.gz) = 378484
+MD5 (ortp-0.8.1.tar.gz) = 5d8a8da638aec3a80214d64e0c7929af
+SHA256 (ortp-0.8.1.tar.gz) = ae5124fc34bc4238142746250dc4e9d0f4bd0ae42d7e46d948694c49f9164f0a
+SIZE (ortp-0.8.1.tar.gz) = 440808
Only in /usr/ports/net/ortp: files
diff -ur /usr/ports/net/ortp/pkg-descr /root/src/ortp/pkg-descr
--- /usr/ports/net/ortp/pkg-descr	Mon Oct 20 16:04:37 2003
+++ /root/src/ortp/pkg-descr	Mon Jan 16 14:35:23 2006
@@ -2,18 +2,20 @@
 
 Features:
 
- o Written in C, based on glib for unix and windows portability. 
- o Implement the RFC1889 (RTP) with a easy to use API with high and low
-   level access.
- o Includes support for multiples profiles, AV profile (RFC1890) being the
-   one by default.
- o Includes a packet scheduler for synchronizing rtp recv and send. Scheduling
+ * Written in C
+ * Implement the RFC3550 (RTP) with a easy to use API with high and low level
+   access.
+ * Includes support for multiples profiles, AV profile (RFC1890) being the one
+   by default.
+ * Includes a packet scheduler for synchronizing rtp recv and send. Scheduling
    is optionnal, rtp sessions can remain not scheduled.
- o Implements blocking and non blocking IO for RTP sessions.
- o Supports mutiplexing IO, so that hundreds of RTP sessions can be managed by
+ * Implements blocking and non blocking IO for RTP sessions.
+ * Supports mutiplexing IO, so that hundreds of RTP sessions can be managed by
    a single thread.
- o Supports part of RFC2833 for telephone events over RTP.
- o The API is well documented using gtk-doc.
- o Licensed under the Lesser Gnu Public License.
+ * Supports part of RFC2833 for telephone events over RTP.
+ * The API is well documented using gtk-doc.
+ * Licensed under the Lesser Gnu Public License.
+ * RTCP messages sent periodically since 0.7.0 (compound packet including
+   sender report or receiver report + SDES)
 
 WWW: http://www.linphone.org/ortp/
diff -ur /usr/ports/net/ortp/pkg-plist /root/src/ortp/pkg-plist
--- /usr/ports/net/ortp/pkg-plist	Mon Oct 20 16:04:37 2003
+++ /root/src/ortp/pkg-plist	Mon Jan 16 17:05:18 2006
@@ -1,32 +1,24 @@
 include/ortp/ortp-config.h
 include/ortp/ortp.h
 include/ortp/payloadtype.h
-include/ortp/port_fct.h
+include/ortp/rtcp.h
 include/ortp/rtp.h
-include/ortp/rtpmod.h
 include/ortp/rtpport.h
 include/ortp/rtpsession.h
 include/ortp/rtpsignaltable.h
-include/ortp/rtptimer.h
-include/ortp/scheduler.h
 include/ortp/sessionset.h
 include/ortp/str_utils.h
 include/ortp/telephonyevents.h
 lib/libortp.a
 lib/libortp.so
-lib/libortp.so.0
+lib/libortp.so.2
+libdata/pkgconfig/ortp.pc
 share/doc/ortp/book1.html
-share/doc/ortp/index.sgml
-share/doc/ortp/ortp-multiplexing-sessions-(in-a-one-thread-design).html
+share/doc/ortp/ortp-library-management-functions.html
+share/doc/ortp/ortp-multiplexing-sessions---in-a-one-thread-design.html
 share/doc/ortp/ortp-rtp-payloads-and-profiles.html
 share/doc/ortp/ortp-rtpsession-api.html
-share/doc/ortp/ortp-stack-initialisation.html
-share/doc/ortp/ortp-stack-management-functions.html
-share/doc/ortp/ortp-telephone-events-(rfc2833)-.html
-share/doc/ortp/ortp-telephony-events-(rfc2833)-.html
+share/doc/ortp/ortp-telephone-events---rfc2833-.html
 share/doc/ortp/ortpapi.html
-share/doc/ortp/rtpsession.html
-share/doc/ortp/stackinit.html
-share/doc/ortp/startup.html
- at dirrm share/doc/ortp
+ at dirrm %%DOCSDIR%%
 @dirrm include/ortp
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list