blob: 5018b75deac72a95f2d3375832e6cbfec1acd924 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# Contributor: Magnus Sandin <magnus.sandin@gmail.com>
# Maintainer: Magnus Sandin <magnus.sandin@gmail.com>
pkgname=x42-plugins
pkgver=20230512
pkgrel=0
pkgdesc="Collection of LV2 plugins"
url="https://github.com/x42/x42-plugins"
arch="x86 x86_64" # -msse, only x86* supported
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
zita-convolver-dev
"
source="http://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="
cec686ad04905c0df6df3519580564381920db78d4be9c4548442d7620537a0a36b8b0d8fe365bbf3be26297ca82491da26fb4157d63137707b268beb1bf8569 x42-plugins-20230512.tar.xz
"
|