ports/multimedia/gtk-pipe-viewer/Makefile
Jesús Daniel Colmenares Oviedo 47cc51612f multimedia/*pipe-viewer: Update to 0.4.6
* 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
2023-05-21 19:25:44 +02:00

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"