Skip to content

Commit

Permalink
multimedia/*pipe-viewer: Update to 0.4.6
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
DtxdF authored and clausecker committed May 21, 2023
1 parent 35a33a5 commit 47cc516
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions multimedia/gtk-pipe-viewer/Makefile
Expand Up @@ -8,7 +8,7 @@ CONFLICTS_INSTALL= multimedia/pipe-viewer

MASTERDIR= ${.CURDIR}/../pipe-viewer

OPTIONS_DEFAULT= GTK3 JSON_XS LINE_BREAK LOCAL_CACHE READLINE SHARE_DIR \
YT_DLP
OPTIONS_DEFAULT= FORK_MANAGER GTK3 JSON_XS LINE_BREAK LOCAL_CACHE \
READLINE SHARE_DIR YT_DLP

.include "${MASTERDIR}/Makefile"
12 changes: 7 additions & 5 deletions multimedia/pipe-viewer/Makefile
@@ -1,6 +1,5 @@
PORTNAME= pipe-viewer
PORTVERSION= 0.4.5
PORTREVISION= 1
PORTVERSION= 0.4.6
CATEGORIES= multimedia perl5

MAINTAINER?= DtxdF@disroot.org
Expand All @@ -23,8 +22,10 @@ USE_PERL5= modbuild

CONFLICTS_INSTALL?= multimedia/gtk-pipe-viewer

OPTIONS_DEFINE= GTK3 JSON_XS LOCAL_CACHE READLINE SHARE_DIR
OPTIONS_DEFAULT?= JSON_XS LINE_BREAK LOCAL_CACHE READLINE YT_DLP
OPTIONS_DEFINE= FORK_MANAGER GTK3 JSON_XS LOCAL_CACHE READLINE \
SHARE_DIR
OPTIONS_DEFAULT?= FORK_MANAGER JSON_XS LINE_BREAK LOCAL_CACHE \
READLINE YT_DLP
OPTIONS_RADIO= FIXED_WIDTH YOUTUBE
OPTIONS_RADIO_FIXED_WIDTH= CHAR_WIDTH LINE_BREAK
OPTIONS_RADIO_YOUTUBE= YOUTUBE_DL YT_DLP
Expand All @@ -33,6 +34,7 @@ OPTIONS_SUB= yes

CHAR_WIDTH_DESC= Install with p5-Unicode-LineBreak
FIXED_WIDTH_DESC= Fixed-width formatting
FORK_MANAGER_DESC= Enable *_parallel config-options support
JSON_XS_DESC= Faster JSON deserialization
LINE_BREAK_DESC= Install with p5-Text-CharWidth
LOCAL_CACHE_DESC= Local cache support
Expand All @@ -42,8 +44,8 @@ YOUTUBE_DL_DESC= Enable Youtube support with youtube_dl
YT_DLP_DESC= Enable Youtube support with yt-dlp

CHAR_WIDTH_RUN_DEPENDS= p5-Text-CharWidth>0:textproc/p5-Text-CharWidth
FORK_MANAGER_RUN_DEPENDS= p5-Parallel-ForkManager>0:devel/p5-Parallel-ForkManager
GTK3_RUN_DEPENDS= p5-Gtk3>0:x11-toolkits/p5-Gtk3
GTK3_USES= desktop-file-utils
GTK3_CONFIGURE_ON= --gtk
JSON_XS_RUN_DEPENDS= p5-JSON-XS>0:converters/p5-JSON-XS
LINE_BREAK_RUN_DEPENDS= p5-Unicode-LineBreak>0:textproc/p5-Unicode-LineBreak
Expand Down
6 changes: 3 additions & 3 deletions multimedia/pipe-viewer/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1675884057
SHA256 (trizen-pipe-viewer-0.4.5_GH0.tar.gz) = 33ef771d7decb9406b2bf084f9994bc998ae6258f1b17332b96382e4bdeb2d90
SIZE (trizen-pipe-viewer-0.4.5_GH0.tar.gz) = 267746
TIMESTAMP = 1684335658
SHA256 (trizen-pipe-viewer-0.4.6_GH0.tar.gz) = d40fe91d65cadd92c2cc02503b91ab761c8ae4fd9bdcfc42b87cd4750523c64b
SIZE (trizen-pipe-viewer-0.4.6_GH0.tar.gz) = 268101

0 comments on commit 47cc516

Please sign in to comment.