1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00
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

29 lines
626 B
Makefile

PORTNAME= libvlcpp
DISTVERSION= 0.1.0.20210319
PORTREVISION= 1
CATEGORIES= multimedia
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ bindings for libvlc, VLC mediaplayer library
WWW= https://code.videolan.org/videolan/libvlcpp
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= vlc>0:multimedia/vlc
RUN_DEPENDS= ${LOCALBASE}/include/vlc/vlc.h:multimedia/vlc
USES= autoreconf compiler:c++11-lang gmake pkgconfig
USE_GITLAB= yes
GL_SITE= https://code.videolan.org
GL_ACCOUNT= videolan
GL_TAGNAME= 17e622c6a23f685a60451e9611d50e361cee2278
GNU_CONFIGURE= yes
NO_BUILD= yes
NO_ARCH= yes
.include <bsd.port.mk>