2021-04-08 18:09:56 -07:00
|
|
|
PORTNAME= libvlcpp
|
|
|
|
|
DISTVERSION= 0.1.0.20210319
|
2023-04-25 17:15:30 +02:00
|
|
|
PORTREVISION= 1
|
2021-04-08 18:09:56 -07:00
|
|
|
CATEGORIES= multimedia
|
|
|
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
|
|
|
COMMENT= C++ bindings for libvlc, VLC mediaplayer library
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://code.videolan.org/videolan/libvlcpp
|
2021-04-08 18:09:56 -07:00
|
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
|
|
|
|
|
BUILD_DEPENDS= vlc>0:multimedia/vlc
|
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/include/vlc/vlc.h:multimedia/vlc
|
|
|
|
|
|
2021-04-11 15:30:39 -05:00
|
|
|
USES= autoreconf compiler:c++11-lang gmake pkgconfig
|
2021-04-08 18:09:56 -07:00
|
|
|
USE_GITLAB= yes
|
|
|
|
|
|
|
|
|
|
GL_SITE= https://code.videolan.org
|
|
|
|
|
GL_ACCOUNT= videolan
|
2023-07-12 14:13:03 +02:00
|
|
|
GL_TAGNAME= 17e622c6a23f685a60451e9611d50e361cee2278
|
2021-04-08 18:09:56 -07:00
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|