Hi!

Earlier today new version of baresip - 0.4.13 - was announced by
upstream.  Changes include support for h265 and several bug fixes.

OK?

-- 
Dmitrij D. Czarkoff

Index: Makefile
===================================================================
RCS file: /var/cvs/ports/telephony/baresip/baresip/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile    17 May 2015 21:19:23 -0000      1.3
+++ Makefile    20 Jun 2015 18:35:50 -0000
@@ -2,12 +2,11 @@
 
 COMMENT =      modular SIP User-Agent with audio and video support
 
-DISTNAME =     baresip-0.4.12
-REVISION =     0
+DISTNAME =     baresip-0.4.13
 
 WANTLIB +=     X11 Xext avcodec avdevice avformat avutil c crypto gsm
 WANTLIB +=     m opus pthread re rem sndfile sndio spandsp speex
-WANTLIB +=     speexdsp ssl swscale vpx x264 z
+WANTLIB +=     speexdsp ssl swscale vpx x264 x265 z
 
 BUILD_DEPENDS =        telephony/libzrtp
 LIB_DEPENDS =  audio/gsm \
@@ -36,8 +35,9 @@ MAKE_FLAGS += USE_AMR=yes USE_AVCODEC=ye
 #MAKE_FLAGS += USE_ISAC=yes # XXX FreeSWITCH??? (was used in Google Talk)
 #MAKE_FLAGS += USE_SDL2=yes # XXX Appears to be broken
 
-MAKE_FLAGS +=  EXTRA_MODULES="sndio zrtp" HAVE_SPEEXDSP=yes LIBS="-lm -lrem"\
-               LIBRE_INC=${LOCAL_BASE}/include LIBRE_SO=${LOCAL_BASE}/lib
+MAKE_FLAGS +=  EXTRA_MODULES="h265 sndio zrtp" HAVE_SPEEXDSP=yes \
+               LIBRE_INC=${LOCAL_BASE}/include LIBRE_SO=${LOCAL_BASE}/lib \
+               LIBS="-lm -lrem"
 
 do-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/lib/baresip/modules \
Index: distinfo
===================================================================
RCS file: /var/cvs/ports/telephony/baresip/baresip/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    29 Dec 2014 20:40:27 -0000      1.2
+++ distinfo    20 Jun 2015 18:20:30 -0000
@@ -1,2 +1,2 @@
-SHA256 (baresip-0.4.12.tar.gz) = IiZc4ZIhLUMhOHFi1T0QzLSb1xzaDwX9IXg/uv11kjg=
-SIZE (baresip-0.4.12.tar.gz) = 369557
+SHA256 (baresip-0.4.13.tar.gz) = TwIHmuWAheYbuTY63HE56tWGXjwDLidLpZiVSxm7zdY=
+SIZE (baresip-0.4.13.tar.gz) = 392652
Index: pkg/PFRAG.shared
===================================================================
RCS file: /var/cvs/ports/telephony/baresip/baresip/pkg/PFRAG.shared,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PFRAG.shared
--- pkg/PFRAG.shared    25 Sep 2014 19:32:37 -0000      1.1.1.1
+++ pkg/PFRAG.shared    20 Jun 2015 18:31:20 -0000
@@ -2,6 +2,7 @@
 lib/baresip/modules/account.so
 lib/baresip/modules/amr.so
 lib/baresip/modules/aubridge.so
+lib/baresip/modules/aufile.so
 lib/baresip/modules/auloop.so
 lib/baresip/modules/avcodec.so
 lib/baresip/modules/avformat.so
@@ -13,6 +14,7 @@ lib/baresip/modules/g711.so
 lib/baresip/modules/g722.so
 lib/baresip/modules/g726.so
 lib/baresip/modules/gsm.so
+lib/baresip/modules/h265.so
 lib/baresip/modules/httpd.so
 lib/baresip/modules/ice.so
 lib/baresip/modules/l16.so

Reply via email to