blob: b37b8e6880fb89e4420f2f1bc7d354adaf25b432 (
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
42
43
44
45
46
|
# Maintainer: André Silva <emulatorman@parabola.nu>
# Maintainer: Totalchaos <biserangeloff@gmail.com>
pkgname=parabola-proaudio
pkgver=0.1
pkgrel=1
pkgdesc='Collection of packages commonly used in a GNU/Linux audio workstation'
arch=('any')
license=('GPL')
url='https://www.parabola.nu'
package() {
depends=('parabola-proaudio-settings'
'patchage'
'ardour'
'qtractor'
'hydrogen'
'musescore'
'rosegarden'
'lilypond'
'qsynth'
'soundfont-fluid'
'lmms'
'calf'
'meterbridge'
'dssi'
'dssi-plugins'
'lv2'
'lv2-plugins'
'ladspa'
'ladspa-plugins'
'ams'
'aeolus'
'bristol'
'pybristol'
'zynaddsubfx'
'puredata'
'supercollider'
'rakarrack'
'guitarix2'
'xjadeo'
'audacity'
'vmpk'
'audacious'
'minicomputer')
}
|