diff options
Diffstat (limited to 'net/mediastreamer/Makefile')
-rw-r--r-- | net/mediastreamer/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/net/mediastreamer/Makefile b/net/mediastreamer/Makefile index c80f82c..876d285 100644 --- a/net/mediastreamer/Makefile +++ b/net/mediastreamer/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mediastreamer -PORTVERSION= 2.10.0 -PORTREVISION= 8 +PORTVERSION= 2.11.1 CATEGORIES= net MASTER_SITES= SAVANNAH/linphone/mediastreamer @@ -13,14 +12,18 @@ COMMENT= Real-time audio and video streaming and processing LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libortp.so:${PORTSDIR}/net/ortp +LIB_DEPENDS= libortp.so:${PORTSDIR}/net/ortp \ + libsrtp.so:${PORTSDIR}/net/libsrtp \ + libbzrtp.so:${PORTSDIR}/security/libbzrtp \ + libpolarssl.so.8:${PORTSDIR}/security/polarssl13 CONFLICTS_INSTALL= linphone-base-[0-9]* GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-alsa --disable-pulseaudio \ +CONFIGURE_ARGS= --disable-alsa --disable-matroska --disable-pulseaudio \ --disable-silent-rules --disable-strict \ - --with-gsm=${LOCALBASE} xxd_found=yes + --with-gsm=${LOCALBASE} --with-srtp=${LOCALBASE} \ + --with-polarssl=${LOCALBASE} xxd_found=yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip @@ -28,7 +31,7 @@ USES= gettext-tools gmake libtool pathfix pkgconfig USE_GNOME= intlhack USE_LDCONFIG= yes -OPTIONS_DEFINE= IPV6 NLS UPNP VIDEO +OPTIONS_DEFINE= NLS UPNP VIDEO OPTIONS_GROUP= AUDIOOPT VIDEOOPT OPTIONS_GROUP_AUDIOOPT= GSM OPUS SPANDSP SPEEX OPTIONS_GROUP_VIDEOOPT= FFMPEG GLX THEORA V4L VPX XVIDEO @@ -48,8 +51,6 @@ GLX_USE= GL=glew GSM_CONFIGURE_ENABLE= gsm GSM_LIB_DEPENDS= libgsm.so:${PORTSDIR}/audio/gsm -IPV6_CONFIGURE_ENABLE= ipv6 - NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime |