summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2013-07-15Update Pango modules file to work with Pango version in Fedora 17Paul Davis
2013-07-15Update mingw package script for Fedora 17Paul Davis
2013-07-15Update mingw environment to work with mingw-64 toolchain on F17Paul Davis
2013-07-15Revert "tweaks to mingw build environment"Paul Davis
This reverts commit fa09121a7f20ba424df5b9542564a467af63dc7a.
2013-07-15tweaks to mingw build environmentPaul Davis
2013-07-11Add clean script to windows stuff to save a bit of typingPaul Davis
2013-07-11Add Windows building/packaging scriptsPaul Davis
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
2013-03-26add <ardour-root>/bin to PATHRobin Gareus
prepare for video-util deployment in Linux bundle
2013-03-25remove notion of BUILD from build and uninstall scriptsPaul Davis
2013-03-25remove notion of BUILD from stage2.runPaul Davis
2013-03-25possible new naming convention, plus factor out version/DEBUG info into a ↵Paul Davis
sourced shell script fragment that can be shared by build+package
2013-03-25more packaging tweaks related to git/wscript/pythonPaul Davis
2013-03-24more packaging changes/debuggingPaul Davis
2013-03-24more packaging name fixesPaul Davis
2013-03-22more packaging name tweaksPaul Davis
2013-03-22more tweaks to get package names rightPaul Davis
2013-03-22change extraction of revision and build from revision.cc, and use in the ↵Paul Davis
build, package and uninstall scripts