mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
7d1faa7179
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is backwards-compatible (accepting any commit hash as before), but also understands an actual tag name. Moving to tag names where appropriate is left to individual ports' maintainers. Approved by: portmgr (tcberner, mentor) Differential Revision: https://reviews.freebsd.org/D37077
32 lines
658 B
Makefile
32 lines
658 B
Makefile
PORTNAME= libndi
|
|
PORTVERSION= g20200630
|
|
PORTREVISION= 2
|
|
CATEGORIES= multimedia net
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Cross-platform, open-source library done to interact with NDI streams
|
|
WWW= https://code.videolan.org/jbk/libndi
|
|
|
|
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_TAGNAME= 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>
|