Search Criteria
Package Details: scope-tui 0.3.4-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/scope-tui.git (read-only, click to copy) |
|---|---|
| Package Base: | scope-tui |
| Description: | A simple oscilloscope/vectorscope/spectroscope for your terminal |
| Upstream URL: | https://github.com/alemidev/scope-tui |
| Licenses: | MIT |
| Submitter: | orhun |
| Maintainer: | orhun |
| Last Packager: | orhun |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2024-04-11 18:33 (UTC) |
| Last Updated: | 2025-11-07 10:41 (UTC) |
Dependencies (4)
- alsa-lib
- gcc-libs (gcc-libs-gitAUR, gcc-libs-fast-optimizedAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
Latest Comments
orhun commented on 2025-06-30 12:13 (UTC)
done, thanks
del_monte commented on 2025-06-28 18:42 (UTC)
The package includes libpulse as a makedepends but doesn't enable the pulseaudio feature during build. Could you change line 27 in the PKGBUILD from:
cargo build --release --frozen
to:
cargo build --release --frozen --features pulseaudio
This would enable the 'pulse' subcommand which many users expect.