1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

multimedia/gtk-pipe-viewer: new slave port

This port is a slave of multimedia/pipe-viewer. It sets the options
to install pipe-viewer with a graphical interface using GTK.

PR:	265888
This commit is contained in:
Jesús Daniel Colmenares Oviedo 2022-08-16 15:29:36 -04:00 committed by Neel Chauhan
parent f9221320b8
commit 56fcee100c
2 changed files with 15 additions and 0 deletions

View File

@ -124,6 +124,7 @@
SUBDIR += gstreamer1-vaapi
SUBDIR += gstreamer1-validate
SUBDIR += gstreamermm
SUBDIR += gtk-pipe-viewer
SUBDIR += gtk-youtube-viewer
SUBDIR += handbrake
SUBDIR += haruna

View File

@ -0,0 +1,14 @@
PORTNAME= pipe-viewer
PKGNAMEPREFIX= gtk-
MAINTAINER= DtxdF@riseup.net
COMMENT= Application for searching and playing videos from YouTube (gtk)
MASTERDIR= ${.CURDIR}/../pipe-viewer
CONFLICTS_INSTALL= multimedia/pipe-viewer
OPTIONS_DEFAULT= GTK3 JSON_XS LINE_BREAK LOCAL_CACHE READLINE SHARE_DIR \
YT_DLP
.include "${MASTERDIR}/Makefile"