Package Details: pipe-viewer-git 0.5.4.r0.g0254986-1

Git Clone URL: https://aur.archlinux.org/pipe-viewer-git.git (read-only, click to copy)
Package Base: pipe-viewer-git
Description: A lightweight YouTube client for Linux (CLI/GTK) (fork of straw-viewer)
Upstream URL: https://github.com/trizen/pipe-viewer
Keywords: gtk perl youtube
Licenses: Artistic2.0
Submitter: trizen
Maintainer: trizen
Last Packager: trizen
Votes: 14
Popularity: 0.007614
First Submitted: 2020-10-30 16:44 (UTC)
Last Updated: 2025-01-21 16:53 (UTC)

Dependencies (21)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

m040601 commented on 2025-01-21 17:04 (UTC)

Theres is a very useful "Changes" file. Nice to keep track with (possibly) breaking changes and new options.

Could you please include it in the PKGBUILD so that it installs/cp to something like

/usr/share/doc/pipe-viewer/Changes

Maybe also put the "README.md" there ?

Thanks in advance.

lufalas commented on 2024-08-14 14:02 (UTC)

Since may 6, 2023 there's a new optional dependency for the fat32safe option.

https://github.com/trizen/pipe-viewer/commit/fee908c2809aaba7f359a9373f2fc799bb5765e9

The package for the dependency is perl-text-unidecode in extra.

zjh commented on 2024-03-12 03:07 (UTC)

It's a wonderful music player for me. Thanks a lot~

exponential commented on 2023-12-27 04:19 (UTC) (edited on 2023-12-27 04:23 (UTC) by exponential)

I think you want to remove "--gtk3" from build and also perl-gtk3, gnome-icon-theme from the dependencies.

EDIT: and rm webp-pixbuf-loader

Jimmy_Heavenly commented on 2023-12-26 21:01 (UTC)

Anyone figured out how to prevent the extra gtk parts from installing? Thanks

mrFlanby02 commented on 2022-09-10 19:34 (UTC)

Thanks for the response, it worked. Great application!

trizen commented on 2022-09-10 11:27 (UTC)

@mrFlanby02 This happens if pipe-viewer was installed manually before, then installed using this PKGBUILD, without removing the manually installed version.

To check if this is the case, run the following command:

perl -MWWW::PipeViewer -E 'say $INC{"WWW/PipeViewer.pm"}'

If the output is /usr/share/perl5/site_perl/WWW/PipeViewer.pm, then execute the following commands:

sudo rm /usr/share/perl5/site_perl/WWW/PipeViewer.pm
sudo rm -r /usr/share/perl5/site_perl/WWW/PipeViewer

mrFlanby02 commented on 2022-09-10 06:38 (UTC)

Hey after updating and running pipe-viewer I get this error in the terminal:

WWW::PipeViewer version v0.3.1 required--this is only version v0.2.3 at /usr/bin/pipe-  viewer line 52.
BEGIN failed--compilation aborted at /usr/bin/pipe-viewer line 52.`

Might it be because of the missing sudo ./Build installdeps command in the PKGBUILD?

trizen commented on 2021-06-01 22:33 (UTC)

@m040601: Mozilla::CA is a dependency of LWP::Protocol::https: https://metacpan.org/source/OALDERS/LWP-Protocol-https-6.10/lib/LWP/Protocol/https.pm#L28

But perl-lwp-protocol-https has been patched to work without it: https://github.com/archlinux/svntogit-packages/commit/c1602c30c941135977e5b154fb2c2521067c758e#diff-3e341d2d9c67be01819b25b25d5e53ea3cdf3a38d28846cda85a195eb9b7203a

Therefore, there is no need to install perl-mozilla-ca on ArchLinux.

m040601 commented on 2021-06-01 21:54 (UTC)

A bit confused about the "recommended" or "optional" dependecies.

Version 0.10 installs without problems but, I see this:

==> Starting build()...
WARNING: the following files are missing in your kit:
        META.json
        META.yml
Please inform the author.

Checking prerequisites...
  recommends:
    *  Mozilla::CA is not installed

ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the versions
of the modules indicated above before proceeding with this installation

Run 'Build installdeps' to install missing prerequisites.

Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'WWW-PipeViewer' version 'v0.1.0'

But I don't see any mention of that "Mozilla CA" in the PKGBUILD description:

yay -S --info pipe-viewer-git

Optional Deps   : ffmpeg  gnome-icon-theme  perl-json-xs  perl-lwp-useragent-cached
                  perl-term-readline-gnu  mpv  vlc  wget  youtube-dl

So is this really "recommended" or not ?

$ pacman -Ss perl mozilla ca

extra/perl-mozilla-ca 20200520-4
    Mozilla's CA cert bundle in PEM format

I dont' want to install extra stuff, if I dont really need it.