mirror of
https://gitlab.freedesktop.org/pipewire/helvum.git
synced 2026-05-22 09:18:09 +02:00
read-only mirror of https://gitlab.freedesktop.org/pipewire/helvum
This updates all crates to their newest release. For pipewire-rs, this includes bumping the version to 0.3, which means this comment has to fix a few breaking changes, but nothing big. 0.3 also lets us create and delete remote objects, which will be needed for link creation and deletion. |
||
|---|---|---|
| src | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
| screenshot.png | ||
Helvum is a GTK-based patchbay for pipewire, inspired by the JACK tool catia.
Features planned
- Allow creation of links from one port to another.
More suggestions are welcome!
Distribution packages
- ArchLinux: aur/helvum-git
Building
For compilation, you will need:
- An up-to-date rust toolchain
libclang-3.7or highergtk-4.0andpipewire-0.3development headers
To compile, run
$ cargo build --release
in the repository root.
The resulting binary will be at target/release/helvum.
