# HG changeset patch # User Chris Cannam # Date 1495803754 -3600 # Node ID c737c43d64af63dd70b2d53a40a0bf95fa430174 # Parent 672d24cf5cb32e2c2047661fe449f69b75a4a2aa# Parent a4e40ecc5dfc5861f996c8a9ff8437d25648e414 Merge from default branch diff -r a4e40ecc5dfc -r c737c43d64af vextspec.json --- /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" + } + } +} +