Bundle x42-limiter with binaries
authorRobin Gareus <robin@gareus.org>
Sun, 25 Nov 2018 15:40:28 +0000 (16:40 +0100)
committerRobin Gareus <robin@gareus.org>
Sun, 25 Nov 2018 15:40:28 +0000 (16:40 +0100)
tools/linux_packaging/build
tools/osx_packaging/osx_build
tools/x-win/package.sh

index 14dfbd952c943219033ac1aaa47c3c4e69ee5071..d2750c54e529f7d59976f1b99b5ed5b519374794 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 x42-whirl; do
+       for proj in x42-meters x42-midifilter x42-midimap x42-stereoroute x42-eq setBfree x42-avldrums x42-whirl x42-limiter; 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 1533a45cfda80c7921b3bd350deee527ebf051ea..7502d73bf1112805f62a13a5859ac426a0e6e2ff 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 x42-whirl; do
+       for proj in x42-meters x42-midifilter x42-midimap x42-stereoroute x42-eq setBfree x42-avldrums x42-whirl x42-limiter; 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 0c8c3c0c7d5fbb3e441b55c69a158aee300360af..a73b848a4c1b791dbfb8cb35d92b5d3b3cdcd644 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 x42-whirl; do
+       for proj in x42-meters x42-midifilter x42-midimap x42-stereoroute x42-eq setBfree x42-avldrums x42-whirl x42-limiter; 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 \