a couple more hacks for a3 linux packing, most importantly including panners

git-svn-id: svn://localhost/ardour2/branches/3.0@8666 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-02-01 22:03:33 +00:00
parent 2b839bd13b
commit 8c121dc0f3
2 changed files with 7 additions and 4 deletions

View File

@ -34,7 +34,7 @@ export LD_LIBRARY_PATH=$INSTALL_DIR/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
sed "s?@ROOTDIR@/modules?$LIB_DIR/modules?" < $ETC_DIR/pango.modules.in > $USER_ARDOUR_DIR/pango.modules
sed "s?@ROOTDIR@/loaders?$LIB_DIR/loaders?" < $ETC_DIR/gdk-pixbuf.loaders.in > $USER_ARDOUR_DIR/gdk-pixbuf.loaders
exec $INSTALL_DIR/bin/ardour-%VER% "$@"
exec $INSTALL_DIR/bin/ardour-3.0 "$@"

View File

@ -400,10 +400,13 @@ if test x$WITH_LADSPA != x ; then
fi
fi
# XXX STILL NEED TO DO PANNERS FOR TRUNK
cp $BUILD_ROOT/libs/surfaces/*/libardour_*.so* $Surfaces
# Control Surfaces
cp $BUILD_ROOT/libs/surfaces/*/libardour*.so* $Surfaces
# hack ... move libardour_cp back into Libraries
mv $Surfaces/libardour_cp.so* $Libraries
mv $Surfaces/libardourcp.so* $Libraries
# Panners
cp $BUILD_ROOT/libs/panners/*/lib*.so* $Panners
# VAMP plugins that we use
cp $BUILD_ROOT/libs/vamp-plugins/libardourvampplugins.so* $Libraries