Package Details: openmeters-git 0.1.0-1

Git Clone URL: https://aur.archlinux.org/openmeters-git.git (read-only, click to copy)
Package Base: openmeters-git
Description: Fast and professional audio metering/visualization for Linux.
Upstream URL: https://github.com/httpsworldview/openmeters
Keywords: audio, audio-visualizer, rust,
Licenses: GPL-3.0-or-later
Conflicts: openmeters
Provides: openmeters
Submitter: httpsworldview
Maintainer: httpsworldview
Last Packager: httpsworldview
Votes: 1
Popularity: 0.55
First Submitted: 2026-02-06 01:23 (UTC)
Last Updated: 2026-04-01 06:21 (UTC)

Latest Comments

tschohnny commented on 2026-05-08 20:49 (UTC) (edited on 2026-05-08 20:50 (UTC) by tschohnny)

Build fails in package() because the PKGBUILD installs misc/openmeters.png, which doesn't exist upstream. The misc/ directory only contains openmeters.desktop and openmeters.svg.

Error:

==> Starting package()...
install: cannot stat 'misc/openmeters.png': No such file or directory
==> ERROR: A failure occurred in package().

Verified against upstream main (HEAD 7b25528):

$ ls misc/
openmeters.desktop  openmeters.svg

The Rust build itself (cargo) completes successfully, only the icon install step is broken. Reproduced on CachyOS with openmeters-git 1.2.0.486.g7b25528-1. Thanks for maintaining the package!