mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
update harrison URLs (nightly builds)
This commit is contained in:
parent
7ffeb70b1b
commit
a24eac50b9
3 changed files with 6 additions and 6 deletions
|
|
@ -608,7 +608,7 @@ if test x$WITH_HARRISON_LV2 != x ; then
|
|||
curl -s -S --fail -# \
|
||||
-z "${CACHEDIR}/harrison_lv2s.${HARCH}.zip" \
|
||||
-o "${CACHEDIR}/harrison_lv2s.${HARCH}.zip" \
|
||||
http://www.harrisonconsoles.com/mixbus/mb3/${HARCH}/harrison_lv2s.zip
|
||||
"http://www.harrisonconsoles.com/mixbus/mb3/beta/harrison-dsp/harrison_lv2s.${HARCH}.zip"
|
||||
unzip -q -d "$APPLIB/LV2/" "${CACHEDIR}/harrison_lv2s.${HARCH}.zip"
|
||||
fi
|
||||
|
||||
|
|
@ -619,7 +619,7 @@ if test -n "$MIXBUS"; then
|
|||
curl -s -S --fail -# \
|
||||
-z "${CACHEDIR}/harrison_channelstrip.${HARCH}.so" \
|
||||
-o "${CACHEDIR}/harrison_channelstrip.${HARCH}.so" \
|
||||
http://www.harrisonconsoles.com/mixbus/mb3/${HARCH}/harrison_channelstrip.so
|
||||
"http://www.harrisonconsoles.com/mixbus/mb3/beta/harrison-dsp/harrison_channelstrip.${HARCH}.so"
|
||||
|
||||
cp "${CACHEDIR}/harrison_channelstrip.${HARCH}.so" \
|
||||
$APPLIB/ladspa/strip/harrison_channelstrip.so
|
||||
|
|
|
|||
|
|
@ -594,7 +594,7 @@ if test x$WITH_HARRISON_LV2 != x ; then
|
|||
curl -s -S --fail -# \
|
||||
-z "${CACHEDIR}/harrison_lv2s.${OSX_BENSID}.zip" \
|
||||
-o "${CACHEDIR}/harrison_lv2s.${OSX_BENSID}.zip" \
|
||||
http://www.harrisonconsoles.com/mixbus/mb3/${OSX_BENSID}/harrison_lv2s.zip
|
||||
"http://www.harrisonconsoles.com/mixbus/mb3/beta/harrison-dsp/harrison_lv2s.${OSX_BENSID}.zip"
|
||||
|
||||
mkdir -p "${PRODUCT_PKG_DIR}/${APPROOT}/lib/LV2"
|
||||
bsdtar -C "${PRODUCT_PKG_DIR}/${APPROOT}/lib/LV2/" -xf \
|
||||
|
|
@ -680,7 +680,7 @@ if test -n "$MIXBUS"; then
|
|||
curl -s -S --fail -# \
|
||||
-z "${CACHEDIR}/harrison_channelstrip.${OSX_BENSID}.so" \
|
||||
-o "${CACHEDIR}/harrison_channelstrip.${OSX_BENSID}.so" \
|
||||
http://www.harrisonconsoles.com/mixbus/mb3/${OSX_BENSID}/harrison_channelstrip.so
|
||||
"http://www.harrisonconsoles.com/mixbus/mb3/beta/harrison-dsp/harrison_channelstrip.${OSX_BENSID}.so"
|
||||
|
||||
cp "${CACHEDIR}/harrison_channelstrip.${OSX_BENSID}.so" \
|
||||
"${PRODUCT_PKG_DIR}/${APPROOT}/lib/ladspa/strip/harrison_channelstrip.so"
|
||||
|
|
|
|||
|
|
@ -260,7 +260,7 @@ if test x$WITH_HARRISON_LV2 != x ; then
|
|||
curl -s -S --fail -# \
|
||||
-z "${SRCCACHE}/harrison_lv2s.${WARCH}.zip" \
|
||||
-o "${SRCCACHE}/harrison_lv2s.${WARCH}.zip" \
|
||||
http://www.harrisonconsoles.com/mixbus/mb3/${WARCH}/harrison_lv2s.zip
|
||||
"http://www.harrisonconsoles.com/mixbus/mb3/beta/harrison-dsp/harrison_lv2s.${WARCH}.zip"
|
||||
unzip -q -d "$ALIBDIR/LV2/" "${SRCCACHE}/harrison_lv2s.${WARCH}.zip"
|
||||
fi
|
||||
|
||||
|
|
@ -271,7 +271,7 @@ if test -n "$MIXBUS"; then
|
|||
curl -s -S --fail -# \
|
||||
-z "${SRCCACHE}/harrison_channelstrip.${WARCH}.dll" \
|
||||
-o "${SRCCACHE}/harrison_channelstrip.${WARCH}.dll" \
|
||||
http://www.harrisonconsoles.com/mixbus/mb3/${WARCH}/harrison_channelstrip.dll
|
||||
"http://www.harrisonconsoles.com/mixbus/mb3/beta/harrison-dsp/harrison_channelstrip.${WARCH}.dll"
|
||||
|
||||
cp "${SRCCACHE}/harrison_channelstrip.${WARCH}.dll" \
|
||||
"$ALIBDIR/ladspa/strip/harrison_channelstrip.dll"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue