1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

- Update to 0.13.0

PR:		ports/109001
Submitted by:	Li-Wen Hsu <lwhsu@lwhsu.org>
Approved by:	maintainer timeout (sobomax; 1 month)
This commit is contained in:
Pav Lucistnik 2007-03-25 16:47:00 +00:00
parent 7314f05488
commit d1bb75a806
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188299
6 changed files with 29 additions and 49 deletions

View File

@ -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 @@ COMMENT= A Real-time Transport Protocol (RTP) stack
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>

View File

@ -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

View File

@ -1,13 +0,0 @@
$FreeBSD$
--- configure 2003/10/20 01:30:00 1.1
+++ configure 2003/10/20 01:30:12
@@ -18396,6 +18396,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'

View File

@ -1,16 +0,0 @@
$FreeBSD$
--- ltmain.sh
+++ ltmain.sh
@@ -6005,8 +6005,8 @@
# Install the pseudo-library for information purposes.
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
+# $show "$install_prog $instname $destdir/$name"
+# $run eval "$install_prog $instname $destdir/$name" || exit $?
# Maybe install the static library, too.
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"

View File

@ -12,10 +12,13 @@ Features:
* 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

View File

@ -12,21 +12,22 @@ include/ortp/stun.h
include/ortp/stun_udp.h
include/ortp/telephonyevents.h
lib/libortp.a
lib/libortp.la
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