From 455d4683f658c8b85e8a6f09f87a2e977d72cb4a Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 23 May 2016 16:46:08 +0200 Subject: more harrison packaging --- tools/linux_packaging/build | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'tools/linux_packaging') diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build index 80a911dd80..b5b54ddaa1 100755 --- a/tools/linux_packaging/build +++ b/tools/linux_packaging/build @@ -647,6 +647,17 @@ if test -n "$MIXBUS"; then cp "${CACHEDIR}/${HARRISONCHANNELSTRIP}.${HARCH}.so" \ $APPLIB/ladspa/strip/${HARRISONCHANNELSTRIP}.so chmod +x $APPLIB/ladspa/strip/${HARRISONCHANNELSTRIP}.so + + echo "Adding Harrison Vamp Plugins" + + curl -s -S --fail -# \ + -z "${CACHEDIR}/harrison_vamp.${HARCH}.so" \ + -o "${CACHEDIR}/harrison_vamp.${HARCH}.so" \ + "http://www.harrisonconsoles.com/mixbus/mb3/beta/harrison-dsp/harrison_vamp.${HARCH}.so" + + cp "${CACHEDIR}/harrison_vamp.${HARCH}.so" \ + $APPLIB/harrison_vamp.so + chmod +x $APPLIB/harrison_vamp.so fi if test x$WITH_X42_LV2 != x ; then -- cgit v1.2.3