aboutsummaryrefslogtreecommitdiff
path: root/multimedia/librist
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-04-08 20:15:39 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-04-08 20:16:08 +0000
commit06c6a153191c87865d09d1f30edec56a24b75690 (patch)
treed97b67e0bf59af2debdcbaff3e188831eb69d124 /multimedia/librist
parent2a81dbb926f9b6ff43c3a29e0bf2b7115d1cc864 (diff)
downloadports-06c6a153191c87865d09d1f30edec56a24b75690.tar.gz
ports-06c6a153191c87865d09d1f30edec56a24b75690.zip
multimedia/librist: Update 0.2.0-RC5.20210325 -> 0.2.0-RC6
Diffstat (limited to 'multimedia/librist')
-rw-r--r--multimedia/librist/Makefile17
-rw-r--r--multimedia/librist/distinfo6
2 files changed, 16 insertions, 7 deletions
diff --git a/multimedia/librist/Makefile b/multimedia/librist/Makefile
index 3daf56b9f6e3..2f1061143abe 100644
--- a/multimedia/librist/Makefile
+++ b/multimedia/librist/Makefile
@@ -1,5 +1,5 @@
PORTNAME= librist
-DISTVERSION= 0.2.0-RC5.20210325
+DISTVERSION= 0.2.0-RC6
CATEGORIES= multimedia
MAINTAINER= yuri@FreeBSD.org
@@ -8,7 +8,8 @@ COMMENT= Library for Reliable Internet Stream Transport (RIST) protocol
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libcjson.so:devel/libcjson
+LIB_DEPENDS= libcjson.so:devel/libcjson \
+ liblz4.so:archivers/liblz4 # binary doesn't depend on liblz4.so for unknown reason, notified the dev via e-mail on 2021-04-08
USES= localbase meson pkgconfig
USE_GITLAB= yes
@@ -16,8 +17,16 @@ USE_LDCONFIG= yes
GL_SITE= https://code.videolan.org
GL_ACCOUNT= rist
-GL_COMMIT= 24ae978bcacf6a998aa3f2b605690f7d774f9c83
+GL_COMMIT= 9604b7530606b26a40fd95092a2f59d3ee6907d9
-MESON_ARGS= -Duse_mbedtls=false # mbedcrypto needs to be ported
+MESON_ARGS= -Dtest=false
+MESON_ARGS+= -Duse_mbedtls=false # mbedcrypto needs to be ported
+
+do-test:
+ @cd ${WRKSRC} && \
+ ${RM} -r _build && \
+ ${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_CMD} ${CONFIGURE_ARGS} -Dtest=true -Duse_mbedtls=false && \
+ cd ${BUILD_WRKSRC} && \
+ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} test
.include <bsd.port.mk>
diff --git a/multimedia/librist/distinfo b/multimedia/librist/distinfo
index 7e2a461ad164..ed92751aec2b 100644
--- a/multimedia/librist/distinfo
+++ b/multimedia/librist/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1616794980
-SHA256 (rist-librist-24ae978bcacf6a998aa3f2b605690f7d774f9c83_GL0.tar.gz) = 4eeb926301dff77a239b5eacef4852ddd662fb728d39af11bf770d2f2828f654
-SIZE (rist-librist-24ae978bcacf6a998aa3f2b605690f7d774f9c83_GL0.tar.gz) = 1643022
+TIMESTAMP = 1617911459
+SHA256 (rist-librist-9604b7530606b26a40fd95092a2f59d3ee6907d9_GL0.tar.gz) = 1d1d93b06f62d5a4a12c0a76126d7ebfc8c318c0f050c7d129d915db9c6ecf39
+SIZE (rist-librist-9604b7530606b26a40fd95092a2f59d3ee6907d9_GL0.tar.gz) = 1643375