Mercurial > hg > sonic-visualiser
comparison vext-project.json @ 1706:d60b30ea9b80 vext
Make configure use vext
author | Chris Cannam |
---|---|
date | Wed, 07 Jun 2017 09:00:47 +0100 |
parents | vextspec.json@672d24cf5cb3 |
children | d11103dfc7f6 |
comparison
equal
deleted
inserted
replaced
1705:c737c43d64af | 1706:d60b30ea9b80 |
---|---|
1 { | |
2 "config": { | |
3 "extdir": "." | |
4 }, | |
5 "providers": { | |
6 "soundsoftware": { | |
7 "vcs": ["hg", "git"], | |
8 "anon": "https://code.soundsoftware.ac.uk/{vcs}/{repo}", | |
9 "auth": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repo}" | |
10 } | |
11 }, | |
12 "libs": { | |
13 "vamp-plugin-sdk": { | |
14 "vcs": "git", | |
15 "service": "github", | |
16 "owner": "c4dm" | |
17 }, | |
18 "svcore": { | |
19 "vcs": "hg", | |
20 "service": "soundsoftware" | |
21 }, | |
22 "svgui": { | |
23 "vcs": "hg", | |
24 "service": "soundsoftware" | |
25 }, | |
26 "svapp": { | |
27 "vcs": "hg", | |
28 "service": "soundsoftware" | |
29 }, | |
30 "dataquay": { | |
31 "vcs": "hg", | |
32 "service": "bitbucket", | |
33 "owner": "breakfastquay" | |
34 }, | |
35 "bqvec": { | |
36 "vcs": "hg", | |
37 "service": "bitbucket", | |
38 "owner": "breakfastquay" | |
39 }, | |
40 "bqfft": { | |
41 "vcs": "hg", | |
42 "service": "bitbucket", | |
43 "owner": "breakfastquay" | |
44 }, | |
45 "bqresample": { | |
46 "vcs": "hg", | |
47 "service": "bitbucket", | |
48 "owner": "breakfastquay" | |
49 }, | |
50 "bqaudioio": { | |
51 "vcs": "hg", | |
52 "service": "bitbucket", | |
53 "owner": "breakfastquay" | |
54 }, | |
55 "sv-dependency-builds": { | |
56 "vcs": "hg", | |
57 "service": "soundsoftware" | |
58 }, | |
59 "icons/scalable": { | |
60 "vcs": "hg", | |
61 "service": "soundsoftware", | |
62 "repository": "sv-iconset" | |
63 }, | |
64 "checker": { | |
65 "vcs": "hg", | |
66 "service": "soundsoftware", | |
67 "repository": "vamp-plugin-load-checker" | |
68 }, | |
69 "piper-cpp": { | |
70 "vcs": "git", | |
71 "service": "github", | |
72 "owner": "piper-audio" | |
73 } | |
74 } | |
75 } | |
76 |