Added LV2 libs and bundled LV2 plugins to windows packaging scripts

This commit is contained in:
Tim Mayberry
2014-05-22 12:51:05 +10:00
parent dada765e7a
commit 44ac7859c5
7 changed files with 26 additions and 4 deletions

View File

@@ -5,4 +5,4 @@
. ./print-env.sh
cd $BASE || exit 1
./waf configure --prefix="/" --bindir="/" --configdir="/share" --noconfirm --no-lv2 --test --single-tests --dist-target=mingw "$@"
./waf configure --prefix="/" --bindir="/" --configdir="/share" --noconfirm --test --single-tests --dist-target=mingw "$@"

View File

@@ -9,4 +9,4 @@ export CXX="distcc $HOST-g++"
. ./print-env.sh
cd $BASE || exit 1
./waf configure --prefix="/" --bindir="/" --configdir="/share" --noconfirm --no-lv2 --test --single-tests --dist-target=mingw "$@"
./waf configure --prefix="/" --bindir="/" --configdir="/share" --noconfirm --test --single-tests --dist-target=mingw "$@"

View File

@@ -9,4 +9,4 @@ export CXX="distcc $HOST-g++"
. ./print-env.sh
cd $BASE || exit 1
./waf configure --prefix="/" --bindir="/" --configdir="/share" --optimize --noconfirm --no-lv2 --dist-target=mingw "$@"
./waf configure --prefix="/" --bindir="/" --configdir="/share" --optimize --noconfirm --dist-target=mingw "$@"

View File

@@ -5,4 +5,4 @@
. ./print-env.sh
cd $BASE || exit 1
./waf configure --prefix="/" --bindir="/" --configdir="/share" --optimize --noconfirm --no-lv2 --dist-target=mingw "$@"
./waf configure --prefix="/" --bindir="/" --configdir="/share" --optimize --noconfirm --dist-target=mingw "$@"

View File

@@ -65,9 +65,14 @@ portaudio-2.dll
vamp-hostsdk-3.dll
vamp-sdk-2.dll
zlib1.dll
lilv-0.dll
sratom-0-0.dll
serd-0-0.dll
sord-0-0.dll
'
WITH_JACK='TRUE'
WITH_LV2='TRUE'
. ./copydll-fedora.sh
. ./package.sh

View File

@@ -65,9 +65,14 @@ portaudio-2.dll
vamp-hostsdk-3.dll
vamp-sdk-2.dll
zlib1.dll
lilv-0.dll
sratom-0-0.dll
serd-0-0.dll
sord-0-0.dll
'
WITH_JACK='TRUE'
WITH_LV2='TRUE'
. ./copydll-fedora.sh
. ./package.sh

View File

@@ -80,6 +80,11 @@ if test x$WITH_JACK != x; then
cp -r $MINGW_ROOT/bin/jack $PACKAGE_DIR
fi
if test x$WITH_LV2 != x; then
echo "Moving Bundled LV2 $PACKAGE_DIR ..."
mv $PACKAGE_DIR/lib/lv2 $PACKAGE_DIR/lib/ardour3/LV2
fi
SRC_DIRS='
libs/ardour
libs/pbd
@@ -107,6 +112,13 @@ if [ x$DEBUG = xT ]; then
cp $MINGW_ROOT/bin/jack_*.exe $PACKAGE_DIR
fi
if test x$WITH_LV2 != x; then
echo "Copying LV2 utility programs to $PACKAGE_DIR ..."
cp $MINGW_ROOT/bin/lilv-bench.exe $PACKAGE_DIR
cp $MINGW_ROOT/bin/lv2info.exe $PACKAGE_DIR
cp $MINGW_ROOT/bin/lv2ls.exe $PACKAGE_DIR
fi
#echo "Copying any debug files to $PACKAGE_DIR ..."
#cp $MINGW_ROOT/bin/*.debug $PACKAGE_DIR