Commit Graph

404 Commits

Author SHA1 Message Date
Tim Mayberry
e0d8d3f3d3 Fix definition of application name in Fedora based mingw packaging scripts
Probably needs to be configurable at some point
2014-12-03 17:31:04 +07:00
Robin Gareus
859d6e2043 fix linux installer:
* allow to override install dir with environment variable.
 * create /opt if if it does not exist and INSTALL_DEST_BASE env is unset.
2014-12-01 23:15:12 +01:00
Robin Gareus
822f11becd change extention of linux installers to .run 2014-11-28 03:41:49 +01:00
Robin Gareus
2966dd4a9f add a variable to specify windows build concurrency 2014-11-21 23:12:17 +01:00
Robin Gareus
cc5f5c7738 copy hotspots file when packaging windows cursors 2014-11-19 00:21:32 +01:00
Robin Gareus
41128d1fd4 fix windows icon deply path 2014-11-18 22:32:06 +01:00
Robin Gareus
68b3568ab0 deploy square cursors as default for windows 2014-11-18 22:08:51 +01:00
Robin Gareus
dc2de0126a OSX packaging:
* postfix DMG with "-dbg" if not optimized.
* strip binary and libs if optimized
2014-11-17 07:49:16 +01:00
Robin Gareus
11b75bf179 Linux-bundle: deploy all compiled backends 2014-11-13 21:35:36 +01:00
Robin Gareus
fbf7fe1b01 fix memory leak 2014-11-13 20:45:39 +01:00
Robin Gareus
cb38034334 install all additional binaries in $libdir 2014-11-13 19:57:40 +01:00
Robin Gareus
f0fd264f5e don't use cached sudo password in un/installer 2014-11-13 06:00:29 +01:00
Robin Gareus
2d5a068086 set umask in installer
see https://github.com/megastep/makeself/issues/6
2014-11-13 05:56:25 +01:00
Robin Gareus
aa9dda2c6a fix/amend b84b0bfd 2014-11-11 21:46:29 +01:00
Robin Gareus
b84b0bfdff clean up after ourselves 2014-11-11 15:35:06 +01:00
Robin Gareus
27e3bae19e linux packaging: add some checks to reduce warnings 2014-11-11 15:29:51 +01:00
Robin Gareus
72b063b6eb add 512px icon 2014-11-11 15:22:09 +01:00
Robin Gareus
1ae111669c osx packaging: add some checks to reduce warnings 2014-11-11 15:22:09 +01:00
Robin Gareus
da17695c81 osx build script: change default xjadeo/harvid cache folder 2014-11-11 15:22:09 +01:00
Robin Gareus
0ac3ed8681 fix osx startup script /usr/local test
A vanilla OSX system has no /usr/local/ folder. Ardour can still
run with the coreaudio or dummy backend.
2014-11-11 15:22:09 +01:00
Robin Gareus
f5f7f87ab6 windows installer: add option to use zlib (a lot faster) 2014-10-22 23:58:57 +02:00
Robin Gareus
88d6cb2654 migrate build & package scripts to where they belong.
The build stack-script remains in ardour-build-tools.
2014-10-21 21:21:01 +02:00
Paul Davis
542ed52c13 include default UI config file in linux package 2014-10-16 07:22:26 -04:00
Paul Davis
6024431e10 package ui_dark.rc file in linux packages 2014-10-16 06:17:52 -04:00
Robin Gareus
6600cf0daa migrate windows build script to ardour-build-tools repository 2014-10-12 11:33:51 +02:00
Robin Gareus
93f816b2fe fix setting OSX DMG background for 10.9.X 2014-10-08 19:16:31 +02:00
Robin Gareus
baf6f73c34 update osx DMG icon tool paths
OS 10.9 no longer has /Developer, but
DeRez, Rez & SetFile are in $PATH since at least 10.6
2014-10-08 01:17:08 +02:00
Robin Gareus
5f100d8c13 win-build:
* /tmp -> /var/tmp for persistence
* allow 32 & 64bit stacks to co-exist
* enable ASIO/waves backend by default
2014-10-08 01:17:08 +02:00
Robin Gareus
94e7015c70 64bit windows VSTs 2014-10-05 18:11:11 +02:00
Robin Gareus
d1564669cf windows application icon 2014-10-05 02:12:25 +02:00
Robin Gareus
c57f309d7c windows build-script update:
* fix installation paths for VAMP-plugin & VST-scanner
* use latest boost (fewer compiler wanings)
* integrate gdb for 64bit
* add some comments, doc
2014-10-04 21:48:54 +02:00
Robin Gareus
0689577a25 overhaul mingw build script for 32 and 64bit builds 2014-10-03 02:48:39 +02:00
Robin Gareus
ad7d3658d3 fixup windows installer for debian/jessie win32+posix variants 2014-10-02 06:10:54 +02:00
Robin Gareus
0d20cd5911 from zero to windows installer 2014-10-02 00:48:36 +02:00
Robin Gareus
d859d16a1f document mingw build script variables, add some options 2014-10-01 21:04:41 +02:00
Robin Gareus
4f58638ac0 harfbuzzed - also reverts 666de70d 2014-10-01 16:24:37 +02:00
Robin Gareus
c14d1681e2 update mingw build script:
* create libs with debug symbols for now
* stack align: http://www.peterstock.co.uk/games/mingw_sse/
* deploy latest binary (when reconfigured)
* workaround libxml doctype issue (-O2 causes issues)
* fix LV2 install path
2014-10-01 16:24:37 +02:00
Robin Gareus
45ebe88bbb x-compile windows stack & A3 binary 2014-10-01 00:46:51 +02:00
Robin Gareus
853bc97f34 fix typos in prev commit. 2014-09-28 21:22:12 +02:00
Robin Gareus
22d44eb9ee prepare self-extracting installer using 'makeself'
see also http://megastep.org/makeself/
2014-09-28 21:13:18 +02:00
Robin Gareus
a962b106a3 osx packaging tweaks:
* include dummy if available
* don't complain about existing vfork dir
2014-09-13 22:19:51 +02:00
Robin Gareus
91f71a93fd fix osx bundle script for new .rc file names 2014-09-13 22:18:56 +02:00
Paul Davis
6a9cf1e210 fix packaging scripts to use new system config file name; NOTE: this file should probably be included in Windows packages but appears not to be
Conflicts:

	tools/linux_packaging/build
2014-09-07 10:23:03 -04:00
Paul Davis
2f6e021b3c remove requirement for JACK in OS X startup script now that we have the coreaudio backend from waves available 2014-09-04 22:24:41 -04:00
Paul Davis
3a5317cc67 fix linux packaging to include all required style files 2014-09-04 22:24:40 -04:00
Paul Davis
cc74f35d0c fix OS X packaging to include all required style files 2014-09-04 22:24:40 -04:00
Paul Davis
5b85c5f0bf python3 fix for autowaf.py 2014-07-13 08:36:17 -04:00
Paul Davis
1f501ef940 on linux, build ALSA backend as part of binary bundle, but don't include libdbus in bundle 2014-07-11 10:40:45 -04:00
Paul Davis
7464b3f9fa correctly copy vfork exec wrapper into right location in binary bundles on OS X and Linux 2014-07-11 09:59:36 -04:00
Ben Loftis
eaa17c3951 xfade rects should only pop-up in Object mode, when they are focusable 2014-07-07 15:34:20 -05:00