Search Criteria
Package Details: neuralrack-git r196.15821e5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/neuralrack-git.git (read-only, click to copy) |
---|---|
Package Base: | neuralrack-git |
Description: | Neural model and impulse response file loader |
Upstream URL: | https://github.com/brummer10/NeuralRack |
Licenses: | BSD-3-Clause |
Groups: | lv2-plugins, vst-plugins, pro-audio, clap-plugins |
Provides: | NeuralRack.clap, Neuralrack.lv2, Neuralrack.so, NeuralRackvst.so, Neuralrack_ui.so |
Submitter: | awahab |
Maintainer: | awahab |
Last Packager: | awahab |
Votes: | 2 |
Popularity: | 0.88 |
First Submitted: | 2025-04-04 11:52 (UTC) |
Last Updated: | 2025-05-26 19:28 (UTC) |
Dependencies (14)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- jackAUR (jack2-gitAUR, pipewire-full-jack-gitAUR, pipewire-jack-gitAUR, jack2, pipewire-jack)
- libcairo.so (cairo-gitAUR, cairo, lib32-cairo)
- libsndfile.so (libsndfile-gitAUR, lib32-libsndfile, libsndfile)
- libx11 (libx11-gitAUR)
- portaudio
- cairo (cairo-gitAUR) (make)
- clap (make)
- git (git-gitAUR, git-glAUR) (make)
- libsndfile (libsndfile-gitAUR) (make)
- lv2 (lv2-gitAUR, lv2-gitAUR) (make)
- xxd (vim-minimal-gitAUR, gvim-gitAUR, vim-cli-gitAUR, gvim-wayland-lilydjwg-gitAUR, gvim-gtk2AUR, gvim, tinyxxd, vim) (make)
- lv2lint (lv2lint-gitAUR) (check)
Latest Comments
Gimmeapill commented on 2025-05-24 16:10 (UTC)
Super - thx!
awahab commented on 2025-05-24 13:37 (UTC)
Added those missing depends - thanks! The incorrect vst installation path is an upstream issue, but I've submitted a pull request to correct that.
Gimmeapill commented on 2025-05-24 12:35 (UTC)
Minor issue also with the vst version that lands under /usr/lib/clap/ instead of /usr/lib/vst/ (not sure if this is an upstream issue or packaging)
Gimmeapill commented on 2025-05-24 12:22 (UTC)
One more thing spotted: in order to build the standalone version, you need to add jack & portaudio to the depends (no need to add any argument to make, it builds everything by default)
awahab commented on 2025-05-10 12:09 (UTC)
Done - thanks!
Gimmeapill commented on 2025-05-10 07:02 (UTC)
Could you add git to the makedepends? It is needed to build in a chroot
awahab commented on 2025-04-30 17:13 (UTC)
Nice catch - thanks!
SpotlightKid commented on 2025-04-26 09:05 (UTC)
Line 36 of the
PKGBUILD
needs to be changed toThe LV2 bundle directory name unfortunately is
Neuralrack.lv2
notNeuralRack.lv2
.