annotate repoint-project.json @ 577:8dcbad6e0b81 by-id

Update Qt version
author Chris Cannam
date Fri, 19 Jul 2019 09:03:51 +0100
parents 3f0b44418a19
children 3c884bad3d44
rev   line source
Chris@523 1 {
Chris@523 2 "config": {
Chris@523 3 "extdir": "."
Chris@523 4 },
Chris@523 5 "services": {
Chris@523 6 "soundsoftware": {
Chris@523 7 "vcs": ["hg", "git"],
Chris@523 8 "anonymous": "https://code.soundsoftware.ac.uk/{vcs}/{repository}",
Chris@523 9 "authenticated": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repository}"
Chris@523 10 }
Chris@523 11 },
Chris@523 12 "libraries": {
Chris@523 13 "vamp-plugin-sdk": {
Chris@523 14 "vcs": "hg",
Chris@523 15 "service": "soundsoftware"
Chris@523 16 },
Chris@523 17 "svcore": {
Chris@523 18 "vcs": "hg",
Chris@572 19 "service": "soundsoftware",
Chris@572 20 "branch": "by-id"
Chris@523 21 },
Chris@523 22 "svgui": {
Chris@523 23 "vcs": "hg",
Chris@572 24 "service": "soundsoftware",
Chris@572 25 "branch": "by-id"
Chris@523 26 },
Chris@523 27 "svapp": {
Chris@523 28 "vcs": "hg",
Chris@572 29 "service": "soundsoftware",
Chris@572 30 "branch": "by-id"
Chris@523 31 },
Chris@536 32 "checker": {
Chris@536 33 "vcs": "hg",
Chris@536 34 "service": "soundsoftware",
Chris@536 35 "repository": "vamp-plugin-load-checker"
Chris@536 36 },
Chris@540 37 "piper-vamp-cpp": {
Chris@523 38 "vcs": "git",
Chris@523 39 "service": "github",
Chris@540 40 "owner": "piper-audio"
Chris@523 41 },
Chris@523 42 "dataquay": {
Chris@523 43 "vcs": "hg",
Chris@523 44 "service": "bitbucket",
Chris@523 45 "owner": "breakfastquay"
Chris@523 46 },
Chris@523 47 "bqvec": {
Chris@523 48 "vcs": "hg",
Chris@523 49 "service": "bitbucket",
Chris@523 50 "owner": "breakfastquay"
Chris@523 51 },
Chris@523 52 "bqfft": {
Chris@523 53 "vcs": "hg",
Chris@523 54 "service": "bitbucket",
Chris@523 55 "owner": "breakfastquay"
Chris@523 56 },
Chris@523 57 "bqresample": {
Chris@523 58 "vcs": "hg",
Chris@523 59 "service": "bitbucket",
Chris@523 60 "owner": "breakfastquay"
Chris@523 61 },
Chris@523 62 "bqaudioio": {
Chris@523 63 "vcs": "hg",
Chris@523 64 "service": "bitbucket",
Chris@523 65 "owner": "breakfastquay"
Chris@523 66 },
Chris@540 67 "bqaudiostream": {
Chris@540 68 "vcs": "hg",
Chris@540 69 "service": "bitbucket",
Chris@540 70 "owner": "breakfastquay"
Chris@540 71 },
Chris@540 72 "bqthingfactory": {
Chris@540 73 "vcs": "hg",
Chris@540 74 "service": "bitbucket",
Chris@540 75 "owner": "breakfastquay"
Chris@540 76 },
Chris@523 77 "sv-dependency-builds": {
Chris@523 78 "vcs": "hg",
Chris@523 79 "service": "soundsoftware"
Chris@523 80 },
Chris@523 81 "icons/scalable": {
Chris@523 82 "vcs": "hg",
Chris@523 83 "service": "soundsoftware",
Chris@523 84 "repository": "sv-iconset"
Chris@523 85 },
Chris@523 86 "pyin": {
Chris@523 87 "vcs": "hg",
Chris@523 88 "service": "soundsoftware"
Chris@523 89 },
Chris@523 90 "chp": {
Chris@523 91 "vcs": "hg",
Chris@523 92 "service": "soundsoftware"
Chris@523 93 }
Chris@523 94 }
Chris@523 95 }
Chris@523 96