Package: ardour3 / 3.5.403~dfsg-3
Metadata
Package | Version | Patches format |
---|---|---|
ardour3 | 3.5.403~dfsg-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
waf.patch | (download) |
waf-light |
163 163 + 0 - 0 ! |
reapply waflib as unpacked source, and add waf-light waf was shipped by upstream but in non-DFSG binary form so stripped from Debian redistributed source. . This patch was made roughly from these routines: . ./waf ; \ mv .waf*/waflib waflib && \ rm waf ; \ find ./waflib -iname "*.pyc" -delete ; \ wget http://waf.googlecode.com/git-history/waf-1.6.11/waf-light ; \ ln -s waf-light waf && chmod +x waf-light |
wscript.patch | (download) |
wscript |
10 3 + 7 - 0 ! |
always rely on the version from debian changelog We generate libs/ardour/revision.cc from debian/rules. Adapt the wscript to parse our custom format. To avoid confusion with any existing .git directory on a packager's machine, disable the git version check and pretend it's a tarball. |
log stdout.patch | (download) |
wscript |
9 9 + 0 - 0 ! |
log waf messages to stdout, not stderr The buildds kill the build if they don't see messages in stdout for a long time. Unfortunately, waf defaults to printing such messages to stderr, so ardour takes too long on slower archs. Work around that by printing to stdout. |
midi data loss.patch | (download) |
libs/ardour/smf_source.cc |
29 21 + 8 - 0 ! |
fix midi data loss when editing |