Added LV2 libs and bundled LV2 plugins to windows packaging scripts
This commit is contained in:
@@ -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 "$@"
|
||||
|
||||
@@ -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 "$@"
|
||||
|
||||
@@ -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 "$@"
|
||||
|
||||
@@ -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 "$@"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user