summaryrefslogtreecommitdiff
path: root/tools/osx_packaging
AgeCommit message (Collapse)Author
2014-10-08fix setting OSX DMG background for 10.9.XRobin Gareus
2014-10-08update osx DMG icon tool pathsRobin Gareus
OS 10.9 no longer has /Developer, but DeRez, Rez & SetFile are in $PATH since at least 10.6
2014-09-13osx packaging tweaks:Robin Gareus
* include dummy if available * don't complain about existing vfork dir
2014-09-13fix osx bundle script for new .rc file namesRobin Gareus
2014-09-07fix packaging scripts to use new system config file name; NOTE: this file ↵Paul Davis
should probably be included in Windows packages but appears not to be Conflicts: tools/linux_packaging/build
2014-09-04remove requirement for JACK in OS X startup script now that we have the ↵Paul Davis
coreaudio backend from waves available
2014-09-04fix OS X packaging to include all required style filesPaul Davis
2014-07-11correctly copy vfork exec wrapper into right location in binary bundles on ↵Paul Davis
OS X and Linux
2014-05-25cosmetic fix to OSX packaging temp fileRobin Gareus
2014-05-21osx-bundle: fix vforkRobin Gareus
2014-04-28do not package anything but explicitly listed backends for the bundle(s) (OS X)Paul Davis
2014-04-18correct fix to OS X build script for patchfiles (spelling error)Paul Davis
2014-04-15explicitly create MIDNAM folder in OS X app packagingPaul Davis
2014-03-17add helper binaries to bundlesRobin Gareus
2013-11-05update packaging tools to always use revision.cc to determine version ↵Paul Davis
number, not text in top level wscript
2013-10-22fix bundling of .mo files in OS X bundlesPaul Davis
2013-10-20bundled LV2 plugin build and deploymentRobin Gareus
2013-10-16remember to fix up libnames in backends, missed the 3.5 tag but this is just ↵Paul Davis
the build script
2013-10-15package small-splash image in binary bundlesPaul Davis
2013-10-15amend to prev commit.Robin Gareus
2013-10-15update osx dmg packaging to new pangoRobin Gareus
2013-10-12enable videotimeline on OSXRobin Gareus
2013-10-11update OS X packaging script to include backendsPaul 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-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-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-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-03-18Set the revision mechanism independent from the VCS nameJulien de Kozak
2013-03-07and even more packaging changes for GTK engines on OS XPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@14174 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-03-07and more packaging changes for GTK engines on OS XPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@14173 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-03-07more packaging changes for GTK engines on OS XPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@14172 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-03-07packaging changes for GTK engines on OS XPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@14171 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-03-05package mono font on OS X tooPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@14141 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-03-04allow build/packaging scripts to find the right version ID for as long as we ↵Paul Davis
have separate designations on different platforms git-svn-id: svn://localhost/ardour2/branches/3.0@14132 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-02-23spice up OSX DMGRobin Gareus
add background image and icon git-svn-id: svn://localhost/ardour2/branches/3.0@14094 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-01-30don't bother packaging ArdourMono on OS XPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@14034 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-01-29push ArdourMono font into OS X bundlePaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@14029 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-11-09copy ardour_system.rc into OS X bundle from (new) correct locationPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@13411 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-07-23add PREBUNDLE_ENV to startup script for OS X, so that JACK can be discovered ↵Paul Davis
correctly git-svn-id: svn://localhost/ardour2/branches/3.0@13072 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-05-30fix osx build script when the path to the plugin folder contains spacesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@12492 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-05-24build script tweaks for OS XPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@12434 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-05-24more build script cleanupsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@12431 d708f5d6-7413-0410-9779-e7cbd77b26cf