mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
* Add FORK_MANAGER option * Remove GTK3_USES=desktop-file-utils (.desktop file does not use MimeType) ChangeLog: https://github.com/trizen/pipe-viewer/blob/0.4.6/Changes * Fixed the internal extracting of streaming URLs. * Extended `fat32safe` option to convert Unicode characters to ASCII equivalent when `Text::Unidecode` is available. * Recognize several more audio itags. PR: 271503, 269607
14 lines
359 B
Makefile
14 lines
359 B
Makefile
PORTNAME= pipe-viewer
|
|
PKGNAMEPREFIX= gtk-
|
|
|
|
MAINTAINER= DtxdF@disroot.org
|
|
COMMENT= Application for searching and playing videos from YouTube (gtk)
|
|
|
|
CONFLICTS_INSTALL= multimedia/pipe-viewer
|
|
|
|
MASTERDIR= ${.CURDIR}/../pipe-viewer
|
|
|
|
OPTIONS_DEFAULT= FORK_MANAGER GTK3 JSON_XS LINE_BREAK LOCAL_CACHE \
|
|
READLINE SHARE_DIR YT_DLP
|
|
|
|
.include "${MASTERDIR}/Makefile"
|