summaryrefslogtreecommitdiff
path: root/tools/osx_packaging
AgeCommit message (Collapse)Author
2017-07-03OSC: Add system osc preset directoryLen Ovens
2017-05-15Set Display Name for OSX/macOSRobin Gareus
2017-04-27try work-around occasionally misplaced app icons in dmg (set twice)Robin Gareus
2017-03-21Fix MB32C OSX package-nameRobin Gareus
2017-03-02Ship system_config with bundles again.Robin Gareus
This partially reverts commit ac40945ff96f27606ff5d3600cf06b0ba663a5e1. re-add system_config, but not instant.xml
2017-02-23Do not bundle default system_config (prefer built-in defaults)Robin Gareus
Inside the bundle, those files are read-only, anyway. This alleviates us from generating/updating the files with whenever the built-in default changes and also makes architecture dependent default-config (compile time #defines) work.
2017-01-30unconditionally include gmsynth.lv2 in bundles (and avldrums with MB)Robin Gareus
2016-11-23another hack to accommodate different project namesRobin Gareus
Mixbus32C-$MAJOR + Mixbus32C (dash before major version) vs Ardour$MAJOR + Ardour vs Mixbus$MAJOR + Mixbus
2016-11-16fix library depends for OSX vst scannerRobin Gareus
2016-10-15Include session-utils with OSX bundlesRobin Gareus
2016-09-23update default URL to follow harrison website restructuringRobin Gareus
2016-09-23Make bundle DSP URI configurable and version/variant independentRobin Gareus
2016-09-15Allow to bunde demo session(s)Robin Gareus
2016-09-15bundle embeddable/nativeUI Harrison pluginsRobin Gareus
2016-09-15remove cruft from packaging scriptsRobin Gareus
2016-08-21Exclude dev/example Lua scripts from packagesRobin Gareus
2016-08-10don't bundle no-inst scriptsRobin Gareus
2016-08-02include XT* plugins with Ardour bundles and x42 on OSX/WinRobin Gareus
2016-07-18correctly package color theme files for both linux and OS XPaul Davis
2016-07-06OSX: fix bundled lv2 plugin library names and depsRobin Gareus
2016-06-29fix color file install pathsPaul Davis
We are supposed to remove the application name after copying
2016-06-06mixbus x42-plugins bundle updateRobin Gareus
include stereo-route and midi-map
2016-06-01fix OS X bundling to include theme filesPaul Davis
2016-05-31fix install of color theme files for linux and OS XPaul Davis
2016-05-31do not strip appname from color theme filesPaul Davis
2016-05-31code to install color themes for linux + OS X buildsPaul Davis
2016-05-23more harrison packagingRobin Gareus
2016-05-17package Product/App specific resourcesRobin Gareus
2016-05-16icon-name follows program-nameRobin Gareus
so that derivative products don't need to replace binary image/icon files in the source (use ./waf configure --program-name=...)
2016-05-16Mixbus32 and 32C packagingRobin Gareus
2016-04-26deploy all *.colors files in binary bundlesRobin Gareus
2016-04-07variable for packaging channelstrip. allow renameRobin Gareus
2016-03-07fix OSX/PPC bundled pluginsRobin Gareus
2016-03-06prepare including fil4 w/MixbusRobin Gareus
2016-02-23change bindings file included in bundles for Linux and OS XPaul Davis
2016-02-23Add some lua scriptsRobin Gareus
2016-02-16OSX build - ignore order of options (and fix indent on the way)Robin Gareus
We call the script with "--nls --public" and not "--public --nls" --public did unset "WITH_NLS"
2015-12-13update harrison URLs (nightly builds)Robin Gareus
2015-09-19unhardcode OSX bundle-nameRobin Gareus
2015-08-07only bundle libstdc++ with OSX/PPCRobin Gareus
2015-07-30use “CPU family” to match ppc, ppc7400, etc.Robin Gareus
2015-07-30prepare for MB/PPCRobin Gareus
2015-07-24tweak OSX packagingRobin Gareus
2015-07-23don’t bother to set OSX DMG icon on old systemsRobin Gareus
`sips -i` fails on 10.5 and SetFile does not work even if the resource file is provided.
2015-07-23OSX: remove unused architectures from xjadeo & harvidRobin Gareus
2015-07-22amend 674e727Robin Gareus
2015-07-22OSX bundle libstdc++ for 10.5 supportRobin Gareus
see #6456 and http://stackoverflow.com/questions/6365772/unable-to-run-an-application-compiled-on-os-x-snow-leopard-10-6-7-on-another-m hopefully this won’t break plugins which may link against against the /usr/lib/ version. we’ll see.
2015-07-20amend 7a3280b, fix typoRobin Gareus
2015-07-20another OSX/PPC fixRobin Gareus
2015-07-14migrate bundled-plugin siteRobin Gareus