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

推荐订阅源

aimingoo的专栏
aimingoo的专栏
腾讯CDC
Y
Y Combinator Blog
L
LangChain Blog
B
Blog
U
Unit 42
P
Proofpoint News Feed
G
Google Developers Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 【当耐特】
WordPress大学
WordPress大学
月光博客
月光博客
Vercel News
Vercel News
雷峰网
雷峰网
T
The Blog of Author Tim Ferriss
MyScale Blog
MyScale Blog
大猫的无限游戏
大猫的无限游戏
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
酷 壳 – CoolShell
酷 壳 – CoolShell
Blog — PlanetScale
Blog — PlanetScale
博客园 - 司徒正美
云风的 BLOG
云风的 BLOG
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 叶小钗

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.