Find a file
Tom A. Wagner 02e58e9bfa LICENSE: Replace outdated and edited GPL with the lastest stock version.
The old license file contained project specific edits, but editing the GPL text is disallowed by the fsf.
The new file also contains updated links.
2021-10-03 11:14:30 +02:00
build-aux Add .desktop file 2021-08-29 18:41:09 +02:00
data Add and install icons. 2021-09-30 08:28:06 +02:00
docs readme: move screenshot.png into docs/ folder 2021-08-29 16:56:56 +02:00
src graphview: Do not crash when the position of a node not on the graph is requested 2021-09-11 15:03:03 +02:00
.gitignore Add simple flatpak manifest 2021-07-22 11:35:12 +02:00
.gitlab-ci.yml Update CI to Fedora 34 and Rust 1.51 2021-05-06 09:36:24 +02:00
Cargo.lock Update dependencies 2021-09-30 08:45:00 +02:00
Cargo.toml Release 0.3.1 2021-09-30 08:45:11 +02:00
LICENSE LICENSE: Replace outdated and edited GPL with the lastest stock version. 2021-10-03 11:14:30 +02:00
meson.build Release 0.3.1 2021-09-30 08:45:11 +02:00
meson_options.txt buildsystem: Move to meson for building the project 2021-08-29 17:28:55 +02:00
README.md buildsystem: Move to meson for building the project 2021-08-29 17:28:55 +02:00

Helvum is a GTK-based patchbay for pipewire, inspired by the JACK tool catia.

Screenshot

Packaging status

Features planned

  • Volume control
  • "Debug mode" that lets you view advanced information for nodes and ports

More suggestions are welcome!

Building

The recommended way to build is using flatpak, which will take care of all dependencies and avoid any problems that may come from different system configurations.

First, install the required flatpak platform and SDK, if you dont have them already:

$ flatpak install org.gnome.{Platform,Sdk}//40 org.freedesktop.Sdk.Extension.rust-stable//20.08

To compile and install as a flatpak, run

$ flatpak-builder --install flatpak-build/ build-aux/org.freedesktop.ryuukyu.Helvum.json

You can then run the app via

$ flatpak run org.freedesktop.ryuukyu.Helvum

Manually

For compilation, you will need:

  • Meson
  • An up-to-date rust toolchain
  • libclang-3.7 or higher
  • gtk-4.0 and pipewire-0.3 development headers

To compile and install, run

$ meson setup build && cd build
$ meson compile
$ meson install

in the repository root. This will install the compiled project files into /usr/local.

License

Helvum is distributed under the terms of the GPL3 license. See LICENSE for more information.