summaryrefslogtreecommitdiff
path: root/SConstruct
AgeCommit message (Collapse)Author
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
2008-08-09Embedded LV2 GTK GUI support.David Robillard
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3678 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-07-30committed build changes needed for leopard buildJesse Chappell
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3650 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-07-15bump required JACK versionPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3617 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-07-10no more NATIVE_OSX_KEYS option - GTKOSX selects for that too2.5Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3581 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-07-10Use scons to generate manual entities so the manual version is consistant ↵Tim Mayberry
with the Ardour version git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3563 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-07-07move to scons Clone everywhere rather than Copy; add Session::micro_locate() ↵Paul Davis
for ongoing work on video sync; debugging output for export precision problem; minor clean up to IO::find_possible_connection(); fix up a few signed/unsigned issues; make "feature lines" always be the right height as tracks resize; change version to 2.5 git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3517 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-05-20Add note about the bug causing scons to miss installed boost headers.Sampo Savolainen
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3371 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-05-15add note onset detection to the ferret, c/o the aubio-based Onset VAMP ↵Paul Davis
plugin (REQUIRES libaubio installed); add toggle-region-opaque menu item for scalable ops on region opacity git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3356 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-04-09bump to 2.4.12.4.1Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3243 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-04-08still bot debuggingPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3236 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-04-08pretty much done with bot debuggingPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3234 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-04-08wholesome svnbot loggy goodnessPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3233 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-04-08more bot bot debuggingPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3232 d708f5d6-7413-0410-9779-e7cbd77b26cf