bundle embeddable/nativeUI Harrison plugins
authorRobin Gareus <robin@gareus.org>
Thu, 15 Sep 2016 11:05:31 +0000 (13:05 +0200)
committerRobin Gareus <robin@gareus.org>
Thu, 15 Sep 2016 11:05:31 +0000 (13:05 +0200)
tools/linux_packaging/build
tools/osx_packaging/osx_build
tools/x-win/package.sh

index 31995c5ea53f35d555adc7d265009eda22021b7d..67d3abaef60dd810b25e0ba56c34fac3ac38bf27 100755 (executable)
@@ -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
index 7c7020dd527979415b9ab99a7f4771bd540c0aba..144516ace95c8f0787dd5d18c3fff422cd8135a9 100755 (executable)
@@ -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
index 9d878dcf2c6408ba86a1973d014436a57e6e484c..45144616e4c363233afe0c312a7d751246852770 100755 (executable)
@@ -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