summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-08-20 03:44:02 +0200
committerRobin Gareus <robin@gareus.org>2019-08-20 03:44:02 +0200
commit2dae4fc5e1d0d710650a1144d15835d907f22027 (patch)
treef28bd2f6bca092c4366768dcaba7eb8e58e56c5a /tools
parent05e0cc40350008711599e32297ae5c119726f897 (diff)
Bundle x42-tuner, drop rule-based midifilter
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 8a540faeb2..a1d381d397 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -740,7 +740,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 x42-whirl x42-limiter; do
+ for proj in x42-meters x42-midifilter x42-stereoroute x42-eq setBfree x42-avldrums x42-whirl x42-limiter x42-tuner; 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 a58bc5f3db..8d6efc6ed8 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -742,7 +742,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 x42-whirl x42-limiter; do
+ for proj in x42-meters x42-midifilter x42-stereoroute x42-eq setBfree x42-avldrums x42-whirl x42-limiter x42-tuner; 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 dac0b4335a..49317c6a7f 100755
--- a/tools/x-win/package.sh
+++ b/tools/x-win/package.sh
@@ -272,7 +272,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 x42-whirl x42-limiter; do
+ for proj in x42-meters x42-midifilter x42-stereoroute x42-eq setBfree x42-avldrums x42-whirl x42-limiter x42-tuner; 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 \