Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Feb 2007 09:29:26 +0800 (CST)
From:      Li-Wen Hsu <lwhsu@lwhsu.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sobomax@FreeBSD.org, lwhsu@lwhsu.org
Subject:   ports/109001: [PATCH] net/ortp: update to 0.13.0
Message-ID:  <200702100129.l1A1TQYe038240@jail0.lwhsu.csie.net>
Resent-Message-ID: <200702100130.l1A1U50S043327@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         109001
>Category:       ports
>Synopsis:       [PATCH] net/ortp: update to 0.13.0
>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:   Sat Feb 10 01:30:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Li-Wen Hsu
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD jail0.lwhsu.csie.net 6.2-STABLE FreeBSD 6.2-STABLE #0: Fri Jan 26 00:04:54 CST 2007
>Description:
- Update to 0.13.0
- Update WWW
- Add NOPORTDOCS knob
- Use USE_LDCONFIG

Port maintainer (sobomax@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- ortp-0.13.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/ortp/Makefile /home/lwhsu/ports/net/ortp/Makefile
--- /usr/ports/net/ortp/Makefile	Sat Dec 16 16:50:28 2006
+++ /home/lwhsu/ports/net/ortp/Makefile	Sat Feb 10 09:24:52 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ortp
-PORTVERSION=	0.12.0
+PORTVERSION=	0.13.0
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	linphone/ortp/sources
@@ -17,6 +17,11 @@
 USE_GNOME=	glib20 pkgconfig gnomehack
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
+
+pre-install:
+.if defined(NOPORTDOCS)
+	${RM} -rf ${WRKSRC}/docs/html
+.endif
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/net/ortp/distinfo /home/lwhsu/ports/net/ortp/distinfo
--- /usr/ports/net/ortp/distinfo	Sat Dec 16 16:50:28 2006
+++ /home/lwhsu/ports/net/ortp/distinfo	Sat Feb 10 09:08:33 2007
@@ -1,3 +1,3 @@
-MD5 (ortp-0.12.0.tar.gz) = c36142acaed25806824dd4fac1d666b3
-SHA256 (ortp-0.12.0.tar.gz) = 96763b6ce728e4cde4f681c42a2c51790630ec8583c71fe9217dbce04ad7a6b8
-SIZE (ortp-0.12.0.tar.gz) = 495355
+MD5 (ortp-0.13.0.tar.gz) = 8cb4731ad5044626e802116fbb2093ff
+SHA256 (ortp-0.13.0.tar.gz) = aef36873bd6e9c2c63f30d6d0e3564ac34a680d3930c1e9e4246985a4483371f
+SIZE (ortp-0.13.0.tar.gz) = 495642
diff -ruN --exclude=CVS /usr/ports/net/ortp/pkg-descr /home/lwhsu/ports/net/ortp/pkg-descr
--- /usr/ports/net/ortp/pkg-descr	Mon Jan 30 23:18:19 2006
+++ /home/lwhsu/ports/net/ortp/pkg-descr	Sat Feb 10 09:07:54 2007
@@ -12,10 +12,13 @@
  * 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.
+ * Features an adaptive jitter algorithm for a receiver to adapt to the
+   clockrate of the sender.
  * 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)
+ * Includes an API to parse incoming RTCP packets.
 
-WWW: http://www.linphone.org/ortp/
+WWW:	http://www.linphone.org/index.php/v2/code_review/ortp
diff -ruN --exclude=CVS /usr/ports/net/ortp/pkg-plist /home/lwhsu/ports/net/ortp/pkg-plist
--- /usr/ports/net/ortp/pkg-plist	Sat Dec 16 16:50:28 2006
+++ /home/lwhsu/ports/net/ortp/pkg-plist	Sat Feb 10 09:19:21 2007
@@ -15,18 +15,18 @@
 lib/libortp.so
 lib/libortp.so.5
 libdata/pkgconfig/ortp.pc
-%%DOCSDIR%%/book1.html
-%%DOCSDIR%%/home.png
-%%DOCSDIR%%/index.sgml
-%%DOCSDIR%%/left.png
-%%DOCSDIR%%/ortp-library-management-functions.html
-%%DOCSDIR%%/ortp-multiplexing-sessions---in-a-one-thread-design.html
-%%DOCSDIR%%/ortp-rtp-payloads-and-profiles.html
-%%DOCSDIR%%/ortp-rtpsession-api.html
-%%DOCSDIR%%/ortp-telephone-events---rfc2833-.html
-%%DOCSDIR%%/ortpapi.html
-%%DOCSDIR%%/right.png
-%%DOCSDIR%%/style.css
-%%DOCSDIR%%/up.png
-@dirrm %%DOCSDIR%%
+%%PORTDOCS%%%%DOCSDIR%%/book1.html
+%%PORTDOCS%%%%DOCSDIR%%/home.png
+%%PORTDOCS%%%%DOCSDIR%%/index.sgml
+%%PORTDOCS%%%%DOCSDIR%%/left.png
+%%PORTDOCS%%%%DOCSDIR%%/ortp-library-management-functions.html
+%%PORTDOCS%%%%DOCSDIR%%/ortp-multiplexing-sessions---in-a-one-thread-design.html
+%%PORTDOCS%%%%DOCSDIR%%/ortp-rtp-payloads-and-profiles.html
+%%PORTDOCS%%%%DOCSDIR%%/ortp-rtpsession-api.html
+%%PORTDOCS%%%%DOCSDIR%%/ortp-telephone-events---rfc2833-.html
+%%PORTDOCS%%%%DOCSDIR%%/ortpapi.html
+%%PORTDOCS%%%%DOCSDIR%%/right.png
+%%PORTDOCS%%%%DOCSDIR%%/style.css
+%%PORTDOCS%%%%DOCSDIR%%/up.png
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm include/ortp
--- ortp-0.13.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702100129.l1A1TQYe038240>