Search Criteria
Package Details: neuralrack-git r226.0e74768-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 |
| Conflicts: | neuralrack, neuralrack-clap, neuralrack-lv2, neuralrack-standalone, neuralrack-vst |
| Provides: | neuralrack, neuralrack-clap, neuralrack-lv2, neuralrack-standalone, neuralrack-vst, Neuralrack.so, Neuralrack_ui.so |
| Submitter: | awahab |
| Maintainer: | awahab |
| Last Packager: | awahab |
| Votes: | 2 |
| Popularity: | 0.001337 |
| First Submitted: | 2025-04-04 11:52 (UTC) |
| Last Updated: | 2026-01-12 00:05 (UTC) |
Dependencies (14)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, pipewire-jack-ldacAUR, 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, git-wd40AUR) (make)
- libsndfile (libsndfile-gitAUR) (make)
- lv2 (lv2-gitAUR, lv2-gitAUR) (make)
- xxd (vim-minimal-gitAUR, gvim-gitAUR, vim-cli-gitAUR, vim-classic-gitAUR, gvim-classic-gitAUR, gvim-gtk2AUR, gvim, tinyxxd, vim) (make)
- lv2lint (lv2lint-gitAUR) (check)
Required by (4)
- neuralrack (requires neuralrack-clap)
- neuralrack (requires neuralrack-standalone)
- neuralrack (requires neuralrack-lv2)
- neuralrack (requires neuralrack-vst)
Latest Comments
awahab commented on 2026-01-12 00:07 (UTC)
Done - thanks!
SpotlightKid commented on 2026-01-11 23:46 (UTC) (edited on 2026-01-11 23:47 (UTC) by SpotlightKid)
Would you please consider adding
${_name,,}{,-clap,-lv2,-standalone,-vst}toprovidesandconflicts, so that this package properly conflicts with the new split release package(s), which I've added at https://aur.archlinux.org/packages/neuralrack, and it can be replaced when installing those?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
PKGBUILDneeds to be changed toThe LV2 bundle directory name unfortunately is
Neuralrack.lv2notNeuralRack.lv2.