diff options
| author | Jesús Daniel Colmenares Oviedo <DtxdF@riseup.net> | 2022-08-16 19:29:36 +0000 |
|---|---|---|
| committer | Neel Chauhan <nc@FreeBSD.org> | 2022-08-20 03:19:10 +0000 |
| commit | 56fcee100c534084730a5c2070f1ce41b4b69212 (patch) | |
| tree | 33b8941b6910aca45628b8e277323d7331abb846 | |
| parent | f9221320b8a35feb7fa201630ce077ae4ce5ba7b (diff) | |
| -rw-r--r-- | multimedia/Makefile | 1 | ||||
| -rw-r--r-- | multimedia/gtk-pipe-viewer/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 8cda4bca5d84..c1a7eb08436f 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -124,6 +124,7 @@ SUBDIR += gstreamer1-vaapi SUBDIR += gstreamer1-validate SUBDIR += gstreamermm + SUBDIR += gtk-pipe-viewer SUBDIR += gtk-youtube-viewer SUBDIR += handbrake SUBDIR += haruna diff --git a/multimedia/gtk-pipe-viewer/Makefile b/multimedia/gtk-pipe-viewer/Makefile new file mode 100644 index 000000000000..ffa15f54f96f --- /dev/null +++ b/multimedia/gtk-pipe-viewer/Makefile @@ -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" |
