view repoint-project.json @ 2550:a004f981f6f5 startup-timing

Some work to try to get the main window up & functioning quicker - without waiting for the transforms to be populated first. Needs a lot more testing, not to be merged until after 4.1.
author Chris Cannam
date Wed, 03 Jun 2020 14:12:14 +0100
parents f67b7a489f75
children e55433e351cd
line wrap: on
line source
{
    "config": {
        "extdir": "."
    },
    "services": {
        "soundsoftware": {
            "vcs": ["hg", "git"],
            "anonymous": "https://code.soundsoftware.ac.uk/{vcs}/{repository}",
            "authenticated": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repository}"
        }
    },
    "libraries": {
        "vamp-plugin-sdk": {
            "vcs": "hg",
            "service": "soundsoftware"
        },
        "svcore": {
            "vcs": "hg",
            "service": "soundsoftware",
            "branch": "startup-timing"
        },
        "svgui": {
            "vcs": "hg",
            "service": "soundsoftware"
        },
        "svapp": {
            "vcs": "hg",
	    "service": "soundsoftware"
        },
        "checker": {
            "vcs": "hg",
            "service": "soundsoftware",
            "repository": "vamp-plugin-load-checker"
        },
        "piper": {
            "vcs": "git",
            "service": "github",
            "owner": "piper-audio"
        },
        "piper-vamp-cpp": {
            "vcs": "git",
            "service": "github",
            "owner": "piper-audio"
        },
        "dataquay": {
            "vcs": "hg",
            "service": "sourcehut",
            "owner": "breakfastquay"
        },
        "bqvec": {
            "vcs": "hg",
            "service": "sourcehut",
            "owner": "breakfastquay"
        },
        "bqfft": {
            "vcs": "hg",
            "service": "sourcehut",
            "owner": "breakfastquay"
        },
        "bqresample": {
            "vcs": "hg",
            "service": "sourcehut",
            "owner": "breakfastquay"
        },
        "bqaudioio": {
            "vcs": "hg",
            "service": "sourcehut",
            "owner": "breakfastquay"
        },
        "bqaudiostream": {
            "vcs": "hg",
            "service": "sourcehut",
            "owner": "breakfastquay"
        },
        "bqthingfactory": {
            "vcs": "hg",
            "service": "sourcehut",
            "owner": "breakfastquay"
        },
        "sv-dependency-builds": {
            "vcs": "hg",
            "service": "soundsoftware"
        },
        "icons/scalable": {
            "vcs": "hg",
            "service": "soundsoftware",
            "repository": "sv-iconset"
        }
    }
}