1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

New port: multimedia/libvlcpp: C++ bindings for libvlc, VLC mediaplayer library

This commit is contained in:
Yuri Victorovich 2021-04-08 18:09:56 -07:00
parent 1567207686
commit ad8b1864b2
5 changed files with 50 additions and 0 deletions

View File

@ -207,6 +207,7 @@
SUBDIR += libva-vdpau-driver
SUBDIR += libvdpau
SUBDIR += libvdpau-va-gl
SUBDIR += libvlcpp
SUBDIR += libvpx
SUBDIR += libx264
SUBDIR += libxine

View File

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

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1617929861
SHA256 (videolan-libvlcpp-17e622c6a23f685a60451e9611d50e361cee2278_GL0.tar.gz) = c4eb752a08b55a254f202f1f4a03d5eaf8f7905454eafa95b01cf9b702c33f7c
SIZE (videolan-libvlcpp-17e622c6a23f685a60451e9611d50e361cee2278_GL0.tar.gz) = 88474

View File

@ -0,0 +1,3 @@
C++ bindings for libvlc, VLC media player library.
WWW: https://code.videolan.org/videolan/libvlcpp

View File

@ -0,0 +1,17 @@
include/vlcpp/Dialog.hpp
include/vlcpp/Equalizer.hpp
include/vlcpp/EventManager.hpp
include/vlcpp/Instance.hpp
include/vlcpp/Internal.hpp
include/vlcpp/Media.hpp
include/vlcpp/MediaDiscoverer.hpp
include/vlcpp/MediaLibrary.hpp
include/vlcpp/MediaList.hpp
include/vlcpp/MediaListPlayer.hpp
include/vlcpp/MediaPlayer.hpp
include/vlcpp/Picture.hpp
include/vlcpp/RendererDiscoverer.hpp
include/vlcpp/common.hpp
include/vlcpp/structures.hpp
include/vlcpp/vlc.hpp
libdata/pkgconfig/libvlcpp.pc