annotate repoint-project.json @ 2198:1105789f9adc bqaudiostream

Opus for Win32
author Chris Cannam
date Fri, 25 Jan 2019 13:49:59 +0000
parents 813bc4295860
children d25951da2422
rev   line source
Chris@1674 1 {
Chris@1674 2 "config": {
Chris@1706 3 "extdir": "."
Chris@1674 4 },
Chris@1721 5 "services": {
Chris@1966 6 "soundsoftware": {
Chris@1966 7 "vcs": ["hg", "git"],
Chris@1966 8 "anonymous": "https://code.soundsoftware.ac.uk/{vcs}/{repository}",
Chris@1966 9 "authenticated": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repository}"
Chris@1966 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@2156 19 "service": "soundsoftware",
Chris@2156 20 "branch": "bqaudiostream"
Chris@1674 21 },
Chris@1674 22 "svgui": {
Chris@1780 23 "vcs": "hg",
Chris@2181 24 "service": "soundsoftware"
Chris@1674 25 },
Chris@1674 26 "svapp": {
Chris@1674 27 "vcs": "hg",
Chris@2181 28 "service": "soundsoftware"
Chris@1674 29 },
Chris@1710 30 "checker": {
Chris@1710 31 "vcs": "hg",
Chris@1966 32 "service": "soundsoftware",
Chris@1979 33 "repository": "vamp-plugin-load-checker"
Chris@1710 34 },
Chris@1720 35 "piper": {
Chris@1720 36 "vcs": "git",
Chris@1966 37 "service": "github",
Chris@1966 38 "owner": "piper-audio"
Chris@1720 39 },
Chris@2045 40 "piper-vamp-cpp": {
Chris@1710 41 "vcs": "git",
Chris@1966 42 "service": "github",
Chris@2045 43 "owner": "piper-audio"
Chris@1710 44 },
Chris@1674 45 "dataquay": {
Chris@1674 46 "vcs": "hg",
Chris@1675 47 "service": "bitbucket",
Chris@1675 48 "owner": "breakfastquay"
Chris@1674 49 },
Chris@1674 50 "bqvec": {
Chris@1674 51 "vcs": "hg",
Chris@1675 52 "service": "bitbucket",
Chris@1675 53 "owner": "breakfastquay"
Chris@1674 54 },
Chris@1674 55 "bqfft": {
Chris@1674 56 "vcs": "hg",
Chris@1675 57 "service": "bitbucket",
Chris@1675 58 "owner": "breakfastquay"
Chris@1674 59 },
Chris@1674 60 "bqresample": {
Chris@1674 61 "vcs": "hg",
Chris@1675 62 "service": "bitbucket",
Chris@1675 63 "owner": "breakfastquay"
Chris@1674 64 },
Chris@1674 65 "bqaudioio": {
Chris@1674 66 "vcs": "hg",
Chris@1675 67 "service": "bitbucket",
Chris@1675 68 "owner": "breakfastquay"
Chris@1674 69 },
Chris@2147 70 "bqaudiostream": {
Chris@2147 71 "vcs": "hg",
Chris@2147 72 "service": "bitbucket",
Chris@2147 73 "owner": "breakfastquay"
Chris@2147 74 },
Chris@2147 75 "bqthingfactory": {
Chris@2147 76 "vcs": "hg",
Chris@2147 77 "service": "bitbucket",
Chris@2147 78 "owner": "breakfastquay"
Chris@2147 79 },
Chris@2128 80 "rubberband": {
Chris@2128 81 "vcs": "hg",
Chris@2128 82 "service": "bitbucket",
Chris@2128 83 "owner": "breakfastquay"
Chris@2128 84 },
Chris@1674 85 "sv-dependency-builds": {
Chris@1674 86 "vcs": "hg",
Chris@1966 87 "service": "soundsoftware"
Chris@1674 88 },
Chris@1674 89 "icons/scalable": {
Chris@1674 90 "vcs": "hg",
Chris@1966 91 "service": "soundsoftware",
Chris@1966 92 "repository": "sv-iconset"
Chris@1674 93 }
Chris@1674 94 }
Chris@1674 95 }
Chris@1674 96