Skip to content

Commit

Permalink
Update vitalium, now builds under win32
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Mar 16, 2021
1 parent faccaf5 commit 40d1911
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,8 @@ if [ ${BUILD_VERSION} -ge 4 ]; then
PLUGINS_DISTRHO+=" distrho-ports-swankyamp"
PLUGINS_DISTRHO+=" distrho-ports-temper"
PLUGINS_DISTRHO+=" distrho-ports-vex"
PLUGINS_DISTRHO+=" distrho-ports-vitalium"
PLUGINS_DISTRHO+=" distrho-ports-wolpertinger"
# FIXME
if [ "${TARGET}" != "win32" ]; then
PLUGINS_DISTRHO+=" distrho-ports-vitalium"
fi
fi

# ---------------------------------------------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion plugins/distrho-ports-swankyamp.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"lv2bundles": [
"SwankyAmp.lv2"
],
"version": "fe5bf2e87dd440ba98d3e8ac647b8518e2851f74",
"version": "00bd0b1510ef3ad87d06770dc509f85af82a7134",
"description": "Tube amplifier simulation plugin",
"dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git",
"dlmethod": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugins/distrho-ports-vitalium.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Vitalium-unfa.lv2"
],
"combinedbundles": true,
"version": "fe5bf2e87dd440ba98d3e8ac647b8518e2851f74",
"version": "00bd0b1510ef3ad87d06770dc509f85af82a7134",
"description": "Spectral warping wavetable synth",
"dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git",
"dlmethod": "git",
Expand Down

0 comments on commit 40d1911

Please sign in to comment.