telephony/linphone/belle-sip: update to 5.0.0.
Now uses belr instead of antlr.
This commit is contained in:
parent
a6f6fd96fb
commit
ddb9e3b8da
@ -1,8 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2021/07/10 12:03:19 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2021/07/10 16:58:01 landry Exp $
|
||||
|
||||
COMMENT = library implementing SIP (RFC3261) transport
|
||||
|
||||
V = 4.5.15
|
||||
MODULE = belle-sip
|
||||
|
||||
SHARED_LIBS += bellesip 0.0 # 1
|
||||
@ -10,13 +9,14 @@ SHARED_LIBS += bellesip 0.0 # 1
|
||||
CONFIGURE_ARGS= -DENABLE_STATIC=NO
|
||||
CONFIGURE_ARGS += -DENABLE_TESTS=NO
|
||||
|
||||
LIB_DEPENDS = telephony/linphone/bctoolbox
|
||||
WANTLIB += ${COMPILER_LIBCXX} bctoolbox m z
|
||||
LIB_DEPENDS = telephony/linphone/bctoolbox \
|
||||
telephony/linphone/belr
|
||||
WANTLIB += ${COMPILER_LIBCXX} bctoolbox belr m z
|
||||
|
||||
pre-configure:
|
||||
${SUBST_CMD} ${WRKSRC}/CMakeLists.txt
|
||||
|
||||
do-test:
|
||||
${WRKBUILD}/tester/belle_sip_tester --verbose --resource-dir ${WRKSRC}/tester/
|
||||
#do-test:
|
||||
# ${WRKBUILD}/tester/belle_sip_tester --verbose --resource-dir ${WRKSRC}/tester/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (belle-sip-4.5.15.tar.gz) = RwWOcy7k7M9QP+4lRAuNTnUcx2pqCHIYiH1wvB6Cx5I=
|
||||
SIZE (belle-sip-4.5.15.tar.gz) = 3729609
|
||||
SHA256 (belle-sip-5.0.0.tar.gz) = cvf1m2VkzJw9hxM5rgxN01es8tg4GX/u/XetaOUInkk=
|
||||
SIZE (belle-sip-5.0.0.tar.gz) = 3741976
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2021/07/10 12:03:20 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2021/07/10 16:58:01 landry Exp $
|
||||
include/belle-sip/
|
||||
include/belle-sip/auth-helper.h
|
||||
include/belle-sip/belle-sdp.h
|
||||
@ -38,3 +38,6 @@ lib/cmake/BelleSIP/BelleSIPTargets${MODCMAKE_BUILD_SUFFIX}
|
||||
lib/cmake/BelleSIP/BelleSIPTargets.cmake
|
||||
@lib lib/libbellesip.so.${LIBbellesip_VERSION}
|
||||
lib/pkgconfig/belle-sip.pc
|
||||
share/belr/
|
||||
share/belr/grammars/
|
||||
share/belr/grammars/sdp_grammar
|
||||
|
Loading…
x
Reference in New Issue
Block a user