mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
![Felix Palmen](/assets/img/avatar_default.png)
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
29 lines
626 B
Makefile
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>
|