annotate repoint-project.json @ 1845:69b7ee11e9ab plugin-path-config

Merge from default branch
author Chris Cannam
date Thu, 07 Jun 2018 11:36:53 +0100
parents 929d369881d2
children 5ef2df5bb886
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@1837 19 "service": "soundsoftware",
Chris@1837 20 "branch": "plugin-path-config"
Chris@1674 21 },
Chris@1674 22 "svgui": {
Chris@1780 23 "vcs": "hg",
Chris@1813 24 "service": "soundsoftware",
Chris@1813 25 "branch": "plugin-path-config"
Chris@1674 26 },
Chris@1674 27 "svapp": {
Chris@1674 28 "vcs": "hg",
Chris@1676 29 "service": "soundsoftware"
Chris@1674 30 },
Chris@1710 31 "checker": {
Chris@1710 32 "vcs": "hg",
Chris@1710 33 "service": "soundsoftware",
Chris@1842 34 "repository": "vamp-plugin-load-checker",
Chris@1842 35 "branch": "plugin-path-config"
Chris@1710 36 },
Chris@1720 37 "piper": {
Chris@1720 38 "vcs": "git",
Chris@1720 39 "service": "github",
Chris@1720 40 "owner": "piper-audio"
Chris@1720 41 },
Chris@1710 42 "piper-cpp": {
Chris@1710 43 "vcs": "git",
Chris@1710 44 "service": "github",
Chris@1710 45 "owner": "piper-audio",
Chris@1715 46 "repository": "piper-vamp-cpp"
Chris@1710 47 },
Chris@1674 48 "dataquay": {
Chris@1674 49 "vcs": "hg",
Chris@1675 50 "service": "bitbucket",
Chris@1675 51 "owner": "breakfastquay"
Chris@1674 52 },
Chris@1674 53 "bqvec": {
Chris@1674 54 "vcs": "hg",
Chris@1675 55 "service": "bitbucket",
Chris@1675 56 "owner": "breakfastquay"
Chris@1674 57 },
Chris@1674 58 "bqfft": {
Chris@1674 59 "vcs": "hg",
Chris@1675 60 "service": "bitbucket",
Chris@1675 61 "owner": "breakfastquay"
Chris@1674 62 },
Chris@1674 63 "bqresample": {
Chris@1674 64 "vcs": "hg",
Chris@1675 65 "service": "bitbucket",
Chris@1675 66 "owner": "breakfastquay"
Chris@1674 67 },
Chris@1674 68 "bqaudioio": {
Chris@1674 69 "vcs": "hg",
Chris@1675 70 "service": "bitbucket",
Chris@1675 71 "owner": "breakfastquay"
Chris@1674 72 },
Chris@1674 73 "sv-dependency-builds": {
Chris@1674 74 "vcs": "hg",
Chris@1676 75 "service": "soundsoftware"
Chris@1674 76 },
Chris@1674 77 "icons/scalable": {
Chris@1674 78 "vcs": "hg",
Chris@1676 79 "service": "soundsoftware",
Chris@1694 80 "repository": "sv-iconset"
Chris@1674 81 }
Chris@1674 82 }
Chris@1674 83 }
Chris@1674 84