summaryrefslogtreecommitdiff
path: root/tools/x-win
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-09-15 13:05:31 +0200
committerRobin Gareus <robin@gareus.org>2016-09-15 13:05:31 +0200
commit98491b9eb2ce3d6e4e271a189ca8af6b6e7869fe (patch)
tree3d71fb4e1eb668b1255b22db2adc721d4b09fc1a /tools/x-win
parent5eb36a32835f35fda7bb75f378f57426e53cd265 (diff)
bundle embeddable/nativeUI Harrison plugins
Diffstat (limited to 'tools/x-win')
-rwxr-xr-xtools/x-win/package.sh10
1 files changed, 6 insertions, 4 deletions
diff --git a/tools/x-win/package.sh b/tools/x-win/package.sh
index 9d878dcf2c..45144616e4 100755
--- a/tools/x-win/package.sh
+++ b/tools/x-win/package.sh
@@ -16,7 +16,9 @@ test -f gtk2_ardour/wscript || exit 1
: ${MAKEFLAGS=-j4}
: ${TMPDIR=/var/tmp}
: ${SRCCACHE=/var/tmp/winsrc} # source-code tgz cache
+
: ${HARRISONCHANNELSTRIP=harrison_channelstrip}
+: ${HARRISONLV2=harrison_lv2s-n}
# see also wscript, video_tool_paths.cc, bundle_env_mingw.cc
# registry keys based on this are used there
@@ -265,10 +267,10 @@ if test x$WITH_HARRISON_LV2 != x ; then
echo "Including Harrison LV2s"
curl -s -S --fail -# \
- -z "${SRCCACHE}/harrison_lv2s.${WARCH}.zip" \
- -o "${SRCCACHE}/harrison_lv2s.${WARCH}.zip" \
- "http://www.harrisonconsoles.com/mixbus/mb3/beta/harrison-dsp/harrison_lv2s.${WARCH}.zip"
- unzip -q -d "$ALIBDIR/LV2/" "${SRCCACHE}/harrison_lv2s.${WARCH}.zip"
+ -z "${SRCCACHE}/${HARRISONLV2}.${WARCH}.zip" \
+ -o "${SRCCACHE}/${HARRISONLV2}.${WARCH}.zip" \
+ "http://www.harrisonconsoles.com/mixbus/mb3/beta/harrison-dsp/${HARRISONLV2}.${WARCH}.zip"
+ unzip -q -d "$ALIBDIR/LV2/" "${SRCCACHE}/${HARRISONLV2}.${WARCH}.zip"
fi
if test -n "$MIXBUS"; then