summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-08-07 21:04:11 +0200
committerRobin Gareus <robin@gareus.org>2018-08-07 21:04:37 +0200
commit4bc96f65cd9fee415292ecc59f06a31a3ac87fdb (patch)
tree4c101c2a979df7630c2b41f1629cbad8fbe65d91 /tools
parentecfe1c2c677fc974e59b2704cc9e899776a4ab37 (diff)
Bundle Rotary Speaker with binaries
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/build2
-rwxr-xr-xtools/osx_packaging/osx_build2
-rwxr-xr-xtools/x-win/package.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 60694d0c70..14dfbd952c 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -725,7 +725,7 @@ if test x$WITH_X42_LV2 != x ; then
echo "Adding x42 Plugins"
- for proj in x42-meters x42-midifilter x42-midimap x42-stereoroute x42-eq setBfree x42-avldrums; do
+ for proj in x42-meters x42-midifilter x42-midimap x42-stereoroute x42-eq setBfree x42-avldrums x42-whirl; do
X42_VERSION=$(curl -s -S http://x42-plugins.com/x42/linux/${proj}.latest.txt)
rsync -a -q --partial \
rsync://x42-plugins.com/x42/linux/${proj}-lv2-linux-${WARCH}-${X42_VERSION}.zip \
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index 86a0c9e246..1533a45cfd 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -718,7 +718,7 @@ if test x$WITH_X42_LV2 != x ; then
echo "bundling x42 plugins"
mkdir -p "${PRODUCT_PKG_DIR}/${APPROOT}/lib/LV2"
- for proj in x42-meters x42-midifilter x42-midimap x42-stereoroute x42-eq setBfree x42-avldrums; do
+ for proj in x42-meters x42-midifilter x42-midimap x42-stereoroute x42-eq setBfree x42-avldrums x42-whirl; do
X42_VERSION=$(curl -s -S http://x42-plugins.com/x42/osx/${proj}.latest.txt)
rsync -a -q --partial \
rsync://x42-plugins.com/x42/osx/${proj}-lv2-osx-${X42_VERSION}.zip \
diff --git a/tools/x-win/package.sh b/tools/x-win/package.sh
index b28a183ec9..0c8c3c0c7d 100755
--- a/tools/x-win/package.sh
+++ b/tools/x-win/package.sh
@@ -271,7 +271,7 @@ if test x$WITH_X42_LV2 != x ; then
echo "Adding x42 Plugins"
- for proj in x42-meters x42-midifilter x42-midimap x42-stereoroute x42-eq setBfree x42-avldrums; do
+ for proj in x42-meters x42-midifilter x42-midimap x42-stereoroute x42-eq setBfree x42-avldrums x42-whirl; do
X42_VERSION=$(curl -s -S http://x42-plugins.com/x42/win/${proj}.latest.txt)
rsync -a -q --partial \
rsync://x42-plugins.com/x42/win/${proj}-lv2-${WARCH}-${X42_VERSION}.zip \