Mercurial > hg > sonic-visualiser
changeset 1675:bc99b972d9fe vext
Flatten spec file hierarchy
author | Chris Cannam |
---|---|
date | Mon, 24 Apr 2017 16:12:54 +0100 |
parents | 161758cbddd8 |
children | f836f41fbc37 |
files | vextspec.json |
diffstat | 1 files changed, 19 insertions(+), 45 deletions(-) [+] |
line wrap: on
line diff
--- a/vextspec.json Mon Apr 24 15:43:25 2017 +0100 +++ b/vextspec.json Mon Apr 24 16:12:54 2017 +0100 @@ -5,87 +5,61 @@ "libs": { "vamp-plugin-sdk": { "vcs": "git", - "provider": { - "service": "github", - "owner": "c4dm" - } + "service": "github", + "owner": "c4dm" }, "svcore": { "vcs": "hg", - "provider": { - "url": "https://code.soundsoftware.ac.uk/hg/svcore" - } + "url": "https://code.soundsoftware.ac.uk/hg/svcore" }, "svgui": { "vcs": "hg", - "provider": { - "url": "https://code.soundsoftware.ac.uk/hg/svgui" - } + "url": "https://code.soundsoftware.ac.uk/hg/svgui" }, "svapp": { "vcs": "hg", - "provider": { - "url": "https://code.soundsoftware.ac.uk/hg/svapp" - } + "url": "https://code.soundsoftware.ac.uk/hg/svapp" }, "dataquay": { "vcs": "hg", - "provider": { - "service": "bitbucket", - "owner": "breakfastquay" - } + "service": "bitbucket", + "owner": "breakfastquay" }, "bqvec": { "vcs": "hg", - "provider": { - "service": "bitbucket", - "owner": "breakfastquay" - } + "service": "bitbucket", + "owner": "breakfastquay" }, "bqfft": { "vcs": "hg", - "provider": { - "service": "bitbucket", - "owner": "breakfastquay" - } + "service": "bitbucket", + "owner": "breakfastquay" }, "bqresample": { "vcs": "hg", - "provider": { - "service": "bitbucket", - "owner": "breakfastquay" - } + "service": "bitbucket", + "owner": "breakfastquay" }, "bqaudioio": { "vcs": "hg", - "provider": { - "service": "bitbucket", - "owner": "breakfastquay" - } + "service": "bitbucket", + "owner": "breakfastquay" }, "sv-dependency-builds": { "vcs": "hg", - "provider": { - "url": "https://code.soundsoftware.ac.uk/hg/sv-dependency-builds" - } + "url": "https://code.soundsoftware.ac.uk/hg/sv-dependency-builds" }, "icons/scalable": { "vcs": "hg", - "provider": { - "url": "https://code.soundsoftware.ac.uk/hg/sv-iconset" - } + "url": "https://code.soundsoftware.ac.uk/hg/sv-iconset" }, "checker": { "vcs": "hg", - "provider": { - "url": "https://code.soundsoftware.ac.uk/hg/vamp-plugin-load-checker" - } + "url": "https://code.soundsoftware.ac.uk/hg/vamp-plugin-load-checker" }, "piper-cpp": { "vcs": "git", - "provider": { - "url": "https://github.com/piper-audio/piper-cpp" - } + "url": "https://github.com/piper-audio/piper-cpp" } } }