Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
install_all_schemes-Allow-to-install-with-prefix-and-with.patch | install_all_schemes: Allow to install with prefix and without sudo | =?utf-8?q?Guido_G=C3=BCnther?= <agx@sigxcpu.org> | no | 2023-09-17 | ||
compile-scheme-Honor-SOURCE_DATE_EPOCH.patch | compile-scheme: Honor SOURCE_DATE_EPOCH This allows the generated vst files to become reproducible as they otherwise differ by the build date: -INSERT INTO metadata VALUES('scheme-compiled-date','2024-08-26 19:46:00 +0000'); +INSERT INTO metadata VALUES('scheme-compiled-date','2024-08-26 19:56:08 +0000'); See https://reproducible-builds.org/docs/source-date-epoch/ for details |
=?utf-8?q?Guido_G=C3=BCnther?= <agx@sigxcpu.org> | no | 2024-08-26 | ||
tests-Make-scheme-path-configurable.patch | tests: Make scheme path configurable This allows to run the tests against installed schemes on the system which can then e.g. be used in Debian's autopkgtest to validate that schemes are working as expected. |
=?utf-8?q?Guido_G=C3=BCnther?= <agx@sigxcpu.org> | no | 2024-08-27 | ||
Use-File.exist-instead-of-deprecated-File.exists.patch | Use File.exist? instead of deprecated File.exists? (cherry picked from commit 735bed11611f4381545522fb56812aa476f4108b) |
Subin Siby <mail@subinsb.com> | no | 2023-09-16 | ||
compile-scheme-Remove-remaining-use-of-File.exists-20.patch | compile-scheme: Remove remaining use of File.exists? (#20) Otherwise we fail to run on recent ruby. (cherry picked from commit fcf0590ed475baedbbbed51213f3566634c6b8e6) |
=?utf-8?q?Guido_G=C3=BCnther?= <agx@sigxcpu.org> | no | 2024-08-29 | ||
varnam-Detect-the-architecture-at-runtime.patch | varnam: Detect the architecture at runtime The current list works for i386 and amd64 but fails e.g on arm64, armhf or mips. Use RbConfig to detect the arch at runtime |
Guido Guenther <agx@amdahl.debian.org> | yes | 2024-11-27 |