Search Criteria
Package Details: neural-amp-modeler-lv2-git 0.1.7.r10.50be365-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/neural-amp-modeler-lv2-git.git (read-only, click to copy) |
|---|---|
| Package Base: | neural-amp-modeler-lv2-git |
| Description: | Neural Amp Modeler (NAM) LV2 plugin (git version) |
| Upstream URL: | https://github.com/mikeoliphant/neural-amp-modeler-lv2 |
| Keywords: | amp guitar lv2 plugin |
| Licenses: | GPL-3.0-only |
| Groups: | lv2-plugins, pro-audio |
| Conflicts: | neural-amp-modeler-lv2 |
| Provides: | neural-amp-modeler-lv2 |
| Submitter: | LekKit |
| Maintainer: | LekKit (SpotlightKid) |
| Last Packager: | SpotlightKid |
| Votes: | 2 |
| Popularity: | 0.000006 |
| First Submitted: | 2023-12-23 11:52 (UTC) |
| Last Updated: | 2025-03-24 12:08 (UTC) |
Dependencies (5)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- lv2-host (ildaeilAUR, carla-gitAUR, ingen-gitAUR, guitarix-gitAUR, element-gitAUR, audacity-local-gitAUR, ardour-gitAUR, guitarix.vstAUR, audacity-openvinoAUR, audacity-openvino-binAUR, qtractor-gitAUR, audacity-gitAUR, ardour, audacity, carla, ecasound, element, guitarix, jalv, muse, qtractor, reaper, rosegarden) (optional) – for loading the LV2 plugin
Latest Comments
lukeemhigh commented on 2025-03-24 08:15 (UTC)
Package is failing to build
lukeemhigh commented on 2025-02-02 18:29 (UTC)
Package is failing to build since a couple of days:
SpotlightKid commented on 2023-12-29 08:30 (UTC)
I have updated the PKGBUILD. Unfortunately, the new version number returned by
pkgveris considered lower than the previous one, which contained an underscore.I removed the following architectures from
arch:arm,arch6h,i386,ppc. I keptarmv7h, since I think that is what the MOD platform runs on. I we get reports of the plugin successfully running on any of these platforms, we can add them back.I also enabled parallel building with
-j $(nproc --ignore=1).SpotlightKid commented on 2023-12-29 08:19 (UTC)
From https://wiki.archlinux.org/title/PKGBUILD#makedepends:
base-develincludesmakeandgccas its dependencies:https://archlinux.org/packages/core/any/base-devel/
To use the AUR, you always need to install
base-devel, as per https://wiki.archlinux.org/title/Arch_User_Repository#Getting_startedLekKit commented on 2023-12-29 02:15 (UTC) (edited on 2023-12-29 02:16 (UTC) by LekKit)
This didn't always work for me sadly when installing AUR packages on new systems - perhaps a bug in an AUR helper I'm using, so I'd prefer to explicitly include this makedepend (unless there is a better way around this?).
ARM64 and RISC-V builds work just fine (albeit my test devices are slow, but for rendering a project with DI guitars worked perfectly well). No testing on 32-bit arches was done yet, remove if you wish - not that I like 32bits too much, just wanted portability on actual modern arches
@SpotlightKid, added you as a co-maintainer, completely agree with your other points
SpotlightKid commented on 2023-12-27 19:45 (UTC)
Hi, @LekKit, you beat me to the punch by just a few days in packaging neural-amp-modeler-lv2! :)
May I suggest a few improvements to the package:
https://cpaste.org/?cd9646394800f1b4#Bg7Ct2HXPs2DTTe2d1otZxTxvz3TuQhyPJggCS7UfnJC
depends=(gcc-libs glibc).gccandmakefrommakedepends(they are inbase-develand always implicit make dependencies.sources.pkgverto get version fromgit describe.installinstead ofcp -rfor installation (makes sure permissions are always correct).archfor now, though I honestly doubt the software will run on all these architectures (have you tested them all?).If you want, you can add me as a co-maintainer and I'll update the package.