summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2013-12-15mnemonic PDF: margin, URL, and (C)year updatesRobin Gareus
2013-11-05remove exportvis changes from autowaf.pyPaul Davis
2013-11-05add autowaf.py since we have branched from drobilla's version due to export ↵Paul Davis
visibility stuff
2013-11-05update packaging tools to always use revision.cc to determine version ↵Paul Davis
number, not text in top level wscript
2013-10-23add script to clean up translationsRobin Gareus
2013-10-22fix bundling of .mo files in OS X bundlesPaul Davis
2013-10-20bundled LV2 plugin build and deploymentRobin Gareus
2013-10-16remember to fix up libnames in backends, missed the 3.5 tag but this is just ↵Paul Davis
the build script
2013-10-15package small-splash image in binary bundlesPaul Davis
2013-10-15additional pango version updatePaul Davis
2013-10-15fix namespace issue with demangle on systems without execinfo.hPaul Davis
2013-10-15amend to prev commit.Robin Gareus
2013-10-15update osx dmg packaging to new pangoRobin Gareus
2013-10-12enable videotimeline on OSXRobin Gareus
2013-10-11update OS X packaging script to include backendsPaul Davis
2013-10-11update Linux packaging script to include backendsPaul Davis
2013-07-31valgrind ignore glib UTF8 warningsRobin Gareus
2013-06-14osx packaging: clean up temp dirsRobin Gareus
OSX's .DS_Store file keeps rmdir from working.
2013-06-14packaging scripts: use rsync for video-toolsRobin Gareus
2013-06-13update OSX disk imageRobin Gareus
* unpack xjadeo dmg - add Jadeo.app * new background image with arrow for xjadeo
2013-06-12try removing --backtrace from VM build scriptPaul Davis
2013-06-11fix up detection of version by define_versions.shPaul Davis
2013-06-11more changes to consolidate version definition into the top level wscript filePaul Davis
2013-06-11adjust the way version and revision info are gathered, defined and usedPaul Davis
2013-06-11make startup helper script use actual version, not a hard-coded 3.0 valuePaul Davis
2013-06-11stop hard-coding main executable as ardour-3.0Paul Davis
2013-06-11round 2: *correctly* add --harvid to VM build scriptsPaul Davis
2013-06-11add --harvid to VM build scriptsPaul Davis
2013-06-10set PATH (used for harvid+ffmpeg)Robin Gareus
2013-06-10deploy harvid+ffmpeg binaries directly w/ardour OSX bundleRobin Gareus
2013-06-10add test for writability of /usr/local/lib in OS X startup scriptPaul Davis
2013-06-09Merge branch 'master' of git@git.ardour.org:ardour/ardourPaul Davis
2013-06-09use correct quoting in OS X startup scriptPaul Davis
2013-06-08include video-tools into OSX dmgRobin Gareus
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-16fix typo in jack version messagesTodd Naugle
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-30fix version detection in OSX build scriptRobin Gareus
2013-04-20refine video-tools installer:Robin Gareus
* arch/platform detection * curl progress-bar
2013-04-20add script to install video-toolsRobin Gareus
2013-04-16update linux packaging script to include xjadeo & harvidRobin Gareus
2013-04-08once more try to get that revision info correct, sighPaul Davis
2013-04-08try to get that revision info correct, sighPaul Davis
2013-04-08fix definition of release version info in the case where git describe --tags ↵Paul Davis
returns a precise tag, rather than tag-REVCOUNT
2013-04-07harvid binaries moved to ardour.orgRobin Gareus
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-05do not include harvid by default in linux build (wrong variable definition)Paul Davis
2013-04-05add -L to curl in linux build script so that 301 responses while fetching ↵Paul Davis
harvid are handled
2013-03-27optionally include video-server in linux bundleRobin Gareus