summaryrefslogtreecommitdiff
path: root/tools/windows_packaging
AgeCommit message (Collapse)Author
2016-10-03Remove old unused and unmaintained Windows build scriptsTim Mayberry
These scripts are no longer used and caused confusion to someone on IRC recently who thought they were used for the official builds.
2015-01-01Add dummy backend in Fedora based mingw-w64 build scriptsTim Mayberry
2014-12-03Copy evoral test files to correct location Fedora mingw bundleTim Mayberry
2014-12-03Add midi++2 unit tests to the Fedora based mingw buildTim Mayberry
2014-12-03Fix definition of application name in Fedora based mingw packaging scriptsTim Mayberry
Probably needs to be configurable at some point
2014-06-07Update pango.modules and remove reference to old pango module versionTim Mayberry
Fedora 19 and 20 use same 1.8.0 module path
2014-06-07Only copy necessary config files to package directoryTim Mayberry
Also use -L flag so files are actually copied and not linked
2014-06-07Added LV2 libs and bundled LV2 plugins to windows packaging scriptsTim Mayberry
2014-05-14Change windows packaging to have separate scripts for Fedora 19 and 20Tim Mayberry
A large part of the packaging is shared in package.sh, this approach should work on windows with another dll list in package-waves.sh and redefined copydll function(which I've added untested as copydll-waves.sh) Also add support for 64bit mingw builds via ARCH env variable. If unset defaults to 32bit build
2013-12-07Add README to mingw packageTim Mayberry
2013-12-07Add --list option to script to run ardour tests with wineTim Mayberry
2013-12-07Add ability to run single libardour tests using wineTim Mayberry
2013-12-07Rename run-wine script to wine-ardour and run library tests from new scriptsTim Mayberry
2013-12-07Move environment setup to run tests in wine to new fileTim Mayberry
2013-12-07Use new version variable in windows packaging scriptsTim Mayberry
2013-12-07Strip all executables in a mingw release buildTim Mayberry
2013-12-07Don't include *.debug files in debug packageTim Mayberry
These files slow down gdb at startup and many(any?) don't seem to work correctly
2013-12-07Use DEBUG flag as defined by tools/define_versions.sh in mingw buildTim Mayberry
2013-12-07Only call define versions script in mingwenv after a build is successfulTim Mayberry
This stops clean.sh script complaining about a non-existant path
2013-12-07Updates to windows/mingw README fileTim Mayberry
2013-12-07Add two scripts for running gdb so source listing works when debuggingTim Mayberry
Updated Debugging section in README
2013-12-07Remove two scripts no longer usedTim Mayberry
These scripts are too specific to my virtual machine setup, a more generic method can now be used by setting ARDOUR_VM_SHARE_DIR and using the cptovmshare.sh script.
2013-12-07Add script to copy package directory to directory shared by VMTim Mayberry
directory path set in ARDOUR_VM_SHARE_DIR
2013-12-07Refer to external repository for instructions on setting up Fedora to cross ↵Tim Mayberry
compile Ardour using MinGW-64
2013-12-07Add scripts for building using mingw compiler with distccTim Mayberry
2013-12-05new/extended windows packaging scripts and associated resourcesPaul Davis
2013-07-22Use common mingw build script to reference location of windows test imageTim Mayberry
2013-07-22Fix reference to new location of windows test imageTim Mayberry
2013-07-22Add some dll's to list to copy to mingw based windows packageTim Mayberry
These are some new dependencies in Fedora 19 mingw packages
2013-07-22Use cross-platform packaging version script in MinGW buildTim Mayberry
2013-07-22Correct file perms on to make scripts executable in windows build filesTim Mayberry
2013-07-15Update Pango modules file to work with Pango version in Fedora 17Paul Davis
2013-07-15Update mingw package script for Fedora 17Paul Davis
2013-07-15Update mingw environment to work with mingw-64 toolchain on F17Paul Davis
2013-07-15Revert "tweaks to mingw build environment"Paul Davis
This reverts commit fa09121a7f20ba424df5b9542564a467af63dc7a.
2013-07-15tweaks to mingw build environmentPaul Davis
2013-07-11Add clean script to windows stuff to save a bit of typingPaul Davis
2013-07-11Add Windows building/packaging scriptsPaul Davis