Commit Graph

278 Commits

Author SHA1 Message Date
Paul Davis 60e42a4fc5 patch to allow loading CALF plugins on OS X (from Thomas Vecchione) 2013-09-02 15:54:44 -04:00
Paul Davis 00e994c649 changes to permit a 64 bit build on OS X of 2.x 2013-04-29 16:40:38 -04:00
Doug McLain 329b5fe1c2 Update svn_revision for git 2013-03-18 17:10:18 -04:00
Paul Davis 221124ffef set SYSLIBS=1 by default, add BOOST_PREFIX to define where to find Boost stuff, back-port logic from 3.0 to control how we handle libintl (not yet tested on OS X)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@14073 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-02-21 16:54:30 +00:00
Paul Davis 54c09b137a add -DBOOST_SYSTEM_NO_DEPRECATED when building anything using boost to avoid linkage issues with boost 1.50 and above
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13590 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-12-02 19:49:01 +00:00
Paul Davis 046a5d745a bump version
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13585 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-12-02 00:56:21 +00:00
Paul Davis 6a0d6ae92d do not explicitly link against libintl unless evidence of an independent build stack is found (which is the presence of ~/gtk/inst)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13584 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-12-02 00:38:44 +00:00
Paul Davis a137690f14 fix build script error in setting Scons CPPPATH variable
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13546 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-11-25 16:31:12 +00:00
Paul Davis 9caf0defd3 bump version
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13545 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-11-23 15:46:52 +00:00
Paul Davis c7c11d2532 clean up some SConsscript silliness and explicitly include libintl when SYSLIBS=1 is in effect (though to be honest, this is odd for Linux, since the libintl should be provided by glibc)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13207 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-10-04 20:19:59 +00:00
Paul Davis e413b18dbe version bump
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13059 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-07-20 15:46:39 +00:00
Paul Davis b92f25b305 clean up test for libcurl, but mo' better
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12982 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-07-02 13:28:27 +00:00
Paul Davis dd4701fb61 clean up test for libcurl, but better
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12981 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-07-02 13:27:28 +00:00
Paul Davis 8fb57f3b16 clean up test for libcurl
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12980 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-07-02 13:26:04 +00:00
Paul Davis a8bd6d1883 fixup SConscript to work on OS X with new build stacks etc.
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12978 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-07-02 13:12:00 +00:00
Paul Davis 5227874ca0 patch from seablade for fetching the svn revision
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12734 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-06-16 02:18:16 +00:00
Paul Davis c2443fbd83 bump version
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12733 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-06-15 23:54:59 +00:00
Paul Davis c30501c796 try switch to clearlooks-newer on linux
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12688 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-06-12 20:50:35 +00:00
Paul Davis 1524fc2b14 provide WITH_CARBON scons argument to be able to disable support of Carbon AU GUIs, which is not possible on 64 bit builds on OS X starting with Snow Leopard
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12034 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-04-19 18:35:42 +00:00
Paul Davis 78564e2470 remove soundtouch, fixes for Snow Leopard build, use libintl explicitly on non-glibc systems, fix for new glib include rules
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12031 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-04-19 15:21:26 +00:00
David Robillard 64ee111034 Update LV2 special port stuff for latest LV2/Lilv.
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@11761 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-03-26 20:06:46 +00:00
David Robillard c9907c647d Implement special BPM and free-wheeling control ports.
Input control ports with lv2:hasProperty http://lv2plug.in/ns/ext/time#beatsPerMinute or http://lv2plug.in/ns/lv2core#freeWheeling will be automatically set by Ardour accordingly.


git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@11538 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-02-28 04:34:30 +00:00
David Robillard 85d34e80bf Replace use of SLV2 with its successor Lilv.
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10187 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-10-03 21:39:13 +00:00
Paul Davis bd0ab5cd1e require JACK with new latency API for building purposes
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10083 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-09-14 19:04:11 +00:00
Paul Davis 93447f494e rework patch from #4179 to build against raptor2
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9878 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-07-14 22:41:36 +00:00
Paul Davis c200f7ff9e bump version (preliminary)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9623 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-05-28 03:10:31 +00:00
Paul Davis 7b1576b59d remove unnecessary duplication of -D macros in cc/c++ compiler flags
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9320 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-07 13:49:29 +00:00
Paul Davis 9e9fe1dfeb make AUBIO a non-optional dependency
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9043 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-03-02 20:41:40 +00:00
Paul Davis 706c367650 use correct name for <inttype.h> macros
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9041 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-03-02 20:23:39 +00:00
Paul Davis 6c6a674aa5 force use of -D_STDC_FORMAT_MACROS in compiler flags, so that #include <inttypes.h> just works anywhere
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9034 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-03-02 16:58:50 +00:00
Paul Davis 69ec13c9c0 use PROGRAM_NAME to define fixed MIDI port names in ardour_system.rc
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8707 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-04 19:06:04 +00:00
Paul Davis 358bc2bb45 fix conditional assignment of tools_subdirs
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8582 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-01-26 20:15:18 +00:00
Todd Naugle 3d3e87130f Don't compile sanityCheck on OSX
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8576 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-01-26 16:20:51 +00:00
Doug McLain 61ce55c944 Add checks and config for Rasqal, required by slv2
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8530 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-01-18 18:42:28 +00:00
Todd Naugle eeb8ad34d9 add sanity check to the build
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8463 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-01-06 13:37:55 +00:00
Paul Davis 60ee51a0e8 bump version
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7376 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-07-05 19:59:48 +00:00
Paul Davis 7fc78f8654 bump version
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7263 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-06-16 15:41:26 +00:00
Paul Davis 4bc03c4d40 bump version to 2.8.9
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7205 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-06-02 12:18:10 +00:00
Paul Davis 4175a9bfb5 clean up and simplify optimization flags for OS X PowerPC build
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7201 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-06-01 12:34:29 +00:00
Paul Davis 12446dd439 move largefile and reentrant compiler flags up to the top level, rather than being libardour-specific
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7071 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-06 17:00:53 +00:00
Paul Davis 1770e3eaac remove silly buffer stats output; apply MIDI control patch (#2655) from 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-26 16:40:56 +00:00
Paul Davis f5b1c21717 option to enable/disable translations when using a bundled (OS X) version of 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-03-12 22:46:30 +00:00
Paul Davis 860aef8e6e correct size used by tempo line allocator; fix crash when exit is initiated 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-02-05 17:20:07 +00:00
Paul Davis 81739d7929 bump version to 2.8.7
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6600 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-01-30 22:24:29 +00:00
Paul Davis 98a415f220 bump to 2.8.6
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6550 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-01-23 17:14:03 +00:00
Paul Davis 345f7c739b its time for 2.8.5
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6533 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-01-21 20:18:54 +00:00
Paul Davis d7b46c17ce bump version
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5998 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-11-02 16:39:54 +00:00
Paul Davis 9bddd37ea2 bump version
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5715 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-02 02:15:32 +00:00
Paul Davis a0d4c9b392 merge 5674:5682 and 5689-5694 from mixbus branch
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5695 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-01 15:33:23 +00:00
Paul Davis 21e0eb0db9 use DIST_LIBDIR to allow override of LIBDIR ; gcc4.4 patches from debian (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-28 16:49:10 +00:00