summaryrefslogtreecommitdiff
path: root/tools/x-win
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-02-26 00:55:55 +0100
committerRobin Gareus <robin@gareus.org>2015-02-26 19:51:30 +0100
commitb1795550f305b5c01e11959dea3e68b9478ba87a (patch)
treedd9fe1ed47bbb0ea95daaf34d1ae8857216adcbb /tools/x-win
parentf4203cce7ec0b8be13293e0a86f69693ec1cd977 (diff)
include x42 plugins in mixbus bundle
Diffstat (limited to 'tools/x-win')
-rwxr-xr-xtools/x-win/package.sh25
1 files changed, 25 insertions, 0 deletions
diff --git a/tools/x-win/package.sh b/tools/x-win/package.sh
index 14199b95aa..8c66174954 100755
--- a/tools/x-win/package.sh
+++ b/tools/x-win/package.sh
@@ -212,6 +212,31 @@ else
fi
################################################################################
+### Mixbus plugins, etc
+if test -n "$MIXBUS"; then
+
+ mkdir -p $ALIBDIR/LV2
+ METERS_VERSION=$(curl -s -S http://gareus.org/x42/win/x42-meters.latest.txt)
+ rsync -a -q --partial \
+ rsync://gareus.org/x42/win/x42-meters-lv2-${WARCH}-${METERS_VERSION}.zip \
+ "${SRCDIR}/x42-meters-lv2-${WARCH}-${METERS_VERSION}.zip"
+ unzip -d "$ALIBDIR/LV2/" "${SRCDIR}/x42-meters-lv2-${WARCH}-${METERS_VERSION}.zip"
+
+ SETBFREE_VERSION=$(curl -s -S http://gareus.org/x42/win/setBfree.latest.txt)
+ rsync -a -q --partial \
+ rsync://gareus.org/x42/win/setBfree-lv2-${WARCH}-${SETBFREE_VERSION}.zip \
+ "${SRCDIR}/setBfree-lv2-${WARCH}-${SETBFREE_VERSION}.zip"
+ unzip -d "$ALIBDIR/LV2/" "${SRCDIR}/setBfree-lv2-${WARCH}-${SETBFREE_VERSION}.zip"
+
+ MIDIFILTER_VERSION=$(curl -s -S http://gareus.org/x42/win/x42-midifilter.latest.txt)
+ rsync -a -q --partial \
+ rsync://gareus.org/x42/win/x42-midifilter-lv2-${WARCH}-${MIDIFILTER_VERSION}.zip \
+ "${SRCDIR}/x42-midifilter-lv2-${WARCH}-${MIDIFILTER_VERSION}.zip"
+ unzip -d "$ALIBDIR/LV2/" "${SRCDIR}/x42-midifilter-lv2-${WARCH}-${MIDIFILTER_VERSION}.zip"
+
+fi
+
+################################################################################
echo " === Preparing Windows Installer"
NSISFILE=$DESTDIR/a3.nsis