changeset 1674:161758cbddd8 vext

Test spec
author Chris Cannam
date Mon, 24 Apr 2017 15:43:25 +0100
parents 0f389bfb0905
children bc99b972d9fe
files vextspec.json
diffstat 1 files changed, 92 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/vextspec.json	Mon Apr 24 15:43:25 2017 +0100
@@ -0,0 +1,92 @@
+{
+    "config": {
+        "extdir": "src"
+    },
+    "libs": {
+        "vamp-plugin-sdk": {
+            "vcs": "git",
+            "provider": {
+                "service": "github",
+                "owner": "c4dm"
+            }
+        },
+        "svcore": {
+            "vcs": "hg",
+            "provider": {
+                "url": "https://code.soundsoftware.ac.uk/hg/svcore"
+            }
+        },
+        "svgui": {
+            "vcs": "hg",
+            "provider": {
+                "url": "https://code.soundsoftware.ac.uk/hg/svgui"
+            }
+        },
+        "svapp": {
+            "vcs": "hg",
+            "provider": {
+                "url": "https://code.soundsoftware.ac.uk/hg/svapp"
+            }
+        },
+        "dataquay": {
+            "vcs": "hg",
+            "provider": {
+                "service": "bitbucket",
+                "owner": "breakfastquay"
+            }
+        },
+        "bqvec": {
+            "vcs": "hg",
+            "provider": {
+                "service": "bitbucket",
+                "owner": "breakfastquay"
+            }
+        },
+        "bqfft": {
+            "vcs": "hg",
+            "provider": {
+                "service": "bitbucket",
+                "owner": "breakfastquay"
+            }
+        },
+        "bqresample": {
+            "vcs": "hg",
+            "provider": {
+                "service": "bitbucket",
+                "owner": "breakfastquay"
+            }
+        },
+        "bqaudioio": {
+            "vcs": "hg",
+            "provider": {
+                "service": "bitbucket",
+                "owner": "breakfastquay"
+            }
+        },
+        "sv-dependency-builds": {
+            "vcs": "hg",
+            "provider": {
+                "url": "https://code.soundsoftware.ac.uk/hg/sv-dependency-builds"
+            }
+        },
+        "icons/scalable": {
+            "vcs": "hg",
+            "provider": {
+                "url": "https://code.soundsoftware.ac.uk/hg/sv-iconset"
+            }
+        },
+        "checker": {
+            "vcs": "hg",
+            "provider": {
+                "url": "https://code.soundsoftware.ac.uk/hg/vamp-plugin-load-checker"
+            }
+        },
+        "piper-cpp": {
+            "vcs": "git",
+            "provider": {
+                "url": "https://github.com/piper-audio/piper-cpp"
+            }
+        }
+    }
+}
+