Date: Fri, 26 Mar 2021 22:25:51 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r569273 - in head/multimedia: . librist Message-ID: <202103262225.12QMPpZs002826@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Fri Mar 26 22:25:51 2021 New Revision: 569273 URL: https://svnweb.freebsd.org/changeset/ports/569273 Log: New port: multimedia/librist: Library for Reliable Internet Stream Transport (RIST) protocol Added: head/multimedia/librist/ head/multimedia/librist/Makefile (contents, props changed) head/multimedia/librist/distinfo (contents, props changed) head/multimedia/librist/pkg-descr (contents, props changed) head/multimedia/librist/pkg-plist (contents, props changed) Modified: head/multimedia/Makefile Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Fri Mar 26 22:09:12 2021 (r569272) +++ head/multimedia/Makefile Fri Mar 26 22:25:51 2021 (r569273) @@ -196,6 +196,7 @@ SUBDIR += libquvi09 SUBDIR += librav1e SUBDIR += librespot + SUBDIR += librist SUBDIR += librtmp SUBDIR += libtheora SUBDIR += libtuner Added: head/multimedia/librist/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/librist/Makefile Fri Mar 26 22:25:51 2021 (r569273) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= librist +DISTVERSION= 0.2.0-RC5.20210325 +CATEGORIES= multimedia + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Library for Reliable Internet Stream Transport (RIST) protocol + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libcjson.so:devel/libcjson + +USES= localbase meson pkgconfig +USE_GITLAB= yes +USE_LDCONFIG= yes + +GL_SITE= https://code.videolan.org +GL_ACCOUNT= rist +GL_COMMIT= 24ae978bcacf6a998aa3f2b605690f7d774f9c83 + +MESON_ARGS= -Duse_mbedtls=false # mbedcrypto needs to be ported + +.include <bsd.port.mk> Added: head/multimedia/librist/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/librist/distinfo Fri Mar 26 22:25:51 2021 (r569273) @@ -0,0 +1,3 @@ +TIMESTAMP = 1616794980 +SHA256 (rist-librist-24ae978bcacf6a998aa3f2b605690f7d774f9c83_GL0.tar.gz) = 4eeb926301dff77a239b5eacef4852ddd662fb728d39af11bf770d2f2828f654 +SIZE (rist-librist-24ae978bcacf6a998aa3f2b605690f7d774f9c83_GL0.tar.gz) = 1643022 Added: head/multimedia/librist/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/librist/pkg-descr Fri Mar 26 22:25:51 2021 (r569273) @@ -0,0 +1,5 @@ +Reliable Internet Stream Transport is an open source, open specification +transport protocol designed for reliable transmission of video over lossy +networks. + +WWW: https://code.videolan.org/rist/librist Added: head/multimedia/librist/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/librist/pkg-plist Fri Mar 26 22:25:51 2021 (r569273) @@ -0,0 +1,13 @@ +bin/rist2rist +bin/ristreceiver +bin/ristsender +include/librist/common.h +include/librist/headers.h +include/librist/librist.h +include/librist/logging.h +include/librist/udpsocket.h +include/librist/version.h +lib/librist.so +lib/librist.so.4 +lib/librist.so.4.0.0 +libdata/pkgconfig/librist.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103262225.12QMPpZs002826>