This AUR package is a mirror and automatically updated from the proaudio binary repo project at https://github.com/osam-cologne/archlinux-proaudio
If possible, open a GitHub issue or PR instead of commenting here, thanks!
Git Clone URL: | https://aur.archlinux.org/fluida.lv2.git (read-only, click to copy) |
---|---|
Package Base: | fluida.lv2 |
Description: | An LV2 plugin which wraps the fluidsynth SF2 soundfont player |
Upstream URL: | https://github.com/brummer10/Fluida.lv2 |
Keywords: | fluidsynth lv2 plugin |
Licenses: | GPL2, MIT |
Groups: | lv2-plugins, pro-audio |
Submitter: | SpotlightKid |
Maintainer: | SpotlightKid (osamc) |
Last Packager: | osamc |
Votes: | 3 |
Popularity: | 0.000001 |
First Submitted: | 2020-11-25 22:30 (UTC) |
Last Updated: | 2024-10-06 14:11 (UTC) |
This AUR package is a mirror and automatically updated from the proaudio binary repo project at https://github.com/osam-cologne/archlinux-proaudio
If possible, open a GitHub issue or PR instead of commenting here, thanks!
@pheeral: It looks like the Makefile tries to detect whether xxd
is usuable, but unintentionally (?) errors out if it isn't. I added xxd
to makedepends
.
0.7 Requires xxd
(from, e.g, vim
, gvim
, or xxd-standalone
as additional build dependency:
make[1]: Entering directory '/home/media/aur/fluida.lv2/src/Fluida_0.7/libxputty'
make[2]: Entering directory '/home/media/aur/fluida.lv2/src/Fluida_0.7/libxputty/Build'
cd ../xputty/resources/ && xxd -i approved.png > ../../Build/approved.c
/bin/sh: line 1: xxd: command not found
make[2]: *** [Makefile:106: approved.o] Error 127
make[2]: Leaving directory '/home/media/aur/fluida.lv2/src/Fluida_0.7/libxputty/Build'
make[1]: *** [Makefile:18: Build/] Error 2
make[1]: Leaving directory '/home/media/aur/fluida.lv2/src/Fluida_0.7/libxputty'
make: *** [Makefile:24: libxputty] Error 2
Pinned Comments
osamc commented on 2023-10-15 19:03 (UTC)
This AUR package is a mirror and automatically updated from the proaudio binary repo project at https://github.com/osam-cologne/archlinux-proaudio
If possible, open a GitHub issue or PR instead of commenting here, thanks!