changeset 2311:186a452dddd3

Bitbucket -> Sourcehut, and subrepo update
author Chris Cannam
date Fri, 30 Aug 2019 11:56:03 +0100
parents a2a321f02e6e
children a7934d5661f8
files main/MainWindow.cpp repoint-lock.json repoint-project.json repoint.sml
diffstat 4 files changed, 26 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/main/MainWindow.cpp	Wed Aug 14 14:56:05 2019 +0100
+++ b/main/MainWindow.cpp	Fri Aug 30 11:56:03 2019 +0100
@@ -5153,6 +5153,9 @@
     aboutText += tr("<br>With Ogg file decoder &copy; CSIRO Australia");
 #endif // OGGZ_VERSION
 #endif // HAVE_OGGZ
+#ifdef HAVE_OPUS
+    aboutText += tr("<br>With Opus decoder &copy; Xiph.Org Foundation");
+#endif // HAVE_OPUS
 #ifdef HAVE_MAD
 #ifdef MAD_VERSION
     aboutText += tr("<br>With MAD mp3 decoder v%1 &copy; Underbit Technologies Inc").arg(MAD_VERSION);
--- a/repoint-lock.json	Wed Aug 14 14:56:05 2019 +0100
+++ b/repoint-lock.json	Fri Aug 30 11:56:03 2019 +0100
@@ -1,16 +1,16 @@
 {
   "libraries": {
     "vamp-plugin-sdk": {
-      "pin": "62987b6d6a3b"
+      "pin": "0b6802e3b755"
     },
     "svcore": {
-      "pin": "fadd9f8aaa27"
+      "pin": "f19711ab7074"
     },
     "svgui": {
-      "pin": "d09345e578a7"
+      "pin": "175770a13495"
     },
     "svapp": {
-      "pin": "e4d92aaa689c"
+      "pin": "162c3f4b870c"
     },
     "checker": {
       "pin": "c8c17e51aab0"
@@ -25,13 +25,13 @@
       "pin": "b82360a98f49"
     },
     "bqvec": {
-      "pin": "c2d355c29372"
+      "pin": "cd235ecbeb31"
     },
     "bqfft": {
-      "pin": "ff1d1bd48876"
+      "pin": "e1c392f85e97"
     },
     "bqresample": {
-      "pin": "f5dee7d40378"
+      "pin": "c2fb51b31fe4"
     },
     "bqaudioio": {
       "pin": "8c4162878ae6"
--- a/repoint-project.json	Wed Aug 14 14:56:05 2019 +0100
+++ b/repoint-project.json	Fri Aug 30 11:56:03 2019 +0100
@@ -43,37 +43,37 @@
         },
         "dataquay": {
             "vcs": "hg",
-            "service": "bitbucket",
+            "service": "sourcehut",
             "owner": "breakfastquay"
         },
         "bqvec": {
             "vcs": "hg",
-            "service": "bitbucket",
+            "service": "sourcehut",
             "owner": "breakfastquay"
         },
         "bqfft": {
             "vcs": "hg",
-            "service": "bitbucket",
+            "service": "sourcehut",
             "owner": "breakfastquay"
         },
         "bqresample": {
             "vcs": "hg",
-            "service": "bitbucket",
+            "service": "sourcehut",
             "owner": "breakfastquay"
         },
         "bqaudioio": {
             "vcs": "hg",
-            "service": "bitbucket",
+            "service": "sourcehut",
             "owner": "breakfastquay"
         },
         "bqaudiostream": {
             "vcs": "hg",
-            "service": "bitbucket",
+            "service": "sourcehut",
             "owner": "breakfastquay"
         },
         "bqthingfactory": {
             "vcs": "hg",
-            "service": "bitbucket",
+            "service": "sourcehut",
             "owner": "breakfastquay"
         },
         "sv-dependency-builds": {
--- a/repoint.sml	Wed Aug 14 14:56:05 2019 +0100
+++ b/repoint.sml	Fri Aug 30 11:56:03 2019 +0100
@@ -38,7 +38,7 @@
     authorization.
 *)
 
-val repoint_version = "1.1.1"
+val repoint_version = "1.2"
 
 
 datatype vcs =
@@ -329,7 +329,7 @@
                 then arg
                 else "\"" ^ arg ^ "\""
             fun check arg =
-                let val valid = explode " /#:;?,._-{}@=+"
+                let val valid = explode " /#:;?,._-{}@=+%"
                 in
                     app (fn c =>
                             if isAlphaNum c orelse
@@ -1047,6 +1047,13 @@
                 anon = SOME "https://github.com/{owner}/{repository}",
                 auth = SOME "ssh://{vcs}@github.com/{owner}/{repository}"
             }
+          },
+          { service = "sourcehut",
+            supports = [HG, GIT],
+            remote_spec = {
+                anon = SOME "https://{vcs}.sr.ht/%7E{owner}/{repository}",
+                auth = SOME "ssh://{vcs}@{vcs}.sr.ht/%7E{owner}/{repository}"
+            }
           }
         ]