Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2020 04:39:42 +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: r553583 - in head/multimedia: . libndi
Message-ID:  <202010290439.09T4dgOi014529@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Oct 29 04:39:42 2020
New Revision: 553583
URL: https://svnweb.freebsd.org/changeset/ports/553583

Log:
  New port: multimedia/libndi: Cross-platform, open-source library done to interact with NDI streams

Added:
  head/multimedia/libndi/
  head/multimedia/libndi/Makefile   (contents, props changed)
  head/multimedia/libndi/distinfo   (contents, props changed)
  head/multimedia/libndi/pkg-descr   (contents, props changed)
Modified:
  head/multimedia/Makefile

Modified: head/multimedia/Makefile
==============================================================================
--- head/multimedia/Makefile	Thu Oct 29 04:37:21 2020	(r553582)
+++ head/multimedia/Makefile	Thu Oct 29 04:39:42 2020	(r553583)
@@ -204,6 +204,7 @@
     SUBDIR += libmpeg2
     SUBDIR += libmpeg3
     SUBDIR += libmtp
+    SUBDIR += libndi
     SUBDIR += libopenshot
     SUBDIR += libquicktime
     SUBDIR += libquicktime-lame

Added: head/multimedia/libndi/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/libndi/Makefile	Thu Oct 29 04:39:42 2020	(r553583)
@@ -0,0 +1,31 @@
+# $FreeBSD$
+
+PORTNAME=	libndi
+PORTVERSION=	g20200630
+CATEGORIES=	multimedia net
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Cross-platform, open-source library done to interact with NDI streams
+
+LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg \
+		libmicrodns.so:dns/libmicrodns
+
+USES=		meson pkgconfig
+
+USE_LDCONFIG=	yes
+
+USE_GITLAB=	yes
+GL_SITE=	https://code.videolan.org
+GL_ACCOUNT=	jbk
+GL_COMMIT=	c14b40caafb26a02249f062e7f907ceaa53c1b74
+
+PLIST_FILES=	bin/ndi \
+		include/libndi.h \
+		lib/libndi.so \
+		lib/libndi.so.0 \
+		lib/libndi.so.0.0.1
+
+.include <bsd.port.mk>

Added: head/multimedia/libndi/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/libndi/distinfo	Thu Oct 29 04:39:42 2020	(r553583)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1603938901
+SHA256 (jbk-libndi-c14b40caafb26a02249f062e7f907ceaa53c1b74_GL0.tar.gz) = be100478d1f48f5c3d9dead86efbffed2d11aab6d2c1bea129ce98e0bb0f40c3
+SIZE (jbk-libndi-c14b40caafb26a02249f062e7f907ceaa53c1b74_GL0.tar.gz) = 19786

Added: head/multimedia/libndi/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/libndi/pkg-descr	Thu Oct 29 04:39:42 2020	(r553583)
@@ -0,0 +1,13 @@
+libNDI is a new NDI cross-platform, open-source library done to interact with
+NDI streams.
+
+NDI is a royalty-free but proprietary standard for high quality video delivery
+in a low-latency manner. The official NDI SDK is offered for multiple platforms
+including Linux but is closed-source. NDI is already very widely used as an IP
+video standard while VideoLAN's libndi library aims to offer a free software
+solution for decoding NDI video streams.
+
+Libndi is cross-platform and aims to provide a means of interacting with NDI
+video streams without relying upon any closed-source components.
+
+WWW: https://code.videolan.org/jbk/libndi



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