mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
more harrison packaging
This commit is contained in:
parent
bc05c56fba
commit
455d4683f6
3 changed files with 32 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue