Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
2001_fix-FTCBFS.patch | engrampa FTCBFS: AC_RUN_IFELSEAbstract: engrampa fails to cross build from source, because it uses a run check to discover the behaviour of file wrt zstd. This has two problems: A) It uses AC_RUN_IFELSE, which breaks cross compilation. B) It checks the version of file used during build. Not the one it is working with. . I'm attaching a patch that makes it simply assume a recent file during cross compilation and we can be done with that. My solution leaves aspect B) unaddressed. Please close this bug even if not solving B). . For solving B), there are a number of options. A simple one is issuing a runtime dependency on libmagic1 (>= 1:5.38). Then you always have the fixed libmagic and nothing to worry about. . This doesn't work upstream however. For upstream there also is a better solution. Instead of checking the behaviour of file at build time, you can check the version of file at runtime. You can simply call magic_version() in the application. Quoted from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971810 |
Helmut Grohne <helmut@subdivi.de> | no | |||
1001_add-shebang-to-isoinfo-script.patch | Add shebang to isoinfo.sh script. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
0001_fix-segfault-on-opening-deb-files.patch | [PATCH] Fix Segfault on opening .deb files after recent Debian Unstable updates Fix https://github.com/mate-desktop/engrampa/issues/496 |
zhuyaliang <15132211195@163.com> | no | 2023-09-15 | ||
0002_7zip.patch | [PATCH] command-7z: Add new 7-zip(7zz and 7zzs) project support | zhuyaliang <15132211195@163.com> | no | 2023-03-20 | ||
0003_7z-Fix-accepting-RAR-archives-when-unar-open-zip-tru.patch | [PATCH] 7z: Fix accepting RAR archives when unar-open-zip=true Offset was not properly updated when adding support for EPUB+ZIP in 84fb5cfe96263f79e50b68a5a6996e40c514cf74, leading to disabling both ZIP and RAR when the option unar-open-zip was enabled. |
Colomban Wendling <cwendling@hypra.fr> | no | 2024-01-23 | ||
0004_Add-MIME-aliases-for-gzip-and-bzip2.patch | [PATCH] Add MIME aliases for gzip and bzip2 The application/gzip alias is e.g. provided by FileRoller and Ark, application/bzip2 is provided by FileRoller. |
Guido Berhoerster <guido+freiesoftware@berhoerster.name> | no | 2023-05-08 | ||
1002_implicit-function-declaration.patch | Fix "error: implicit declaration of function ‘strcasecmp’ [-Werror=implicit-function-declaration]" | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | yes |