mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
make it possible to bundle harrison plugins; osx version (disabled for now)
This commit is contained in:
parent
871904b648
commit
afa3db001c
1 changed files with 11 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ mkdir -p "$CACHEDIR"
|
||||||
SAE=
|
SAE=
|
||||||
MIXBUS=
|
MIXBUS=
|
||||||
WITH_HARVID=1
|
WITH_HARVID=1
|
||||||
|
WITH_HARRISON_LV2=
|
||||||
WITH_LADSPA=1
|
WITH_LADSPA=1
|
||||||
STRIP=1
|
STRIP=1
|
||||||
PRINT_SYSDEPS=
|
PRINT_SYSDEPS=
|
||||||
|
|
@ -574,6 +575,16 @@ else
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if test x$WITH_HARRISON_LV2 != x ; then
|
||||||
|
if file ${PRODUCT_PKG_DIR}/$APPROOT/MacOS/$MAIN_EXECUTABLE | grep -q x86_64; then
|
||||||
|
OSX_ARCH=osx64
|
||||||
|
else
|
||||||
|
OSX_ARCH=osx32
|
||||||
|
fi
|
||||||
|
curl -s http://www.harrisonconsoles.com/mixbus/mb3/${OSX_ARCH}/harrison_lv2s.zip \
|
||||||
|
| bsdtar -C "${PRODUCT_PKG_DIR}/${APPROOT}/lib/LV2/" -xf -
|
||||||
|
fi
|
||||||
|
|
||||||
if test x$WITH_HARVID != x ; then
|
if test x$WITH_HARVID != x ; then
|
||||||
echo "installing video tools.."
|
echo "installing video tools.."
|
||||||
HARVID_VERSION=$(curl -s -S http://ardour.org/files/video-tools/harvid_version.txt)
|
HARVID_VERSION=$(curl -s -S http://ardour.org/files/video-tools/harvid_version.txt)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue