Bundle Rotary Speaker with binaries
authorRobin Gareus <robin@gareus.org>
Tue, 7 Aug 2018 19:04:11 +0000 (21:04 +0200)
committerRobin Gareus <robin@gareus.org>
Tue, 7 Aug 2018 19:04:37 +0000 (21:04 +0200)
tools/linux_packaging/build
tools/osx_packaging/osx_build
tools/x-win/package.sh

index 60694d0c7001b88661ab0735003da65ac50061e4..14dfbd952c943219033ac1aaa47c3c4e69ee5071 100755 (executable)
@@ -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 \
index 86a0c9e246336dead9a64184fc5588ddca97da6a..1533a45cfda80c7921b3bd350deee527ebf051ea 100755 (executable)
@@ -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 \
index b28a183ec9c1686964fbbff2561e8383eef2f87f..0c8c3c0c7d5fbb3e441b55c69a158aee300360af 100755 (executable)
@@ -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 \