changeset 1710:d11103dfc7f6 vext

Switch vamp-plugin-sdk back to hg
author Chris Cannam
date Wed, 07 Jun 2017 11:42:31 +0100
parents 41a64dc57066
children 10952e402220
files vext-lock.json vext-project.json
diffstat 2 files changed, 20 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- a/vext-lock.json	Wed Jun 07 10:05:47 2017 +0100
+++ b/vext-lock.json	Wed Jun 07 11:42:31 2017 +0100
@@ -1,7 +1,7 @@
 {
   "libs": {
     "vamp-plugin-sdk": {
-      "pin": "9438f4e9bd299f7cdd2ca61129cf914176d986dd"
+      "pin": "5d9af3140f05"
     },
     "svcore": {
       "pin": "09751743647e"
@@ -12,6 +12,12 @@
     "svapp": {
       "pin": "72b4870f0e6b"
     },
+    "checker": {
+      "pin": "cf18645ff411"
+    },
+    "piper-cpp": {
+      "pin": "adb1f9a4b8b849e418c12038abc294f92bcd18a7"
+    },
     "dataquay": {
       "pin": "3768bdde6fdf"
     },
@@ -32,12 +38,6 @@
     },
     "icons/scalable": {
       "pin": "3d2cde3b1ab3"
-    },
-    "checker": {
-      "pin": "cf18645ff411"
-    },
-    "piper-cpp": {
-      "pin": "adb1f9a4b8b849e418c12038abc294f92bcd18a7"
     }
   }
 }
--- a/vext-project.json	Wed Jun 07 10:05:47 2017 +0100
+++ b/vext-project.json	Wed Jun 07 11:42:31 2017 +0100
@@ -11,9 +11,8 @@
     },
     "libs": {
         "vamp-plugin-sdk": {
-            "vcs": "git",
-            "service": "github",
-            "owner": "c4dm"
+            "vcs": "hg",
+            "service": "soundsoftware"
         },
         "svcore": {
             "vcs": "hg",
@@ -27,6 +26,17 @@
             "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"
+        },
         "dataquay": {
             "vcs": "hg",
             "service": "bitbucket",
@@ -60,16 +70,6 @@
             "vcs": "hg",
 	    "service": "soundsoftware",
 	    "repository": "sv-iconset"
-        },
-        "checker": {
-            "vcs": "hg",
-	    "service": "soundsoftware",
-	    "repository": "vamp-plugin-load-checker"
-        },
-        "piper-cpp": {
-            "vcs": "git",
-	    "service": "github",
-	    "owner": "piper-audio"
         }
     }
 }