New port: multimedia/libndi: Cross-platform, open-source library done to interact with NDI streams
This commit is contained in:
parent
35e57cd4af
commit
667d1aa49c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553583
@ -204,6 +204,7 @@
|
|||||||
SUBDIR += libmpeg2
|
SUBDIR += libmpeg2
|
||||||
SUBDIR += libmpeg3
|
SUBDIR += libmpeg3
|
||||||
SUBDIR += libmtp
|
SUBDIR += libmtp
|
||||||
|
SUBDIR += libndi
|
||||||
SUBDIR += libopenshot
|
SUBDIR += libopenshot
|
||||||
SUBDIR += libquicktime
|
SUBDIR += libquicktime
|
||||||
SUBDIR += libquicktime-lame
|
SUBDIR += libquicktime-lame
|
||||||
|
31
multimedia/libndi/Makefile
Normal file
31
multimedia/libndi/Makefile
Normal file
@ -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>
|
3
multimedia/libndi/distinfo
Normal file
3
multimedia/libndi/distinfo
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
TIMESTAMP = 1603938901
|
||||||
|
SHA256 (jbk-libndi-c14b40caafb26a02249f062e7f907ceaa53c1b74_GL0.tar.gz) = be100478d1f48f5c3d9dead86efbffed2d11aab6d2c1bea129ce98e0bb0f40c3
|
||||||
|
SIZE (jbk-libndi-c14b40caafb26a02249f062e7f907ceaa53c1b74_GL0.tar.gz) = 19786
|
13
multimedia/libndi/pkg-descr
Normal file
13
multimedia/libndi/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user