annotate repoint-project.json @ 1813:2ca1c39c144b plugin-path-config

Update branch
author Chris Cannam
date Fri, 11 May 2018 17:04:33 +0100
parents adc8a48f4e4c
children 9fbaf30a09ab
rev   line source
Chris@1674 1 {
Chris@1674 2 "config": {
Chris@1706 3 "extdir": "."
Chris@1674 4 },
Chris@1721 5 "services": {
Chris@1676 6 "soundsoftware": {
Chris@1678 7 "vcs": ["hg", "git"],
Chris@1724 8 "anonymous": "https://code.soundsoftware.ac.uk/{vcs}/{repository}",
Chris@1724 9 "authenticated": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repository}"
Chris@1676 10 }
Chris@1676 11 },
Chris@1724 12 "libraries": {
Chris@1674 13 "vamp-plugin-sdk": {
Chris@1710 14 "vcs": "hg",
Chris@1710 15 "service": "soundsoftware"
Chris@1674 16 },
Chris@1674 17 "svcore": {
Chris@1780 18 "vcs": "hg",
Chris@1805 19 "service": "soundsoftware"
Chris@1674 20 },
Chris@1674 21 "svgui": {
Chris@1780 22 "vcs": "hg",
Chris@1813 23 "service": "soundsoftware",
Chris@1813 24 "branch": "plugin-path-config"
Chris@1674 25 },
Chris@1674 26 "svapp": {
Chris@1674 27 "vcs": "hg",
Chris@1676 28 "service": "soundsoftware"
Chris@1674 29 },
Chris@1710 30 "checker": {
Chris@1710 31 "vcs": "hg",
Chris@1710 32 "service": "soundsoftware",
Chris@1710 33 "repository": "vamp-plugin-load-checker"
Chris@1710 34 },
Chris@1720 35 "piper": {
Chris@1720 36 "vcs": "git",
Chris@1720 37 "service": "github",
Chris@1720 38 "owner": "piper-audio"
Chris@1720 39 },
Chris@1710 40 "piper-cpp": {
Chris@1710 41 "vcs": "git",
Chris@1710 42 "service": "github",
Chris@1710 43 "owner": "piper-audio",
Chris@1715 44 "repository": "piper-vamp-cpp"
Chris@1710 45 },
Chris@1674 46 "dataquay": {
Chris@1674 47 "vcs": "hg",
Chris@1675 48 "service": "bitbucket",
Chris@1675 49 "owner": "breakfastquay"
Chris@1674 50 },
Chris@1674 51 "bqvec": {
Chris@1674 52 "vcs": "hg",
Chris@1675 53 "service": "bitbucket",
Chris@1675 54 "owner": "breakfastquay"
Chris@1674 55 },
Chris@1674 56 "bqfft": {
Chris@1674 57 "vcs": "hg",
Chris@1675 58 "service": "bitbucket",
Chris@1675 59 "owner": "breakfastquay"
Chris@1674 60 },
Chris@1674 61 "bqresample": {
Chris@1674 62 "vcs": "hg",
Chris@1675 63 "service": "bitbucket",
Chris@1675 64 "owner": "breakfastquay"
Chris@1674 65 },
Chris@1674 66 "bqaudioio": {
Chris@1674 67 "vcs": "hg",
Chris@1675 68 "service": "bitbucket",
Chris@1675 69 "owner": "breakfastquay"
Chris@1674 70 },
Chris@1674 71 "sv-dependency-builds": {
Chris@1674 72 "vcs": "hg",
Chris@1676 73 "service": "soundsoftware"
Chris@1674 74 },
Chris@1674 75 "icons/scalable": {
Chris@1674 76 "vcs": "hg",
Chris@1676 77 "service": "soundsoftware",
Chris@1694 78 "repository": "sv-iconset"
Chris@1674 79 }
Chris@1674 80 }
Chris@1674 81 }
Chris@1674 82