comparison vext-project.json @ 1710:d11103dfc7f6 vext

Switch vamp-plugin-sdk back to hg
author Chris Cannam
date Wed, 07 Jun 2017 11:42:31 +0100
parents d60b30ea9b80
children 994560e84965
comparison
equal deleted inserted replaced
1709:41a64dc57066 1710:d11103dfc7f6
9 "auth": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repo}" 9 "auth": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repo}"
10 } 10 }
11 }, 11 },
12 "libs": { 12 "libs": {
13 "vamp-plugin-sdk": { 13 "vamp-plugin-sdk": {
14 "vcs": "git", 14 "vcs": "hg",
15 "service": "github", 15 "service": "soundsoftware"
16 "owner": "c4dm"
17 }, 16 },
18 "svcore": { 17 "svcore": {
19 "vcs": "hg", 18 "vcs": "hg",
20 "service": "soundsoftware" 19 "service": "soundsoftware"
21 }, 20 },
24 "service": "soundsoftware" 23 "service": "soundsoftware"
25 }, 24 },
26 "svapp": { 25 "svapp": {
27 "vcs": "hg", 26 "vcs": "hg",
28 "service": "soundsoftware" 27 "service": "soundsoftware"
28 },
29 "checker": {
30 "vcs": "hg",
31 "service": "soundsoftware",
32 "repository": "vamp-plugin-load-checker"
33 },
34 "piper-cpp": {
35 "vcs": "git",
36 "service": "github",
37 "owner": "piper-audio",
38 "repository": "piper-vamp-cpp"
29 }, 39 },
30 "dataquay": { 40 "dataquay": {
31 "vcs": "hg", 41 "vcs": "hg",
32 "service": "bitbucket", 42 "service": "bitbucket",
33 "owner": "breakfastquay" 43 "owner": "breakfastquay"
58 }, 68 },
59 "icons/scalable": { 69 "icons/scalable": {
60 "vcs": "hg", 70 "vcs": "hg",
61 "service": "soundsoftware", 71 "service": "soundsoftware",
62 "repository": "sv-iconset" 72 "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 } 73 }
74 } 74 }
75 } 75 }
76 76