惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

小众软件
小众软件
量子位
阮一峰的网络日志
阮一峰的网络日志
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
美团技术团队
J
Java Code Geeks
Apple Machine Learning Research
Apple Machine Learning Research
腾讯CDC
V
Visual Studio Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
IT之家
IT之家
博客园 - 【当耐特】
L
LangChain Blog
A
About on SuperTechFans
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
N
Netflix TechBlog - Medium
博客园_首页
WordPress大学
WordPress大学
博客园 - Franky
Engineering at Meta
Engineering at Meta
C
Check Point Blog
aimingoo的专栏
aimingoo的专栏
M
MIT News - Artificial intelligence

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - pipe-viewer-git
2026-06-15 · via AUR Newest Packages

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)

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 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.