




























It's a wonderful music player for me. Thanks a lot~
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
Anyone figured out how to prevent the extra gtk parts from installing? Thanks
Thanks for the response, it worked. Great application!
@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
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?
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.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
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
Maybe also put the "README.md" there ?
Thanks in advance.