summaryrefslogtreecommitdiff
path: root/tools/osx_packaging
AgeCommit message (Collapse)Author
2020-05-01remove unusued SAE build target from osx_buildPaul Davis
2020-05-01make with-NLS be the default for Mac buildsPaul Davis
It already was for mixbus, but not for ardour
2020-04-21Really bundle web-surface data with Linux and Mac buildsRobin Gareus
This fix copy/paste/edit bug in 5d3554408
2020-04-21Include web-surface data in linux and mac bundlesRobin Gareus
2020-03-26Source-tree consistency (headless tools at top-level)Robin Gareus
This move ardour-lua session tool to top-level, next to headless/hardev.
2020-02-23Also move Lua scripts to share subfolderRobin Gareus
2020-02-23Clean up top-level source treeRobin Gareus
Collect architecture independent data in 'share' subfolder. This also matches the install path
2020-01-25Fix OSX/PPC packagingRobin Gareus
This partially reverts 5a841ef462 to fix issues with egrep "libstdc++.6.dylib"
2020-01-25Tweaks to build/package scripts for new wafRobin Gareus
* Windows: delete waf installed .dll.a files * Windows: override waf's conf.env.LIBDIR = conf.env.BINDIR with explicit --libdir * Windows: fix asm (`x86_64-w64-mingw32-as` -D flag is for debug messages, -D defines are not available) * Mac: override waf adding -install_name (and -Wl,-compatibility_version -Wl,-current_version) by moving -dynamiclib from linkflags to ldflags * Mac: Allow libs with compat version number suffix (not needed anymore, but may help in the future)
2019-12-05Undo habits of a Serif font loverRobin Gareus
2019-12-04Bundle ArdourSans with packagesRobin Gareus
2019-10-23Update MacOS installer to directly run Ardour w/o script wrapperRobin Gareus
2019-09-02Package VAMP pYIN pluginRobin Gareus
2019-08-20Bundle x42-tuner, drop rule-based midifilterRobin Gareus
2019-06-05Fix mac package - libreadline was r-x, changing install_name failedRobin Gareus
2019-06-05NO-OP: whitespaceRobin Gareus
2019-06-04Package commandline Lua-session toolRobin Gareus
2019-04-09Unify build-system customization (Ardour/Mixbus)Robin Gareus
2018-11-30Freeze harvid/xjadeo PPC versionRobin Gareus
2018-11-25Bundle x42-limiter with binariesRobin Gareus
2018-08-07Bundle Rotary Speaker with binariesRobin Gareus
2018-01-30Prepare plugin-meta-data config-dir and filesRobin Gareus
2017-11-29OSX packaging: don't create empty Plugins dirRobin Gareus
2017-09-07Deploy dynamically loaded NSS libs with OSX bundlesRobin Gareus
2017-08-23Deploy Session-templatesRobin Gareus
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