freebsd-ports/multimedia/libndi/Makefile
Felix Palmen 7d1faa7179 bsd.sites.mk: Update all ports using USE_GITLAB
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
2023-07-12 20:56:04 +02:00

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>