view vext-project.json @ 1713:994560e84965 output-type-uri

Use output-type-uri piper branch
author Chris Cannam
date Thu, 08 Jun 2017 17:04:19 +0100
parents d11103dfc7f6
children 05b6e20e25d9
line wrap: on
line source
{
    "config": {
        "extdir": "."
    },
    "providers": {
	"soundsoftware": {
	    "vcs": ["hg", "git"],
	    "anon": "https://code.soundsoftware.ac.uk/{vcs}/{repo}",
	    "auth": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repo}"
	}
    },
    "libs": {
        "vamp-plugin-sdk": {
            "vcs": "hg",
            "service": "soundsoftware"
        },
        "svcore": {
            "vcs": "hg",
	    "service": "soundsoftware"
        },
        "svgui": {
            "vcs": "hg",
	    "service": "soundsoftware"
        },
        "svapp": {
            "vcs": "hg",
	    "service": "soundsoftware"
        },
        "checker": {
            "vcs": "hg",
	    "service": "soundsoftware",
	    "repository": "vamp-plugin-load-checker"
        },
        "piper-cpp": {
            "vcs": "git",
	    "service": "github",
	    "owner": "piper-audio",
            "repository": "piper-vamp-cpp",
            "branch": "output-type-uri"
        },
        "dataquay": {
            "vcs": "hg",
            "service": "bitbucket",
            "owner": "breakfastquay"
        },
        "bqvec": {
            "vcs": "hg",
            "service": "bitbucket",
            "owner": "breakfastquay"
        },
        "bqfft": {
            "vcs": "hg",
            "service": "bitbucket",
            "owner": "breakfastquay"
        },
        "bqresample": {
            "vcs": "hg",
            "service": "bitbucket",
            "owner": "breakfastquay"
        },
        "bqaudioio": {
            "vcs": "hg",
            "service": "bitbucket",
            "owner": "breakfastquay"
        },
        "sv-dependency-builds": {
            "vcs": "hg",
	    "service": "soundsoftware"
        },
        "icons/scalable": {
            "vcs": "hg",
	    "service": "soundsoftware",
	    "repository": "sv-iconset"
        }
    }
}