Browse Source

Update mod-sdk and die-plugins

tags/v1.0
falkTX 4 years ago
parent
commit
3113a768f7
3 changed files with 5 additions and 2 deletions
  1. +3
    -0
      .travis/script.sh
  2. +1
    -1
      plugins/die-plugins.json
  3. +1
    -1
      setup/versions.sh

+ 3
- 0
.travis/script.sh View File

@@ -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"


+ 1
- 1
plugins/die-plugins.json View File

@@ -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",


+ 1
- 1
setup/versions.sh View File

@@ -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


Loading…
Cancel
Save