summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-02-01 22:03:33 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-02-01 22:03:33 +0000
commit8c121dc0f3dbbf0132d319cd2290e4f9dd60317b (patch)
tree3d7a5eb45fd3758f2400c74ecc571df977ff4f03 /tools
parent2b839bd13b755907d5ac95ab957c7ba37c7c3155 (diff)
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
Diffstat (limited to 'tools')
-rw-r--r--tools/linux_packaging/ardour.sh.in2
-rwxr-xr-xtools/linux_packaging/build9
2 files changed, 7 insertions, 4 deletions
diff --git a/tools/linux_packaging/ardour.sh.in b/tools/linux_packaging/ardour.sh.in
index 6f195697b0..4ba1a48945 100644
--- a/tools/linux_packaging/ardour.sh.in
+++ b/tools/linux_packaging/ardour.sh.in
@@ -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 "$@"
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 0ffd1024c8..552c276419 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -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