svn commit: r361683 - in head/net: mediastreamer ortp

Tijl Coosemans tijl at FreeBSD.org
Sun Jul 13 14:02:26 UTC 2014


Author: tijl
Date: Sun Jul 13 14:02:25 2014
New Revision: 361683
URL: http://svnweb.freebsd.org/changeset/ports/361683
QAT: https://qat.redports.org/buildarchive/r361683/

Log:
  Small touch-ups to linphone related ports:
  
  net/ortp: add license, update description and WWW
  net/mediastreamer: pkg-plist fixes

Modified:
  head/net/mediastreamer/Makefile
  head/net/mediastreamer/pkg-plist
  head/net/ortp/Makefile
  head/net/ortp/pkg-descr

Modified: head/net/mediastreamer/Makefile
==============================================================================
--- head/net/mediastreamer/Makefile	Sun Jul 13 14:00:59 2014	(r361682)
+++ head/net/mediastreamer/Makefile	Sun Jul 13 14:02:25 2014	(r361683)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mediastreamer
 PORTVERSION=	2.10.0
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	SAVANNAH/linphone/mediastreamer
 
@@ -32,6 +33,7 @@ OPTIONS_GROUP_VIDEOOPT=	FFMPEG THEORA V4
 OPTIONS_DEFAULT=	UPNP VIDEO \
 			GSM OPUS SPANDSP SPEEX \
 			FFMPEG THEORA V4L VPX XVIDEO
+OPTIONS_SUB=		yes
 
 AUDIOOPT_DESC=		Audio options
 

Modified: head/net/mediastreamer/pkg-plist
==============================================================================
--- head/net/mediastreamer/pkg-plist	Sun Jul 13 14:00:59 2014	(r361682)
+++ head/net/mediastreamer/pkg-plist	Sun Jul 13 14:02:25 2014	(r361683)
@@ -55,4 +55,4 @@ share/images/nowebcamCIF.jpg
 %%NLS%%share/locale/ru/LC_MESSAGES/mediastreamer.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/mediastreamer.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/mediastreamer.mo
- at dirrmtry include/mediastreamer2
+ at dirrm include/mediastreamer2

Modified: head/net/ortp/Makefile
==============================================================================
--- head/net/ortp/Makefile	Sun Jul 13 14:00:59 2014	(r361682)
+++ head/net/ortp/Makefile	Sun Jul 13 14:02:25 2014	(r361683)
@@ -7,7 +7,10 @@ CATEGORIES=	net
 MASTER_SITES=	SAVANNAH/linphone/ortp
 
 MAINTAINER=	sobomax at FreeBSD.org
-COMMENT=	Real-time Transport Protocol (RTP) stack
+COMMENT=	Real-time Transport Protocol (RTP) library
+
+LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-silent-rules --disable-strict

Modified: head/net/ortp/pkg-descr
==============================================================================
--- head/net/ortp/pkg-descr	Sun Jul 13 14:00:59 2014	(r361682)
+++ head/net/ortp/pkg-descr	Sun Jul 13 14:02:25 2014	(r361683)
@@ -1,24 +1,24 @@
-oRTP - a Real-time Transport Protocol stack under LGPL.
+oRTP - Real-time Transport Protocol library
 
 Features:
 
- * 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.
- * 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.
+* Written in C, works under Linux (and probably any Unix) and Windows
+* Implement the RFC3550 (RTP) with a easy to use API with high and low level
+  access
+* Includes support for multiples profiles, AV profile (RFC3551) being the
+  one by default
+* Includes a packet scheduler for to send and recv packet "on time",
+  according to their timestamp.  Scheduling is optionnal, rtp sessions can
+  remain not scheduled
+* Supports mutiplexing IO, so that hundreds of RTP sessions can be scheduled
+  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 doxygen
+* 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/index.php/v2/code_review/ortp
+WWW: http://www.linphone.org/eng/documentation/dev/ortp.html


More information about the svn-ports-head mailing list