Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Apr 2021 20:16:10 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 06c6a153191c - main - multimedia/librist: Update 0.2.0-RC5.20210325 -> 0.2.0-RC6
Message-ID:  <202104082016.138KGADo009307@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=06c6a153191c87865d09d1f30edec56a24b75690

commit 06c6a153191c87865d09d1f30edec56a24b75690
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-04-08 20:15:39 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-04-08 20:16:08 +0000

    multimedia/librist: Update 0.2.0-RC5.20210325 -> 0.2.0-RC6
---
 multimedia/librist/Makefile | 17 +++++++++++++----
 multimedia/librist/distinfo |  6 +++---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104082016.138KGADo009307>