Created attachment 252857 [details] pipe-viewer-0.5.2.patch Description: ChangeLog: https://github.com/trizen/pipe-viewer/blob/0.5.2/Changes * GUI: added key bind for "play as audio" as CTRL+N. * GUI: extended the right-click menu in the Saved Channels window. * Added support for including streams in subscription videos. * Recognize several more itag values. * Fixed the parsing of shorts. * Fixed the downloading of videos that have multiple audio tracks, with yt-dlp. QA: * portlint: - WARN: Makefile: unless this is a master port, MAINTAINER has to be set by "=", not by "?=". - WARN: Makefile: unless this is a master port, COMMENT has to be set by "=", not by "?=". * testport: (poudriere: 14.1-RELEASE, amd64, FORK_MANAGER GTK3 JSON_XS LOCAL_CACHE READLINE SHARE_DIR LINE_BREAK YT_DLP tested): - Warning: devel/p5-Module-Build was in Perl CORE. Check with `corelist Module::Build 0.4206` and `corelist -a Module::Build` if it should be conditionally added dependi ng on PERL_LEVEL - Notice: You have some Perl modules as dependencies but you do not have devel/p5-Module-CoreList installed, the perlcore QA check gets better results when using it, espe cially with older Perl versions.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5c791d884b16d88ab2ee1798b644f0142b57180a commit 5c791d884b16d88ab2ee1798b644f0142b57180a Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2024-08-17 22:44:57 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-08-17 22:44:57 +0000 multimedia/pipe-viewer: Update 0.5.1 → 0.5.2 Changelog: * GUI: added key bind for "play as audio" as CTRL+N. * GUI: extended the right-click menu in the Saved Channels window. * Added support for including streams in subscription videos. * Recognize several more itag values. * Fixed the parsing of shorts. * Fixed the downloading of videos that have multiple audio tracks, with yt-dlp. https://github.com/trizen/pipe-viewer/releases/tag/0.5.2 Also pet portclippy. PR: 280890 multimedia/pipe-viewer/Makefile | 6 +++--- multimedia/pipe-viewer/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-)
Thanks.