summaryrefslogtreecommitdiff
path: root/SConstruct
AgeCommit message (Collapse)Author
2010-06-02bump version to 2.8.9Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7205 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-06-01clean up and simplify optimization flags for OS X PowerPC build2.8.8Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7201 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-06move largefile and reentrant compiler flags up to the top level, rather than ↵Paul Davis
being libardour-specific git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7071 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-03-26remove silly buffer stats output; apply MIDI control patch (#2655) from ↵Paul Davis
dhess; switch ctrl/alt for drag-selection-as-region (work ongoing); various scons cleanups; remove some dead code from editor git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6798 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-03-12option to enable/disable translations when using a bundled (OS X) version of ↵Paul Davis
Ardour; compile-time control of Ardour program name for gtk2_ardour (libardour to follow) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6755 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-02-05correct size used by tempo line allocator; fix crash when exit is initiated ↵Paul Davis
by menu "quit" on OS X; bump to 2.8.8 git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6636 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-01-30bump version to 2.8.7Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6600 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-01-23bump to 2.8.62.8.6Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6550 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-01-21its time for 2.8.5Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6533 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-11-02bump versionPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5998 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-02bump versionPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5715 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-01merge 5674:5682 and 5689-5694 from mixbus branchPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5695 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-28use DIST_LIBDIR to allow override of LIBDIR ; gcc4.4 patches from debian ↵Paul Davis
(once again, those guys don't send upstream, they think their own bug DB is where this stuff belongs, sigh ... thanks adi for the notice) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5429 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-20bump version number2.8.2Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5396 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-18imported files retain BWF timestamp info (nick murtagh) ; logarithm plugin ↵Paul Davis
controls can be properly controlled by generic GUI (nick murtagh); properly delete AU plugin *and* GUI (fixes crashing bug for Carbon-GUI based AU's) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5374 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-03bump versionPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5311 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-03do not attempt to use scroll view for AU plugin GUIs (fixes crash-on-delete ↵Paul Davis
of Cocoa-based AU plugins) ; drop references in PlugUIBase to plugin/insert when it notifies us via GoingAway (fixes crash on session close) ; fix handling of AU cache info for certain plugins ; fix SConstruct missing lrdf, raptor, samplerate library definitions (\!\!\!) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5310 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-06-24splash screen fix from nedko ; fix cleanup's failure to correctly locate ↵Paul Davis
files listed in XML nodes ; Route::set_name() doesn't need to be virtual ; minor text alterations git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5268 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-06-07Fix syntax.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5126 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-06-05load environment variables for each instance of LibraryInfo and make sure ↵Ben Loftis
PKG_CONFIG_PATH gets loaded from users environment git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5125 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-26change wording of VST/x86_64 blocking messagePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4907 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-26prevent VST build on DIST_TARGET=x86_64Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4906 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-252.8 ... yeah, baby!Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4895 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-19v3: use new scons convention for pushing environment vars into construction ↵Paul Davis
env object git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4870 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-19v2: use new scons convention for pushing environment vars into construction ↵Paul Davis
env object git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4869 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-19use new scons convention for pushing environment vars into construction env ↵Paul Davis
object git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4868 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-12fix for WINDOWS_KEY default definition so that it actually works ↵Paul Davis
(Mod4><Super) instead of just Mod4 git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4798 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-02-23add x86_64/32bit VST build fix from torbenPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4650 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-02-19force 32-bit comilation if VST=1Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4638 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-02-19working VST support with VeSTige header and new FST codePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4637 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-01-28AU state handling, including changes to PathScanner so that it can now do ↵Paul Davis
recursive searches. Note that AU state handling is not built by default, and public binaries for OS X will not include it. If you build Ardour on OS X yourself, add AU_STATE=1 to your scons arguments git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4456 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-12-02define ARCH_X86 even on x86_64 (untested!); giso's patch for control surface ↵Paul Davis
track indexing; carl's patches for insert-time and double-click on redirect boxes git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4279 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-26Make the wiimote code appear in the source packageSampo Savolainen
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4264 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-23bump to 2.7.1Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4236 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-20finalize death of DOCUMENTATION; new handling of 2 parallel clearlooks trees ↵Paul Davis
(1 for OS X, 1 for linux) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4223 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-17use F2 for maximal editor in SAE-use-keypad bindings, bump to 2.7Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4187 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-14Bump SLV2 version dependency.David Robillard
Probably necessary. I think. Something in there was Ardour motivated. Pretty sure. One thing I am sure of: this is easier than finding out. I think it probably works better on OSX and all natively and pretty and stuff with those absurd capitaley directory names and "Plug-Ins" and all those other silly things you OSX folk like, as does the latest LV2 distribution. Hint hint. - The eminently professional Ardour LV2 Support and Development Division git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4158 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-10Das Wiimote Blinkenlights!Sampo Savolainen
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4132 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-02Less sucky englishSampo Savolainen
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4083 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-02Ensure that the newly selected track is visible on the canvas when scrolling ↵Sampo Savolainen
through tracks with prev/next. Plus a cleaner check for wiimote deps. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4082 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-01Wiimote control surface. Bind one wiimote by pressing 1+2 after the surface ↵Sampo Savolainen
module is loaded. You need to bind every time you start ardour: A Toggle play/stop D-pad: Up/Down: scroll tracks in the editor Left/Right: move playhead (nudge) +/- Zoom 1 Arm selected track(s) for recording 2 Toggle recording As an extra, if you press down B and then A to stopp recording pass, Ardour scraps the recorded audio. This is a work in progress. Please test. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4079 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-31default crossfade is now constant power; SAE gets only 3 xfades (not correct ↵Paul Davis
for 2 of them, yet); fade buttons in xfade editor have tooltips git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4073 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-29step 2 of keyboard focus work for plugin windowsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4026 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-25bump version2.6.1Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4011 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-23fix up svn_revision.h problem so that we can build from a tarball2.6Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4004 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-21Backported automatic svn revision handling from 3.0Sakari Bergen
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3991 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-11minor C++ include issues, debug out removed and bump to 2.6Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3920 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-09-19Make building with aubio (actually) optional.David Robillard
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3764 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-09-03Unify the canvases by moving groups around rather than using ↵Nick Mainsbridge
set_scrolling_region () (eliminates the double-draw during zoom on linux), fix verbose_time_cursor clamping, make fonts smaller on location dialog buttons, hopefully improve performance when dragging multiple regions on the same track, reduce some redrawing of clocks (still not done for samples clock), allow NLS=1 on OSX, other canvas performance improvements on OSX, build SAE-us.bindings (even though they are incomplete for now). git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3707 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-08-12Remove outdated message about SVN SLV2 requirement.David Robillard
Compile with LV2 support by default if SLV2 is found (but still compile successfully otherwise). git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3685 d708f5d6-7413-0410-9779-e7cbd77b26cf