mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
bundle embeddable/nativeUI Harrison plugins
This commit is contained in:
parent
5eb36a3283
commit
98491b9eb2
3 changed files with 16 additions and 13 deletions
|
|
@ -37,7 +37,7 @@ BUILDTYPE=""
|
|||
NOSTRIP="libsuil|libserd|libsord|liblilv|libsratom|liblrdf|libardour|libpbd|libevoral"
|
||||
|
||||
: ${HARRISONCHANNELSTRIP=harrison_channelstrip}
|
||||
|
||||
: ${HARRISONLV2=harrison_lv2s-n}
|
||||
|
||||
if [ $# -eq 0 ] ; then
|
||||
echo ""
|
||||
|
|
@ -628,10 +628,10 @@ if test x$WITH_HARRISON_LV2 != x ; then
|
|||
mkdir -p $APPLIB/LV2
|
||||
|
||||
curl -s -S --fail -# \
|
||||
-z "${CACHEDIR}/harrison_lv2s.${HARCH}.zip" \
|
||||
-o "${CACHEDIR}/harrison_lv2s.${HARCH}.zip" \
|
||||
"http://www.harrisonconsoles.com/mixbus/mb3/beta/harrison-dsp/harrison_lv2s.${HARCH}.zip"
|
||||
unzip -q -d "$APPLIB/LV2/" "${CACHEDIR}/harrison_lv2s.${HARCH}.zip"
|
||||
-z "${CACHEDIR}/${HARRISONLV2}.${HARCH}.zip" \
|
||||
-o "${CACHEDIR}/${HARRISONLV2}.${HARCH}.zip" \
|
||||
"http://www.harrisonconsoles.com/mixbus/mb3/beta/harrison-dsp/${HARRISONLV2}.${HARCH}.zip"
|
||||
unzip -q -d "$APPLIB/LV2/" "${CACHEDIR}/${HARRISONLV2}.${HARCH}.zip"
|
||||
fi
|
||||
|
||||
if test -n "$MIXBUS"; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue