Bug 269440 - multimedia/pipe-viewer: Update to 0.4.5
Summary: multimedia/pipe-viewer: Update to 0.4.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nuno Teixeira
URL: https://github.com/trizen/pipe-viewer...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-09 16:32 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2023-02-11 21:17 UTC (History)
1 user (show)

See Also:


Attachments
pipe-viewer-0.4.5.patch (1.63 KB, patch)
2023-02-09 16:32 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 2023-02-09 16:32:19 UTC
Created attachment 240029 [details]
pipe-viewer-0.4.5.patch

Description:

ChangeLog: https://github.com/trizen/pipe-viewer/blob/0.4.5/Changes

* CLI: added basic support for Android, playing videos with the VLC
  player.
* CLI: added the `:w=i` STDIN option for saving a video to watch
  history.
* Added the `bypass_age_gate_native` config-option. (disabled by
  default)
* Fixed the downloading of livestreams with `yt-dlp`.

QA:

* portlint:
  - FATAL: /usr/ports-devel/multimedia/pipe-viewer/pkg-plist: [35]: this port installs .desktop files. Please add `desktop-file-utils` to USES.
  - FATAL: /usr/ports-devel/multimedia/pipe-viewer/pkg-plist: [43]: this port installs .desktop files. Please add `desktop-file-utils` to USES.
  - 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: 13.1-RELEASE, amd64, JSON_XS LOCAL_CACHE READLINE 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 depend
ing 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, esp
ecially with older Perl versions.
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-02-11 21:10:21 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f1d5ed7e6e714a3322b892c27a70659964b1dea1

commit f1d5ed7e6e714a3322b892c27a70659964b1dea1
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2023-02-11 21:07:56 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2023-02-11 21:09:05 +0000

    multimedia/pipe-viewer: Update to 0.4.5

    ChangeLog:      https://github.com/trizen/pipe-viewer/blob/0.4.5/Changes
    PR:             269440

 multimedia/pipe-viewer/Makefile | 2 +-
 multimedia/pipe-viewer/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2023-02-11 21:17:15 UTC
(In reply to Jesús Daniel Colmenares Oviedo from comment #0)

USES+= desktop-file-utils only needed when .desktop file includes MimeType entry:
https://docs.freebsd.org/en/books/porters-handbook/book/#updating-desktop-database
Comment 3 Nuno Teixeira freebsd_committer freebsd_triage 2023-02-11 21:17:28 UTC
Committed, thanks!