summaryrefslogtreecommitdiff
path: root/tools/osx_packaging
AgeCommit message (Collapse)Author
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
2015-07-04packaging: cope with OSX/finder latency on busy systemsRobin Gareus
2015-07-02stream of consciousness^WtyposRobin Gareus
2015-07-02separate plugin & channel-strip installationRobin Gareus
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-03-23OSX: pango & gtk-pixbuf modules be gone.Robin Gareus
2015-03-23OSX bundle updates for 4.X[-rcX]Robin Gareus
2015-03-23clean up after OSX packaging.Robin Gareus