annotate repoint-project.json @ 2411:eda20ee545df pa_catalina

Test build with AUDIO_COMPONENT_FIX patch in PortAudio to avoid deprecated API
author Chris Cannam
date Wed, 30 Oct 2019 12:51:22 +0000
parents 186a452dddd3
children 5c3289a41cb8
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@2306 19 "service": "soundsoftware"
Chris@1674 20 },
Chris@1674 21 "svgui": {
Chris@1780 22 "vcs": "hg",
Chris@2306 23 "service": "soundsoftware"
Chris@1674 24 },
Chris@1674 25 "svapp": {
Chris@1674 26 "vcs": "hg",
Chris@2306 27 "service": "soundsoftware"
Chris@1674 28 },
Chris@1710 29 "checker": {
Chris@1710 30 "vcs": "hg",
Chris@1966 31 "service": "soundsoftware",
Chris@1979 32 "repository": "vamp-plugin-load-checker"
Chris@1710 33 },
Chris@1720 34 "piper": {
Chris@1720 35 "vcs": "git",
Chris@1966 36 "service": "github",
Chris@1966 37 "owner": "piper-audio"
Chris@1720 38 },
Chris@2045 39 "piper-vamp-cpp": {
Chris@1710 40 "vcs": "git",
Chris@1966 41 "service": "github",
Chris@2045 42 "owner": "piper-audio"
Chris@1710 43 },
Chris@1674 44 "dataquay": {
Chris@1674 45 "vcs": "hg",
Chris@2311 46 "service": "sourcehut",
Chris@1675 47 "owner": "breakfastquay"
Chris@1674 48 },
Chris@1674 49 "bqvec": {
Chris@1674 50 "vcs": "hg",
Chris@2311 51 "service": "sourcehut",
Chris@1675 52 "owner": "breakfastquay"
Chris@1674 53 },
Chris@1674 54 "bqfft": {
Chris@1674 55 "vcs": "hg",
Chris@2311 56 "service": "sourcehut",
Chris@1675 57 "owner": "breakfastquay"
Chris@1674 58 },
Chris@1674 59 "bqresample": {
Chris@1674 60 "vcs": "hg",
Chris@2311 61 "service": "sourcehut",
Chris@1675 62 "owner": "breakfastquay"
Chris@1674 63 },
Chris@1674 64 "bqaudioio": {
Chris@1674 65 "vcs": "hg",
Chris@2311 66 "service": "sourcehut",
Chris@1675 67 "owner": "breakfastquay"
Chris@1674 68 },
Chris@2147 69 "bqaudiostream": {
Chris@2147 70 "vcs": "hg",
Chris@2311 71 "service": "sourcehut",
Chris@2147 72 "owner": "breakfastquay"
Chris@2147 73 },
Chris@2147 74 "bqthingfactory": {
Chris@2147 75 "vcs": "hg",
Chris@2311 76 "service": "sourcehut",
Chris@2147 77 "owner": "breakfastquay"
Chris@2147 78 },
Chris@1674 79 "sv-dependency-builds": {
Chris@1674 80 "vcs": "hg",
Chris@2411 81 "service": "soundsoftware",
Chris@2411 82 "branch": "pa_catalina"
Chris@1674 83 },
Chris@1674 84 "icons/scalable": {
Chris@1674 85 "vcs": "hg",
Chris@1966 86 "service": "soundsoftware",
Chris@1966 87 "repository": "sv-iconset"
Chris@1674 88 }
Chris@1674 89 }
Chris@1674 90 }
Chris@1674 91