Search Criteria
Package Details: neural-amp-modeler-lv2-git 0.1.5.r21.f14faca-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 |
Conflicts: | neural-amp-modeler-lv2 |
Provides: | neural-amp-modeler-lv2 |
Submitter: | LekKit |
Maintainer: | LekKit (SpotlightKid) |
Last Packager: | SpotlightKid |
Votes: | 2 |
Popularity: | 0.009023 |
First Submitted: | 2023-12-23 11:52 (UTC) |
Last Updated: | 2024-11-22 07:45 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
SpotlightKid commented on 2023-12-29 08:30 (UTC)
I have updated the PKGBUILD. Unfortunately, the new version number returned by
pkgver
is 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-devel
includesmake
andgcc
as 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)
.gcc
andmake
frommakedepends
(they are inbase-devel
and always implicit make dependencies.sources
.pkgver
to get version fromgit describe
.install
instead ofcp -r
for installation (makes sure permissions are always correct).arch
for 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.