bundle embeddable/nativeUI Harrison plugins
This commit is contained in:
parent
5eb36a3283
commit
98491b9eb2
@ -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
|
||||
|
@ -25,6 +25,7 @@ PRINT_SYSDEPS=
|
||||
WITH_NLS=
|
||||
|
||||
: ${HARRISONCHANNELSTRIP=harrison_channelstrip}
|
||||
: ${HARRISONLV2=harrison_lv2s-n}
|
||||
|
||||
. ../define_versions.sh
|
||||
|
||||
@ -606,13 +607,13 @@ fi
|
||||
|
||||
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/beta/harrison-dsp/harrison_lv2s.${OSX_BENSID}.zip"
|
||||
-z "${CACHEDIR}/${HARRISONLV2}.${OSX_BENSID}.zip" \
|
||||
-o "${CACHEDIR}/${HARRISONLV2}.${OSX_BENSID}.zip" \
|
||||
"http://www.harrisonconsoles.com/mixbus/mb3/beta/harrison-dsp/${HARRISONLV2}.${OSX_BENSID}.zip"
|
||||
|
||||
mkdir -p "${PRODUCT_PKG_DIR}/${APPROOT}/lib/LV2"
|
||||
bsdtar -C "${PRODUCT_PKG_DIR}/${APPROOT}/lib/LV2/" -xf \
|
||||
"${CACHEDIR}/harrison_lv2s.${OSX_BENSID}.zip"
|
||||
"${CACHEDIR}/${HARRISONLV2}.${OSX_BENSID}.zip"
|
||||
fi
|
||||
|
||||
if test x$WITH_HARVID != x ; then
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user