mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-07 12:54:32 +02:00
40 lines
949 B
Text
40 lines
949 B
Text
# Contributor: Magnus Sandin <magnus.sandin@valitron.se>
|
|
# Maintainer: Magnus Sandin <magnus.sandin@valitron.se>
|
|
pkgname=x42-plugins
|
|
pkgver=20250512
|
|
pkgrel=0
|
|
pkgdesc="Collection of LV2 plugins"
|
|
url="https://github.com/x42/x42-plugins"
|
|
arch="x86 x86_64 aarch64 riscv64 loongarch64"
|
|
license="GPL-2.0-only AND GPL-3.0-only"
|
|
subpackages="$pkgname-doc"
|
|
depends="
|
|
font-liberation
|
|
"
|
|
makedepends="
|
|
cairo-dev
|
|
coreutils
|
|
fftw-dev
|
|
ftgl-dev
|
|
glu-dev
|
|
jack-dev
|
|
libltc-dev
|
|
libsamplerate-dev
|
|
libsndfile-dev
|
|
lv2-dev
|
|
pango-dev
|
|
"
|
|
source="https://gareus.org/misc/x42-plugins/x42-plugins-$pkgver.tar.xz"
|
|
options="!check" # No tests available
|
|
|
|
build() {
|
|
FONTFILE=/usr/share/fonts/liberation/LiberationSans-Regular.ttf make
|
|
}
|
|
|
|
package() {
|
|
make install DESTDIR="$pkgdir" PREFIX=/usr
|
|
}
|
|
|
|
sha512sums="
|
|
40b889b1cd8a0a6113858eafe96410c20c90d5ff108b82240196309418713a89770a815567a5eaf86385d8701307d399dcb6ff39fe6a2d1959244b709d6e99b0 x42-plugins-20250512.tar.xz
|
|
"
|