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
42
43
44
45
46
47
48
49
50
51
52
53
|
pkgbase = faust-git
pkgdesc = A functional programming language for realtime audio signal processing (git version)
pkgver = 2.75.10.r13654.111a29901
pkgrel = 1
epoch = 2
url = http://faust.grame.fr/
arch = x86_64
groups = pro-audio
license = GPL-2.0-or-later
license = GPL-3.0-or-later
license = LGPL-2.1-or-later
makedepends = cmake
makedepends = git
makedepends = libsndfile
makedepends = llvm
makedepends = xxd
depends = bash
depends = gcc-libs
depends = glibc
depends = libmicrohttpd
depends = llvm-libs
optdepends = clang: for sound2reader
optdepends = csound: for faust2csound
optdepends = gradle: for faust2android
optdepends = graphviz: for faust2sig{,viewer}
optdepends = gtk2: for faust2{jack,rosgtk}
optdepends = inkscape: for faust2{pdf,png}
optdepends = jack: for faust2{api,jack{,console,internal,server,rust},jaqt,netjackqt,nodejs,ros,rosgtk,rpinetjackconsole}
optdepends = swig: for faust2android
optdepends = libsndfile: for faust2{dummy,sndfile}
optdepends = octave: for faust2octave
optdepends = pd: for faust2puredata
optdepends = portaudio: for faust2paqt
optdepends = python: for faust2atomsnippets, faust2md and faust2sc.py
optdepends = qt5-tools: for faust2{faustvst,jaqt,lv2}
optdepends = rtaudio: for faust2raqt
optdepends = ruby-rexml: for faust2sc and scbuilder
optdepends = rust: for faust2jackrust
optdepends = supercollider: for faust2supercollider
optdepends = texlive-fontutils: for faust2pdf
provides = faust
provides = faust2-git
provides = libfaustmachine.so
provides = libfaust.so
provides = libOSCFaust.so
provides = libHTTPDFaust.so
conflicts = faust
options = !lto
options = staticlibs
source = faust::git+https://github.com/grame-cncm/faust.git#branch=master-dev
sha256sums = SKIP
pkgname = faust-git
|