summaryrefslogtreecommitdiff
path: root/tools/linux_packaging
AgeCommit message (Collapse)Author
2017-07-18Fix LD_LIBRARY_PATH in GNU/Linux startup scriptnickolas360
Currently, the startup script for GNU/Linux adds the current working directory to LD_LIBRARY_PATH if LD_LIBRARY_PATH is not empty or unset. For example, if LD_LIBRARY_PATH is set to "/lib" when the current script is run, it will be set to "<install-dir>/lib::/lib", which includes the current working directory as one of the paths. This commit removes the extra colon added to LD_LIBRARY_PATH (without changing the script's behavior of setting LD_LIBRARY_PATH to an empty string when it is unset).
2017-07-17Update tools for new source-tree layoutRobin Gareus
2017-07-03OSC: Add system osc preset directoryLen Ovens
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-26Consistent naming of installers: Name + Version [+Variant] + Arch5.7Robin Gareus
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-02-16Better solution 213cc1d32Robin Gareus
2017-02-15Allow bundling suil/qt4,5 using system-wide QTRobin Gareus
2017-01-30unconditionally include gmsynth.lv2 in bundles (and avldrums with MB)Robin Gareus
2016-10-23Include hidapi libraryRobin Gareus
2016-10-11Bundle session-scripts for linux buildsRobin 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-09-02Move check for detected bundle earlier in install process.Todd Naugle
Previously if the bundle being installed did not support the detected system the user would get an error message about the .size file being missing.
2016-08-21Exclude dev/example Lua scripts from packagesRobin Gareus
2016-08-15allow for whitespace in XDG_DESKTOP_DIRRobin Gareus
This allows for example "Área de Trabalho"
2016-08-14edit text regarding the "required" nature of JACK during installation processPaul Davis
2016-08-13Another step towards gcc-ABI detection when installing as rootRobin Gareus
makeself extracts the file with owner-only access. When the installer itself runs as root, NORM_USER won't be able to call the abi-test tool.
2016-08-12revert 388a8fc9; prefer gcc4 if we can't determine the ABIRobin Gareus
2016-08-12allow to manually override gcc ABI selection in the installerRobin Gareus
2016-08-10don't bundle no-inst scriptsRobin Gareus
2016-08-02if we can't determine the gcc4/5 prefer the new gcc5 ABIRobin Gareus
2016-08-02include XT* plugins with Ardour bundles and x42 on OSX/WinRobin Gareus
2016-07-30yet another multi-ABI bundle installer fixRobin Gareus
2016-07-29and now with proper bash syntaxRobin Gareus
2016-07-29prepare installer for multiabi bundlesRobin Gareus
2016-07-29make makeself compression options optional.Robin Gareus
2016-07-29Don't compress linux bundle, compress installer (with xz)Robin Gareus
This halves the installer size from about 60MB to 29MB.
2016-07-18correctly package color theme files for both linux and OS XPaul Davis
2016-07-17bundle dynamically loaded NSS libsRobin Gareus
2016-06-29fix color file install pathsPaul Davis
We are supposed to remove the application name after copying
2016-06-29fix cursor set path during linux buildPaul Davis
2016-06-25fix uninstaller for variants (Mixbus32C vs Mixbus)Robin Gareus
2016-06-06mixbus x42-plugins bundle updateRobin Gareus
include stereo-route and midi-map
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-24vamp API/ABI uses gcc4/5 specific C++ :(Robin Gareus
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-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