Mercurial > hg > sonic-visualiser
changeset 1705:c737c43d64af vext
Merge from default branch
author | Chris Cannam |
---|---|
date | Fri, 26 May 2017 14:02:34 +0100 |
parents | 672d24cf5cb3 (diff) a4e40ecc5dfc (current diff) |
children | d60b30ea9b80 |
files | |
diffstat | 1 files changed, 76 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vextspec.json Fri May 26 14:02:34 2017 +0100 @@ -0,0 +1,76 @@ +{ + "config": { + "extdir": "src" + }, + "providers": { + "soundsoftware": { + "vcs": ["hg", "git"], + "anon": "https://code.soundsoftware.ac.uk/{vcs}/{repo}", + "auth": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repo}" + } + }, + "libs": { + "vamp-plugin-sdk": { + "vcs": "git", + "service": "github", + "owner": "c4dm" + }, + "svcore": { + "vcs": "hg", + "service": "soundsoftware" + }, + "svgui": { + "vcs": "hg", + "service": "soundsoftware" + }, + "svapp": { + "vcs": "hg", + "service": "soundsoftware" + }, + "dataquay": { + "vcs": "hg", + "service": "bitbucket", + "owner": "breakfastquay" + }, + "bqvec": { + "vcs": "hg", + "service": "bitbucket", + "owner": "breakfastquay" + }, + "bqfft": { + "vcs": "hg", + "service": "bitbucket", + "owner": "breakfastquay" + }, + "bqresample": { + "vcs": "hg", + "service": "bitbucket", + "owner": "breakfastquay" + }, + "bqaudioio": { + "vcs": "hg", + "service": "bitbucket", + "owner": "breakfastquay" + }, + "sv-dependency-builds": { + "vcs": "hg", + "service": "soundsoftware" + }, + "icons/scalable": { + "vcs": "hg", + "service": "soundsoftware", + "repository": "sv-iconset" + }, + "checker": { + "vcs": "hg", + "service": "soundsoftware", + "repository": "vamp-plugin-load-checker" + }, + "piper-cpp": { + "vcs": "git", + "service": "github", + "owner": "piper-audio" + } + } +} +