summaryrefslogtreecommitdiff
path: root/tools/linux_packaging
AgeCommit message (Collapse)Author
2015-03-09more work to remove hard coding of major version number for linux packagingPaul Davis
2015-03-09more work to remove hard coding of major version number for linux packagingPaul Davis
2015-03-09attempt to remove major version hard-coding from linux packaging toolsPaul Davis
2015-02-26include x42 plugins in mixbus bundleRobin Gareus
2015-02-16dump bundled file-listRobin Gareus
2015-02-14fix regexp in prev commit (abs path)Robin Gareus
2015-02-14linux packaging: ignore QT4 dependencyRobin Gareus
2015-01-28add lv2core to bundles Robin Gareus
The ontology is needed for plugin classification.
2014-12-18fix up noderun script used on VMs to build releasesPaul Davis
2014-12-18specify shell to use during install, to avoid problems with non-standard shells.Paul Davis
based on github pull request #68 from nulltrek, who noted: "If the system shell is not syntax compliant with sh (such as fish shell), the install script fails to execute some lines (like stage2.run:671, fish shell doesn't have the && operator) because the "su" command opens a new default shell"
2014-12-10fix binding file bundle pathRobin Gareus
2014-12-08another metric ton of color workPaul Davis
2014-12-08change packaging of GTK rc file for OS X and Linux.Paul Davis
I cannot find the equivalent location for Windows
2014-12-01fix linux installer:Robin Gareus
* allow to override install dir with environment variable. * create /opt if if it does not exist and INSTALL_DEST_BASE env is unset.
2014-11-28change extention of linux installers to .runRobin Gareus
2014-11-13Linux-bundle: deploy all compiled backendsRobin Gareus
2014-11-13install all additional binaries in $libdirRobin Gareus
2014-11-13don't use cached sudo password in un/installerRobin Gareus
2014-11-13set umask in installerRobin Gareus
see https://github.com/megastep/makeself/issues/6
2014-11-11linux packaging: add some checks to reduce warningsRobin Gareus
2014-10-16include default UI config file in linux packagePaul Davis
2014-10-16package ui_dark.rc file in linux packagesPaul Davis
2014-09-28fix typos in prev commit.Robin Gareus
2014-09-28prepare self-extracting installer using 'makeself'Robin Gareus
see also http://megastep.org/makeself/
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-04fix linux packaging to include all required style filesPaul Davis
2014-07-11on linux, build ALSA backend as part of binary bundle, but don't include ↵Paul Davis
libdbus in bundle
2014-07-11correctly copy vfork exec wrapper into right location in binary bundles on ↵Paul Davis
OS X and Linux
2014-06-05proper dbus device reservationRobin Gareus
2014-06-04break out ALSA related functions into libardouralsautilRobin Gareus
2014-04-28do not package anything but explicitly listed backends for the bundle(s) (Linux)Paul Davis
2014-03-17add helper binaries to bundlesRobin Gareus
2013-12-14fix linux build script to include libcanvas rather than libgnomecanvasPaul Davis
2013-11-05update packaging tools to always use revision.cc to determine version ↵Paul Davis
number, not text in top level wscript
2013-10-20bundled LV2 plugin build and deploymentRobin Gareus
2013-10-15package small-splash image in binary bundlesPaul Davis
2013-10-15additional pango version updatePaul Davis
2013-10-15fix namespace issue with demangle on systems without execinfo.hPaul Davis
2013-10-11update Linux packaging script to include backendsPaul Davis
2013-06-14packaging scripts: use rsync for video-toolsRobin Gareus
2013-06-12try removing --backtrace from VM build scriptPaul Davis
2013-06-11make startup helper script use actual version, not a hard-coded 3.0 valuePaul Davis
2013-06-11stop hard-coding main executable as ardour-3.0Paul Davis
2013-06-11round 2: *correctly* add --harvid to VM build scriptsPaul Davis
2013-06-11add --harvid to VM build scriptsPaul Davis
2013-06-10set PATH (used for harvid+ffmpeg)Robin Gareus
2013-06-06disable symbol export -- fix LinuxVST issueRobin Gareus
-rdynamic: Pass the flag -export-dynamic to the ELF linker, on targets that support it. This instructs the linker to add all symbols, not only used ones, to the dynamic symbol table. This option is needed for some uses of dlopen or to allow obtaining backtraces from within a program. Some LinuxVST pluging cause ardour3 to crash -- if ardour is linked with -rdynamic (see #ardour log from 2013-jun-6). This is likely compiler specific and not a problem on las' build-machine (gcc 4.5.5) which is why the linux-packaging script enables it by default. The issue can be reproduced reliably with gcc 4.7.2 and 4.6.3. Although it is yet unclear if it is caused by g++/ld or related to other factors of the build-system...
2013-05-16fix typo in jack version messagesTodd Naugle
2013-05-08various miscellany related to versions, gtk2 build and packagingPaul Davis
2013-04-16update linux packaging script to include xjadeo & harvidRobin Gareus