Package Details: cli-visualizer-git 1.8+36+gb98068f-1

Git Clone URL: https://aur.archlinux.org/cli-visualizer-git.git (read-only, click to copy)
Package Base: cli-visualizer-git
Description: A cli visualizer for mpd
Upstream URL: http://web.archive.org/web/20241004213645/https://github.com/dpayne/cli-visualizer
Keywords: spectrum visualizer
Licenses: MIT
Conflicts: cli-visualizer, vis
Provides: cli-visualizer
Submitter: dpayne
Maintainer: Gamesmes90
Last Packager: Gamesmes90
Votes: 7
Popularity: 0.80
First Submitted: 2016-02-04 18:08 (UTC)
Last Updated: 2024-12-22 00:25 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Pinned Comments

Gamesmes90 commented on 2024-12-22 00:31 (UTC)

I took over the package and updated the PKGBUILD to use an archive of the original source code so that the package can be built. https://web.archive.org/web/20220627182126if_/https://codeload.github.com/dpayne/cli-visualizer/zip/refs/heads/master

Latest Comments

Gamesmes90 commented on 2024-12-22 00:31 (UTC)

I took over the package and updated the PKGBUILD to use an archive of the original source code so that the package can be built. https://web.archive.org/web/20220627182126if_/https://codeload.github.com/dpayne/cli-visualizer/zip/refs/heads/master

tuurep commented on 2024-11-29 15:31 (UTC)

Really unfortunate. Looks like the author has deleted his whole github account.

http://web.archive.org/web/20241004213645/https://github.com/dpayne/cli-visualizer

Luckily this archive exists with the latest commit (most likely)

melvilli commented on 2024-11-29 08:57 (UTC)

the cli-visualizer repository was deleted by the author, I guess. btw, a snapshot of the binary still exists in nix-unstable channel. That was where I last saw it work. Not sure if it still exists as a .deb somewhere.

tuurep commented on 2022-07-01 21:28 (UTC)

Cool thanks very much! Can confirm that works. I had tried to fix this earlier but somehow missed that wiki section Makepkg fails, but make succeeds.

toitenminh commented on 2022-07-01 21:06 (UTC) (edited on 2022-07-01 21:57 (UTC) by toitenminh)

a fix: added !buildflags flag to the PKGBUILD options array. reference: https://wiki.archlinux.org/title/Makepkg#Troubleshooting

toitenminh commented on 2022-07-01 20:46 (UTC) (edited on 2022-07-02 14:09 (UTC) by toitenminh)

a temporary fix by removing flag -Wp,-D_GLIBCXX_ASSERTIONS

build() {
  cd "${srcdir}/${pkgname}"
  mkdir -p build/
  cd build/
  cmake ../ && make clean
  sed -i 's/-Wp,-D_GLIBCXX_ASSERTIONS//g' CMakeCache.txt #walkaround
  make -j$(nproc)
}

package() {
  cd "${srcdir}/${pkgname}"
  install -Dm755 build/vis "$pkgdir"/usr/bin/vis
  install -Dm644 examples/basic_colors "$pkgdir"/usr/share/doc/"$provides"/basic_colors
  install -Dm644 examples/blue "$pkgdir"/usr/share/doc/"$provides"/blue
  install -Dm644 examples/config "$pkgdir"/usr/share/doc/"$provides"/config
  install -Dm644 examples/rainbow "$pkgdir"/usr/share/doc/"$provides"/rainbow
  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$provides"/LICENSE
}

tuurep commented on 2022-05-13 06:12 (UTC)

This package is broken. Running vis outputs Aborted (core dumped)

Manually building from the github repo works. Does something need an update in PKGBUILD?

JP-Ellis commented on 2017-11-06 23:26 (UTC)

This package should provide cli-visualizer so that Pacman knows that cli-visualizer and cli-visualizer-git provide the same software.