Skip to content

Commit

Permalink
New port: multimedia/libvlcpp: C++ bindings for libvlc, VLC mediaplay…
Browse files Browse the repository at this point in the history
…er library
  • Loading branch information
yurivict committed Apr 9, 2021
1 parent 1567207 commit ad8b186
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 0 deletions.
1 change: 1 addition & 0 deletions multimedia/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@
SUBDIR += libva-vdpau-driver
SUBDIR += libvdpau
SUBDIR += libvdpau-va-gl
SUBDIR += libvlcpp
SUBDIR += libvpx
SUBDIR += libx264
SUBDIR += libxine
Expand Down
26 changes: 26 additions & 0 deletions multimedia/libvlcpp/Makefile
Original file line number Diff line number Diff line change
@@ -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>
3 changes: 3 additions & 0 deletions multimedia/libvlcpp/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1617929861
SHA256 (videolan-libvlcpp-17e622c6a23f685a60451e9611d50e361cee2278_GL0.tar.gz) = c4eb752a08b55a254f202f1f4a03d5eaf8f7905454eafa95b01cf9b702c33f7c
SIZE (videolan-libvlcpp-17e622c6a23f685a60451e9611d50e361cee2278_GL0.tar.gz) = 88474
3 changes: 3 additions & 0 deletions multimedia/libvlcpp/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
C++ bindings for libvlc, VLC media player library.

WWW: https://code.videolan.org/videolan/libvlcpp
17 changes: 17 additions & 0 deletions multimedia/libvlcpp/pkg-plist
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ad8b186

Please sign in to comment.