summaryrefslogtreecommitdiff
path: root/tools/osx_packaging
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-03-06 17:30:18 +0100
committerRobin Gareus <robin@gareus.org>2016-03-06 17:30:32 +0100
commitcdd254033ef8243676faa95fead8f4b11d6a2a70 (patch)
treed60b4de17ff97de12bbd9008e03dffa922ae2a03 /tools/osx_packaging
parent73333350cc0b237890bba626fa08e4ad924acfab (diff)
prepare including fil4 w/Mixbus
Diffstat (limited to 'tools/osx_packaging')
-rwxr-xr-xtools/osx_packaging/osx_build7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index e56edc3ac7..02f77dc221 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -655,6 +655,13 @@ if test x$WITH_X42_LV2 != x ; then
bsdtar -C "${PRODUCT_PKG_DIR}/${APPROOT}/lib/LV2/" -xf \
"$CACHEDIR/x42-meters-lv2-osx-${METERS_VERSION}.zip"
+ EQ_VERSION=$(curl -s -S http://x42-plugins.com/x42/osx/x42-eq.latest.txt)
+ rsync -a -q --partial \
+ rsync://x42-plugins.com/x42/osx/x42-eq-lv2-osx-${EQ_VERSION}.zip \
+ "$CACHEDIR/x42-eq-lv2-osx-${EQ_VERSION}.zip"
+ bsdtar -C "${PRODUCT_PKG_DIR}/${APPROOT}/lib/LV2/" -xf \
+ "$CACHEDIR/x42-eq-lv2-osx-${EQ_VERSION}.zip"
+
SETBFREE_VERSION=$(curl -s -S http://x42-plugins.com/x42/osx/setBfree.latest.txt)
rsync -a -q --partial \
rsync://x42-plugins.com/x42/osx/setBfree-lv2-osx-${SETBFREE_VERSION}.zip \