From 3113a768f77fbbf061470957a84f5cd7def9f77c Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 11 Jan 2021 22:11:55 +0000 Subject: [PATCH] Update mod-sdk and die-plugins --- .travis/script.sh | 3 +++ plugins/die-plugins.json | 2 +- setup/versions.sh | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis/script.sh b/.travis/script.sh index 2d938fa..94f4480 100755 --- a/.travis/script.sh +++ b/.travis/script.sh @@ -17,6 +17,9 @@ fi # PLUGINS_CROSS="blop dpf-plugins ninjas2" # PLUGINS_DISTRHO="distrho-ports-arctican distrho-ports-drowaudio distrho-ports-tal-plugins" +# TODO +# ninjas2: need to put http://kxstudio.sf.net/ns/lv2ext/props#NonAutomable spec somewhere + # only build full set of distrho-ports if we have previously cached builds, otherwise we time-out in travis if [ ${LAST_BOOTSTRAP_VERSION} -eq ${BOOTSTRAP_VERSION} ]; then PLUGINS_DISTRHO+=" distrho-ports-dexed" diff --git a/plugins/die-plugins.json b/plugins/die-plugins.json index 632697f..4629e26 100644 --- a/plugins/die-plugins.json +++ b/plugins/die-plugins.json @@ -8,7 +8,7 @@ "distrho-a-fluidsynth.lv2", "distrho-a-reverb.lv2" ], - "version": "4b12869a1c2bab6500f7d1f2ece2e19b6350ed37", + "version": "6c693aab4bbd8bb7b15b2423202248f66f1990fe", "description": "DISTRHO Imported Effect", "dlbaseurl": "https://github.com/DISTRHO/DIE-Plugins.git", "dlmethod": "git", diff --git a/setup/versions.sh b/setup/versions.sh index 01e4d09..fac39e3 100644 --- a/setup/versions.sh +++ b/setup/versions.sh @@ -27,7 +27,7 @@ KXSTUDIO_LV2_EXTENSIONS_VERSION=fae65fbc173cd2c4367e85917a6ef97280532d88 LILV_VERSION=0.24.12 LV2_VERSION=1.18.0 LV2LINT_VERSION=0.8.0 -MOD_SDK_VERSION=ea586664b406340305f2ad840ca5bac6916564b6 +MOD_SDK_VERSION=2fe7c7728faa551b2838baa49c0d1953c64f2151 MXML_VERSION=3.1 PCRE_VERSION=8.44 SERD_VERSION=0.30.8