summaryrefslogtreecommitdiff
path: root/tools/linux_packaging
AgeCommit message (Expand)Author
2012-07-21remove translation hack, which for some reason is not needed for ardour 2.X2.8.14Paul Davis
2012-07-21only disable text translations, not numerics or timePaul Davis
2012-07-20Correctly allow startup options to be passed to the main program when bundled...Todd Naugle
2012-06-18better version of previous commit (better as in "working")Paul Davis
2012-06-18copy any required MO (i18n) files from the ardour stack into the bundlePaul Davis
2012-06-18better version of previous commit (better as in "working")Paul Davis
2012-06-18when copying GTK .mo files into the bundle, get them from the GTK stack, not ...Paul Davis
2012-06-18revert a previous change. libardour_cp needs to be moved from the surfaces di...Todd Naugle
2012-06-12try switch to clearlooks-newer on linuxPaul Davis
2012-06-12try to copy the right clearlooks for linux 2.XPaul Davis
2012-06-12chrpath should switch RPATH to a nonsense valuePaul Davis
2012-06-122.X-ify noderun, part fourPaul Davis
2012-06-122.X-ify noderun, part threePaul Davis
2012-06-122.X-ify noderun, part twoPaul Davis
2012-06-122.X-ify noderun, part onePaul Davis
2012-06-12add use of chrpathPaul Davis
2012-06-12add noderun (build+package) script from 3.0 to 2.XPaul Davis
2012-05-28fix linux app-bundling for 2.X, where libardourcp is called, unfortuantely, l...Paul Davis
2012-05-24bring build script into line with 3.0 versionPaul Davis
2012-05-24tweaks to packaging to make SUIL (and thus LV2 UI's) workPaul Davis
2012-05-23backport packaging fixes from 3.0Paul Davis
2012-04-03fix missing quote in disk space check failure messageTodd Naugle
2012-02-29remove code for the manual link which was accidentally picked up in the last ...Todd Naugle
2012-02-29The installer will now create a link to the program in /usr/local/bin to allo...Todd Naugle
2012-01-11fix GTK_PATH in binary bundlePaul Davis
2011-11-08Installer now handles i18n of the Desktop folder. Running the installer or un...Todd Naugle
2011-09-21check install dir before anything elsePaul Davis
2011-06-29Add another test to detect a non interactive shell. This may be the best meth...Todd Naugle
2011-05-27Properly handle spaces in filenames along the path to the installer.Todd Naugle
2011-05-27add -P to invocation of df(1) to ensure expected output formatTodd Naugle
2011-04-28Fix debug build detectionTodd Naugle
2011-04-28Remove unused strip option from package script. Fixed build script to properl...Todd Naugle
2011-04-06Backport --strip=some|none|all option from A3Todd Naugle
2011-04-06install and uninstall can now be run as root (ie su -c) although this is not ...Todd Naugle
2011-04-01Added checks to ensure there is enough disk space to install. Also added a ch...Todd Naugle
2011-04-01Include the bundle size files in the packageTodd Naugle
2011-04-01Calculate the size of the bundle and store it off in a fileTodd Naugle
2011-03-29Support for single architecture packages from A3Todd Naugle
2011-03-29Allow extra command line parameters to be passed inTodd Naugle
2011-02-24Debug or stripped debug packages now get marked as such when the package is m...Todd Naugle
2011-02-14added -d flag to bundle startup script that will launch ardour inside the deb...Todd Naugle
2011-02-09switch back to xterm being the first choice of terminals to use. This solves ...Todd Naugle
2011-02-09Fix typosTodd Naugle
2011-02-09Install instructionsTodd Naugle
2011-02-08make stage2.run a hidden fileTodd Naugle
2011-02-08Set the PWD here also. Some systems lose this when install calls stage2. Adds...Todd Naugle
2011-02-08A more robust way to ensure the PWD is correct. Look for gnome or kde termina...Todd Naugle
2011-02-08remove the bundle dir after it has been tar'ed upTodd Naugle
2011-02-04turn on strip by defaultTodd Naugle
2011-02-04only strip libs when requestedTodd Naugle