comparison repoint-project.json @ 1984:015416e3a298 import-audio-data

Merge from default branch
author Chris Cannam
date Tue, 04 Sep 2018 14:10:47 +0100
parents 05c53d02bf7e 7b4e4d245524
children 64dbd75b9296
comparison
equal deleted inserted replaced
1912:a28cab68eac6 1984:015416e3a298
1 { 1 {
2 "config": { 2 "config": {
3 "extdir": "." 3 "extdir": "."
4 }, 4 },
5 "services": { 5 "services": {
6 "soundsoftware": { 6 "soundsoftware": {
7 "vcs": ["hg", "git"], 7 "vcs": ["hg", "git"],
8 "anonymous": "https://code.soundsoftware.ac.uk/{vcs}/{repository}", 8 "anonymous": "https://code.soundsoftware.ac.uk/{vcs}/{repository}",
9 "authenticated": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repository}" 9 "authenticated": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repository}"
10 } 10 }
11 }, 11 },
12 "libraries": { 12 "libraries": {
13 "vamp-plugin-sdk": { 13 "vamp-plugin-sdk": {
14 "vcs": "hg", 14 "vcs": "hg",
15 "service": "soundsoftware" 15 "service": "soundsoftware"
29 "service": "soundsoftware", 29 "service": "soundsoftware",
30 "branch": "import-audio-data" 30 "branch": "import-audio-data"
31 }, 31 },
32 "checker": { 32 "checker": {
33 "vcs": "hg", 33 "vcs": "hg",
34 "service": "soundsoftware", 34 "service": "soundsoftware",
35 "repository": "vamp-plugin-load-checker" 35 "repository": "vamp-plugin-load-checker"
36 }, 36 },
37 "piper": { 37 "piper": {
38 "vcs": "git", 38 "vcs": "git",
39 "service": "github", 39 "service": "github",
40 "owner": "piper-audio" 40 "owner": "piper-audio"
41 }, 41 },
42 "piper-cpp": { 42 "piper-cpp": {
43 "vcs": "git", 43 "vcs": "git",
44 "service": "github", 44 "service": "github",
45 "owner": "piper-audio", 45 "owner": "piper-audio",
46 "repository": "piper-vamp-cpp" 46 "repository": "piper-vamp-cpp"
47 }, 47 },
48 "dataquay": { 48 "dataquay": {
49 "vcs": "hg", 49 "vcs": "hg",
50 "service": "bitbucket", 50 "service": "bitbucket",
70 "service": "bitbucket", 70 "service": "bitbucket",
71 "owner": "breakfastquay" 71 "owner": "breakfastquay"
72 }, 72 },
73 "sv-dependency-builds": { 73 "sv-dependency-builds": {
74 "vcs": "hg", 74 "vcs": "hg",
75 "service": "soundsoftware" 75 "service": "soundsoftware"
76 }, 76 },
77 "icons/scalable": { 77 "icons/scalable": {
78 "vcs": "hg", 78 "vcs": "hg",
79 "service": "soundsoftware", 79 "service": "soundsoftware",
80 "repository": "sv-iconset" 80 "repository": "sv-iconset"
81 } 81 }
82 } 82 }
83 } 83 }
84 84