summaryrefslogtreecommitdiff
path: root/wscript
AgeCommit message (Collapse)Author
2013-06-13bump to v3.23.2Paul Davis
2013-06-11more changes to consolidate version definition into the top level wscript filePaul Davis
2013-06-06disable symbol export -- fix LinuxVST issueRobin Gareus
-rdynamic: Pass the flag -export-dynamic to the ELF linker, on targets that support it. This instructs the linker to add all symbols, not only used ones, to the dynamic symbol table. This option is needed for some uses of dlopen or to allow obtaining backtraces from within a program. Some LinuxVST pluging cause ardour3 to crash -- if ardour is linked with -rdynamic (see #ardour log from 2013-jun-6). This is likely compiler specific and not a problem on las' build-machine (gcc 4.5.5) which is why the linux-packaging script enables it by default. The issue can be reproduced reliably with gcc 4.7.2 and 4.6.3. Although it is yet unclear if it is caused by g++/ld or related to other factors of the build-system...
2013-05-08various miscellany related to versions, gtk2 build and packagingPaul Davis
2013-05-07a few minor changes required to get a DMG to build (on Tiger, at least)Paul Davis
2013-04-11enable videotimeline by defaultRobin Gareus
2013-04-08bump to 3.13.1Paul Davis
2013-04-06do not include templates in a distributed version of ardour, they are ↵Paul Davis
useless. see the comments in templates/wscript on why this is so, and why this change was made
2013-04-06add pkg-config check on liblo, now that NSM support requires 0.26 rather ↵Paul Davis
than just "any" version (fixes #5435)
2013-03-20remaining part of static library commit, should have been a part of ↵Paul Davis
16ce39c2309769789784a1f74e41ce0c49a75282
2013-03-18Set the revision mechanism independent from the VCS nameJulien de Kozak
2013-03-13videotimlineRobin Gareus
squashed 694 commits from http://gareus.org/gitweb/?p=ardour3.git
2013-03-13print the git version on buildRobin Gareus
2013-03-12git revision extractionRobin Gareus
2013-03-11remove debug output from wscriptPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@14213 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-03-11removal manual tree from source code, since this has its own website and git ↵Paul Davis
repo now git-svn-id: svn://localhost/ardour2/branches/3.0@14212 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-03-10add pseudo-target "tarball" needed in order to build source tarballs correctlyPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@14209 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-03-10welcome to version 3.0Paul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@14206 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-03-08switch to Lucida Sans Typewriter as OS X monospace font; new pingback code ↵Paul Davis
to get announcements from ardour.org (can be disabled on the command line with -a) git-svn-id: svn://localhost/ardour2/branches/3.0@14189 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-03-08get 1040 vs 1070 OS X min requirement working (for lion, at least)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@14185 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-03-08include min OS X spec in CXXFLAGS as well as CFLAGSPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@14184 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-03-08correct python syntaxPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@14180 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-03-08potential fix, part two, for Tiger-based font issues. this also switches ↵Paul Davis
things so that building on Lion or Mountain Lion sets MAC_OS_VERSION_MIN_REQUIRED to 1070, to avoid legacy stuff git-svn-id: svn://localhost/ardour2/branches/3.0@14179 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-03-06two fixes from TheCranston to help out on OS X with disk space measurement, ↵Paul Davis
modified by me git-svn-id: svn://localhost/ardour2/branches/3.0@14157 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-03-04allow build/packaging scripts to find the right version ID for as long as we ↵Paul Davis
have separate designations on different platforms git-svn-id: svn://localhost/ardour2/branches/3.0@14132 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-03-04bump version to rc3, but keep OS X releases as "beta"Paul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@14128 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-02-26add --depstack-root option to waf to allow building with gtk/ardour ↵Paul Davis
dependency stacks in various locations; clean up libintl logic in wscript git-svn-id: svn://localhost/ardour2/branches/3.0@14099 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-02-20reinstate decode() call on Popen.communicate() output, needed for python 3Paul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@14069 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-02-20revert 14046 which attempted to "fix" something with python3 but broke ↵Paul Davis
various common uses git-svn-id: svn://localhost/ardour2/branches/3.0@14068 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-02-13add MIDNAM (patchfiles) to child list so that they get installedPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@14057 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-02-03Make fetch_svn_revision work properly with python 3Sakari Bergen
git-svn-id: svn://localhost/ardour2/branches/3.0@14046 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-01-23reverse logic used to decide whether or not to explicitly link against ↵Paul Davis
libintl, which should not happen on a linux system where glibc includes the libintl API git-svn-id: svn://localhost/ardour2/branches/3.0@13973 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-01-21fix git-svn version extraction for local git branchesRobin Gareus
git-svn-id: svn://localhost/ardour2/branches/3.0@13962 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-01-19new take on getting SVN revision numberPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@13881 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-01-07fix i18n-caused error in determining svn revision (shoudl fix #5256)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@13798 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-01-07fix error in wscript re: wiimotePaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@13797 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-01-07reinstate wiimote support, thanks to work by jannis pohlmannPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@13796 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-01-06sys.platform == 'linux2' VA linux2.x and 3.xRobin Gareus
git-svn-id: svn://localhost/ardour2/branches/3.0@13792 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-01-05!darwin != linuxRobin Gareus
needed for BSD support. tools/sanity_check is Linux specific. git-svn-id: svn://localhost/ardour2/branches/3.0@13780 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-01-04fix builds on newer gcc/ldPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@13778 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-12-14merge robin gareus' libltc into ardour source tree for conveniencePaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@13665 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-12-04bump versionPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@13599 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-12-04(re)fix for OS X 10.6 math.h breakagePaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@13598 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-12-04fix for OS X 10.6 math.h breakagePaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@13597 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-11-09clean up stupid confusion over ardour_system.rc and its contents. this file ↵Paul Davis
does not require substitution anymore, and besides, it was being subst'ed incorrectly because of changes to waf that were addressed in gtk2_ardour/wscript but not the top level wscript git-svn-id: svn://localhost/ardour2/branches/3.0@13408 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-10-05Fix wscript when PKG_CONFIG_PATH is empty.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@13210 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-10-04fix up various aspects of building against a private/personal dependency stackPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@13209 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-08-10add -Wpointer-arith -Wcast-qual -Wcast-align and others to compile flags, ↵Paul Davis
and fix const cast warnings generated by new flags git-svn-id: svn://localhost/ardour2/branches/3.0@13124 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-07-26fix for fetching git revision, from robin gareusPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@13085 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-07-25we're not really a beta anymorePaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@13083 d708f5d6-7413-0410-9779-e7cbd77b26cf