Bug 280890 - multimedia/pipe-viewer: Update 0.5.2
Summary: multimedia/pipe-viewer: Update 0.5.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL: https://github.com/trizen/pipe-viewer...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-17 20:48 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2024-08-17 22:48 UTC (History)
1 user (show)

See Also:


Attachments
pipe-viewer-0.5.2.patch (1.68 KB, patch)
2024-08-17 20:48 UTC, Jesús Daniel Colmenares Oviedo
DtxdF: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesús Daniel Colmenares Oviedo 2024-08-17 20:48:17 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-08-17 22:47:59 UTC
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(-)
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2024-08-17 22:48:22 UTC
Thanks.