This following patch was originally found at the debian mingw-w64 team's binutils repo located here: https://salsa.debian.org/mingw-w64-team/binutils-mingw-w64.git Invoke the following in the aforementioned repo to see the original patch: $ git show da63f6b:debian/patches/reproducible-import-libraries.patch Description: Make DLL import libraries reproducible Author: Benjamin Moody Bug-Debian: https://bugs.debian.org/915055 --- a/ld/pe-dll.c +++ b/ld/pe-dll.c @@ -2844,6 +2844,7 @@ bfd_set_format (outarch, bfd_archive); outarch->has_armap = 1; + outarch->flags |= BFD_DETERMINISTIC_OUTPUT; /* Work out a reasonable size of things to put onto one line. */ ar_head = make_head (outarch); ange='this.form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/easyrpg.scm
AgeCommit message (Collapse)Author
2024-09-02gnu: easyrpg-player: Enable MIDI format support.gemmaro
* gnu/packages/easyrpg.scm (easyrpg-player)[arguments]<#:configure-flags>: Enable fmmidi option for MIDI format support. Change-Id: I8253f84bdea7c9754e5b9e2bc1b413f2b63a5f19 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2024-09-02gnu: easyrpg-player: Update to 0.8.gemmaro
* gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.8. Change-Id: I05f3c6b66dfadc48a7569b3672096550c244e904 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2024-09-02gnu: liblcf: Update to 0.8.gemmaro
* gnu/packages/easyrpg.scm (liblcf): Update to 0.8. Change-Id: I97f458945b33b01bc76ab88c0c503d8a2bec275a Signed-off-by: 宋文武 <iyzsong@member.fsf.org>