Bundle Rotary Speaker with binaries
This commit is contained in:
parent
ecfe1c2c67
commit
4bc96f65cd
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user