summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour.sh.in
AgeCommit message (Collapse)Author
2017-10-31Fix NSM for distro-builds (waf install)Robin Gareus
2016-10-04Fix ldd(1) parsing on NetBSDKamil Rytarowski
* NetBSD $ ldd /bin/cat /bin/cat: -lc.12 => /lib/libc.so.12 * Linux $ ldd /usr/bin/cat linux-vdso.so.1 => (0x0000726abb373000) libc.so.6 => /lib64/libc.so.6 (0x0000726abafa7000) /lib64/ld-linux-x86-64.so.2 (0x0000726abb374000)
2016-06-25fix vamp path:Robin Gareus
* append, not replace * make it work on wine/ardour
2016-02-22don't trip over missing `nm` toolNils Philippsen
2015-05-04update startup scripts for NSMRobin Gareus
fixes #6265 for GNU/Linux.
2014-06-07Fix paths in ardour.shTim Mayberry
2013-03-10more help for finding clearlooks on a source-built installPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@14211 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-12-18fix up discovery of VAMP plugins after ./waf install, which fixes crashes ↵Paul Davis
when reversing regions and doing timeFX operations with a "regular" install of ardour3 git-svn-id: svn://localhost/ardour2/branches/3.0@13673 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-10-25add -g to the ardour3 executable to facilitate debugging of this version ↵Paul Davis
(similar to the bundle, but a different argument, just to keep things amazing) git-svn-id: svn://localhost/ardour2/branches/3.0@13340 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-05-18major rationalization of use of search paths. ardour now has just 4 ↵Paul Davis
functions used to define how external resources are located: ardour_config_search_path() (for system or user specific configuration data), ardour_data_search_path() (for machine, user and system independent data), ardour_dll_directory() (base directory where shared libraries are found) and user_config_directory(). These are now used throughout the code. the config, data and dll paths/directories can be overridden by environment variables. the user config dir is added as the first element of the first two search paths, and use selectively when searching for a few other things. This commit re-enabes ./waf install, and it is believed that it works fully at this point (more testing likely required) git-svn-id: svn://localhost/ardour2/branches/3.0@12326 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-10-02@LIBDIR@ apparently now includes @INSTALL_PREFIX@, so just use that on its ↵Carl Hetherington
own (#4344). git-svn-id: svn://localhost/ardour2/branches/3.0@10183 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-09-29safe use of existing env varsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@7856 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-02-27Waf: install stuffDavid Robillard
git-svn-id: svn://localhost/ardour2/branches/3.0@4702 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-02-26unify ard* scripts for both scons & waf buildsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@4688 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-12-15Fixed wrong path for startup scriptSampo Savolainen
git-svn-id: svn://localhost/ardour2/branches/3.0@4325 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for ↵Paul Davis
gtk2_ardour/editor_canvas.cc; builds and runs and does a few specific things but expect it to be buggy for a while yet git-svn-id: svn://localhost/ardour2/branches/3.0@4313 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-26Check glib atomic implementation for mutex use.Sampo Savolainen
git-svn-id: svn://localhost/ardour2/branches/3.0@4016 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-13Install everything to *ardour3* instead of *ardour2*.David Robillard
Fix initial display of keys and scroomer on new MIDI tracks. Remove console barf. git-svn-id: svn://localhost/ardour2/trunk@2909 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-10-11merge from 2.0-ongoing by hand, minus key binding editorPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@2539 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-14Make DEBUG=1 default and make ardour.sh, ardev and ardbg dump cores by defaultSampo Savolainen
git-svn-id: svn://localhost/ardour2/trunk@1843 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-10Make the script report if the system introduces a memlock limitSampo Savolainen
git-svn-id: svn://localhost/ardour2/trunk@1302 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-04copy older versions of the session file, fix up ardev to work again using ↵Paul Davis
%VERSION% git-svn-id: svn://localhost/ardour2/trunk@1268 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-03do proper install on x86_64 system, remove stupid debuggig code from panner, ↵Paul Davis
handle port registration error with its own error message git-svn-id: svn://localhost/ardour2/trunk@1264 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-15fix hover-expand mode for a couple of treeviews; make solo/rec/mute MIDI ↵Paul Davis
bindable again; merge our own clearlooks engine git-svn-id: svn://localhost/ardour2/trunk@1132 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-04-26Install ardour as a binary, a script and a set of sharedPaul Davis
libraries. Libraries are discovered via {LD,DYLD}_LIBRARY_PATH git-svn-id: svn://localhost/trunk/ardour2@481 d708f5d6-7413-0410-9779-e7cbd77b26cf