X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=tools%2Flinux_packaging%2Fbuild;h=647fc88f4be96a379ccae21fa285c9c16564ef72;hb=152935e736eaf06f85bc7f5cb27337a62d95edd4;hp=5ec6089e579290faadeefcad8e5492607fa7cc53;hpb=2e27e21d3a09889311e18a8efe11abcaa6d9c8b3;p=ardour.git diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build index 5ec6089e57..647fc88f4b 100755 --- a/tools/linux_packaging/build +++ b/tools/linux_packaging/build @@ -389,7 +389,9 @@ done cp $BUILD_ROOT/libs/panners/*/lib*.so* $Panners # Backends -cp $BUILD_ROOT/libs/backends/*/lib*.so* $Backends +for backend in jack wavesaudio ; do + cp $BUILD_ROOT/libs/backends/$backend/lib*.so* $Backends +done # VAMP plugins that we use cp $BUILD_ROOT/libs/vamp-plugins/libardourvampplugins.so* $Libraries @@ -397,6 +399,15 @@ cp $BUILD_ROOT/libs/vamp-plugins/libardourvampplugins.so* $Libraries # Suil modules cp $ARDOURSTACK_ROOT/lib/suil-0/lib* $Libraries +# VST scanner app (both LXVST as well as WIN-VST, 2in1) +# (if build with wine: ardour-vst-scanner is a wrapper +# script for ardour-vst-scanner.exe.so, if VST is disabled +# neither binary nor script exists) +cp $BUILD_ROOT/libs/fst/ardour-vst-scanner* $APPLIB/ || true + +# vfork wrapper +cp $BUILD_ROOT/libs/vfork/ardour-exec-wrapper $APPLIB/ + OURLIBDIR=$BUILD_ROOT/libs OURLIBS=$OURLIBDIR/vamp-sdk:$OURLIBDIR/surfaces/control_protocol:$OURLIBDIR/ardour:$OURLIBDIR/midi++2:$OURLIBDIR/pbd:$OURLIBDIR/rubberband:$OURLIBDIR/soundtouch:$OURLIBDIR/gtkmm2ext:$OURLIBDIR/sigc++2:$OURLIBDIR/glibmm2:$OURLIBDIR/gtkmm2/atk:$OURLIBDIR/gtkmm2/pango:$OURLIBDIR/gtkmm2/gdk:$OURLIBDIR/gtkmm2/gtk:$OURLIBDIR/canvas:$OURLIBDIR/libsndfile:$OURLIBDIR/evoral:$OURLIBDIR/evoral/src/libsmf:$OURLIBDIR/audiographer:$OURLIBDIR/timecode:$OURLIBDIR/taglib:$OURLIBDIR/libltc:$OURLIBDIR/qm-dsp