[Midnightbsd-cvs] mports [19556] trunk/net/ortp: ortp 0.24.2
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Jun 30 21:47:08 EDT 2015
Revision: 19556
http://svnweb.midnightbsd.org/mports/?rev=19556
Author: laffer1
Date: 2015-06-30 21:47:08 -0400 (Tue, 30 Jun 2015)
Log Message:
-----------
ortp 0.24.2
Modified Paths:
--------------
trunk/net/ortp/Makefile
trunk/net/ortp/distinfo
trunk/net/ortp/files/patch-configure
trunk/net/ortp/files/patch-ortp.pc.in
trunk/net/ortp/pkg-descr
trunk/net/ortp/pkg-plist
Modified: trunk/net/ortp/Makefile
===================================================================
--- trunk/net/ortp/Makefile 2015-07-01 01:46:01 UTC (rev 19555)
+++ trunk/net/ortp/Makefile 2015-07-01 01:47:08 UTC (rev 19556)
@@ -2,8 +2,8 @@
# $FreeBSD: ports/net/ortp/Makefile,v 1.13 2007/03/25 16:47:00 pav Exp $
PORTNAME= ortp
-PORTVERSION= 0.23.0
-PORTREVISION= 2
+PORTVERSION= 0.24.2
+PORTREVISION= 0
CATEGORIES= net
MASTER_SITES= SAVANNAH/linphone/ortp/sources
@@ -13,14 +13,10 @@
LICENSE= lgpl2.1
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libsrtp.so:${PORTSDIR}/net/libsrtp \
- libzrtpcppcore.so:${PORTSDIR}/security/libzrtpcppcore
-
CONFLICTS_INSTALL= linphone-base-[0-9]*
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-silent-rules --disable-strict \
- --enable-zrtp --with-srtp
+CONFIGURE_ARGS= --disable-silent-rules --disable-strict
INSTALL_TARGET= install-strip
USES= libtool pathfix pkgconfig
USE_LDCONFIG= yes
Modified: trunk/net/ortp/distinfo
===================================================================
--- trunk/net/ortp/distinfo 2015-07-01 01:46:01 UTC (rev 19555)
+++ trunk/net/ortp/distinfo 2015-07-01 01:47:08 UTC (rev 19556)
@@ -1,2 +1,2 @@
-SHA256 (ortp-0.23.0.tar.gz) = 91a5ada15f62ce5f08beceef4d0adb65469211e2f208bd96e493a8df9f84fcdb
-SIZE (ortp-0.23.0.tar.gz) = 540135
+SHA256 (ortp-0.24.2.tar.gz) = cb37c76985b3703157f0ed06d900d662b903ad3c5b772e2d1ea36478ad8a6616
+SIZE (ortp-0.24.2.tar.gz) = 560529
Modified: trunk/net/ortp/files/patch-configure
===================================================================
--- trunk/net/ortp/files/patch-configure 2015-07-01 01:46:01 UTC (rev 19555)
+++ trunk/net/ortp/files/patch-configure 2015-07-01 01:47:08 UTC (rev 19556)
@@ -8,13 +8,3 @@
;;
*mingw32ce)
CFLAGS="$CFLAGS -D_WIN32_WCE -D_WIN32_WINNT=0x0501 -DORTP_STATIC"
-@@ -12211,7 +12210,8 @@ if test "${srtp_prefix}" != "none" ; the
- SRTP_CFLAGS="-I${srtp_prefix}/include -I${srtp_prefix}/include/srtp"
- SRTP_LIBS="-L${srtp_prefix}/lib"
- fi
-- SRTP_LIBS="$SRTP_LIBS -lsrtp"
-+ SRTP_CFLAGS="$(pkg-config --cflags libsrtp)"
-+ SRTP_LIBS="$(pkg-config --libs libsrtp)"
-
- have_srtp=no
- CPPFLAGS_save=$CPPFLAGS
Modified: trunk/net/ortp/files/patch-ortp.pc.in
===================================================================
--- trunk/net/ortp/files/patch-ortp.pc.in 2015-07-01 01:46:01 UTC (rev 19555)
+++ trunk/net/ortp/files/patch-ortp.pc.in 2015-07-01 01:47:08 UTC (rev 19556)
@@ -1,9 +1,9 @@
---- ortp.pc.in.orig 2010-02-08 14:38:31 UTC
+--- ortp.pc.in.orig 2015-01-30 09:36:41 UTC
+++ ortp.pc.in
@@ -6,5 +6,6 @@ includedir=@includedir@
Name: oRTP
- Description: Implement the RFC3550 (RTP) with a easy to use API with high and low level access.
- Version: @ORTP_PKGCONFIG_VERSION@
+ Description: Implement the RFC3550 (RTP) with a easy to use API with high and low level access.
+ Version: @ORTP_PKGCONFIG_VERSION@
-Libs: -L at libdir@ -lortp @ORTPDEPS_LIBS@
+Libs: -L at libdir@ -lortp
+Libs.private: @ORTPDEPS_LIBS@
Modified: trunk/net/ortp/pkg-descr
===================================================================
--- trunk/net/ortp/pkg-descr 2015-07-01 01:46:01 UTC (rev 19555)
+++ trunk/net/ortp/pkg-descr 2015-07-01 01:47:08 UTC (rev 19556)
@@ -21,4 +21,4 @@
sender report or receiver report + SDES)
* Includes an API to parse incoming RTCP packets
-WWW: http://www.linphone.org/eng/documentation/dev/ortp.html
+WWW: https://www.linphone.org/technical-corner/ortp.html
Modified: trunk/net/ortp/pkg-plist
===================================================================
--- trunk/net/ortp/pkg-plist 2015-07-01 01:46:01 UTC (rev 19555)
+++ trunk/net/ortp/pkg-plist 2015-07-01 01:47:08 UTC (rev 19556)
@@ -2,7 +2,6 @@
include/ortp/event.h
include/ortp/logging.h
include/ortp/ortp.h
-include/ortp/ortp_srtp.h
include/ortp/payloadtype.h
include/ortp/port.h
include/ortp/rtcp.h
@@ -12,10 +11,7 @@
include/ortp/rtpsignaltable.h
include/ortp/sessionset.h
include/ortp/str_utils.h
-include/ortp/stun.h
-include/ortp/stun_udp.h
include/ortp/telephonyevents.h
-include/ortp/zrtp.h
lib/libortp.so
lib/libortp.so.9
lib/libortp.so.9.0.0
More information about the Midnightbsd-cvs
mailing list