summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2015-05-05NSM preparation for OSX and windowsRobin Gareus
Note that on those platforms the application name is a full path. This is permitted by the specs: “executable_name MUST be the executable name that the program was launched with. For C programs, this is simply the value of argv[0]” [http://non.tuxfamily.org/nsm/API.html#n:1.2.1.1.] but the current implementation of nsm expects the basename only and searched $PATH.
2015-05-04update startup scripts for NSMRobin Gareus
fixes #6265 for GNU/Linux.
2015-04-24suffix “x86” to start-menu entry for ardour 32bitRobin Gareus
This allows to cleanly install 32 and 64bit windows versions in parallel. Ideally we’d only do that for 32bit builds on win64. We need an NSIS guru to write code to detect this during installation and write the correct uninstaller for that case.
2015-04-23auto-launch ardour in gdb.Robin Gareus
2015-04-23better version of the last commit (windows uninstall)Robin Gareus
2015-04-23allow to install windows 32&64bit versions in parallel (again)Robin Gareus
2015-04-23remove —no-jack-metadata option from windows scriptRobin Gareus
2015-04-23update windows installer finish page text & linkRobin Gareus
2015-04-19attempt to fix the strip clubRobin Gareus
2015-04-05installer: check for jackdbus fixes #6229Robin Gareus
2015-04-03fix bundles for ’3.0’, ‘4.0’ tags.Robin Gareus
2015-04-03win packaging: use common “define_versions.sh”Robin Gareus
2015-04-03fix: windows uninstall before re-installRobin Gareus
2015-04-02allow to prefix tags with “<text>+”Robin Gareus
eg. mixbus+3.0 or mb+3.1-rc1
2015-04-02windows: run uninstaller on re-installRobin Gareus
2015-03-23fix 4.X windows packagingRobin Gareus
2015-03-23OSX: pango & gtk-pixbuf modules be gone.Robin Gareus
2015-03-23use built-in pango & gdk-pixbus modules (Linux)Robin Gareus
2015-03-23OSX bundle updates for 4.X[-rcX]Robin Gareus
2015-03-23clean up after linux packagingRobin Gareus
2015-03-23clean up after OSX packaging.Robin Gareus
2015-03-12add seek info to readtestPaul Davis
2015-03-12pimp readtest.Robin Gareus
2015-03-12have another go at windows i18nRobin Gareus
2015-03-12prepare windows i18nRobin Gareus
2015-03-10windows package: pick up major versionRobin Gareus
2015-03-10tweak OS X packaging for 10.9Robin Gareus
2015-03-09more work to remove hard coding of major version number for linux packagingPaul Davis
2015-03-09more work to remove hard coding of major version number for linux packagingPaul Davis
2015-03-09attempt to remove major version hard-coding from linux packaging toolsPaul Davis
2015-03-08update default windows configRobin Gareus
(jack on windows does not ship metadata.h)
2015-03-07add coreaudio backend to bundleRobin Gareus
2015-03-04remove unused empty functionPaul Davis
2015-03-04remove unused -N (nocache) option from readtest scriptPaul Davis
2015-02-26rsync & cache plugins locallyRobin Gareus
2015-02-26really thin bundled pluginsRobin Gareus
2015-02-26include x42 plugins in mixbus bundleRobin Gareus
2015-02-17OSX package: don’t copy dylib itself to libdir.Robin Gareus
fixes duplicate panner, backend etc libs in bundle.
2015-02-17fix windows packaging (unversioned dll)Robin Gareus
2015-02-16dump bundled file-listRobin Gareus
2015-02-14fix regexp in prev commit (abs path)Robin Gareus
2015-02-14linux packaging: ignore QT4 dependencyRobin Gareus
2015-02-12win-pkg, ignore missing suil modulesRobin Gareus
2015-02-12windows: deploy suil modulesRobin Gareus
2015-02-02OSX packaging: fix disk-image "Resource busy"Robin Gareus
see http://lists.apple.com/archives/darwin-dev/2008/Sep/msg00030.html
2015-01-30make it possible to bundle harrison plugins; osx version (disabled for now)Ben Loftis
2015-01-28fix up and comment fmt-bindings toolPaul Davis
2015-01-28Map window bindings to alt.David Robillard
As they were before, got caught in the crossfire of super key bindings fix.
2015-01-28add lv2core to bundles Robin Gareus
The ontology is needed for plugin classification.
2015-01-28readtest: calculate running average and stddevRobin Gareus