Search Criteria
Package Details: helvum-git 0.3.4.r4.gdf72a68-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/helvum-git.git (read-only, click to copy) |
---|---|
Package Base: | helvum-git |
Description: | GTK-based patchbay for pipewire, inspired by the JACK tool catia |
Upstream URL: | https://gitlab.freedesktop.org/pipewire/helvum.git |
Licenses: | GPL3 |
Conflicts: | helvum |
Provides: | helvum |
Submitter: | linkmauve |
Maintainer: | ami_ba |
Last Packager: | ami_ba |
Votes: | 4 |
Popularity: | 0.000484 |
First Submitted: | 2021-03-13 23:34 (UTC) |
Last Updated: | 2022-09-10 06:27 (UTC) |
Dependencies (7)
- gtk4 (gtk4-customizableAUR, gtk4-paper-planeAUR, gtk4-gitAUR)
- pipewire (pipewire-gitAUR, pipewire-full-gitAUR)
- appstream-glib (appstream-glib-gitAUR) (make)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rustup) (make)
Latest Comments
xiota commented on 2024-03-02 18:50 (UTC)
Needs following changes:
libadwaita
options=(!lto)
to prevent linker errorsGPL-3.0-only
pkgver()
togit describe --tags --long --abbrev=8 | ...
to prevent variable hash length.Netboy3 commented on 2021-08-30 22:24 (UTC)
Your PKGBUILD should really use meson to build helvum as the upstream intended in the 1st place. Using cargo directly to build/install here is detrimental to the project as some upstream modifications are not reflected. As an example, the project just added a .desktop file to the meson build, but as you are not using meson, this change is not reflected in your AUR package.
zopieux commented on 2021-05-23 15:44 (UTC)
Would it be possible to also install a .desktop file so we can launch this from application runners such as dmenu/KDE/GTK?
souravdas142 commented on 2021-05-13 03:19 (UTC)
Confirming the current
PKGBUILD
compiles and creates the package successfully. Howeverclang
should be added tomakedepends
array. Without this the building may failed. Also check whetherLIBCLANG_PATH
environment variable sets to the path of any (libclang.so
,libclang-*.so
,libclang.so.*
,libclang-*.so.*
) of this soname.wcasanova commented on 2021-04-29 17:10 (UTC) (edited on 2021-04-29 17:12 (UTC) by wcasanova)
it does not compile, here is one that works
ryuukyu commented on 2021-04-25 09:28 (UTC)
The
cargo install
in the PKGBUILD needs a--locked
flag to avoid pulling in too new commits from the packages git dependencies to fix the failing build posted below.juxuanu commented on 2021-04-21 10:07 (UTC)
Hello, thanks for your application! Unfortunately, it won't build on my machine.