Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
fix-spelling-error.patch | Fix lintian reported spelling errors | Yavor Doganov <yavor@gnu.org> | no | 2019-11-25 | ||
gnustep-port.patch | An almost complete port to GNUstep. Apparently upstream has only build-tested the app on GNUstep. Runtime tests revealed a few GNUstep bugs -- some of them got fixed while others are worked around. Some changes may not be entirely correct as obviously there are differences between Cocoa and GNUstep behavior. . Code relying on CoreGraphics is #ifdef'ed out but this should be reverted when the GNUstep implementation, gnustep-opal, is packaged. . The support for dcraw/libraw/ffmpeg/FITS/SER formats is built in the app itself and not provided as separate bundles. This is a deliberate choice for simplicity's sake as we'd have to move more files around and provide compatibility symlinks to cater for the FHS (and in the case of the Dcraw bundle, the symlink for /usr/bin/dcraw from the dcraw package). Likewise, LynkeosCore is not built as framework. . Needs further testing and possibly other tweaks. |
Yavor Doganov <yavor@gnu.org> | no | debian | 2024-09-26 | |
manpage-fix.patch | Add manpage and get it installed by upstream's build system. The old manpage (from 1.x series) was not merged upstream and was not very good (not that this one is). Needs some improvement before it can be forwarded upstream. |
Yavor Doganov <yavor@gnu.org> | no | 2018-03-10 | ||
gcc-warnings.patch | Fix some compiler warnings. Also check the return value of fread/fgets. . comparison of distinct pointer types lacks a cast assignment makes integer from pointer without a cast [-Wint-conversion] 'main' is usually a function [-Wmain] 'foo' may be used uninitialized in this function missing braces around initializer [-Wmissing-braces] passing argument N of ‘foo:’ from distinct Objective-C type passing argument N of ‘foo:’ from incompatible pointer type initialization of ‘double *’ from incompatible pointer type ‘id’ initialization from distinct Objective-C type "GNUSTEP" redefined |
Yavor Doganov <yavor@gnu.org> | no | 2024-01-15 | ||
glibc-2.27.patch | Fix FTBFS with glibc/2.27. | Yavor Doganov <yavor@gnu.org> | no | debian | 2024-01-14 | |
ftbfs-ppc64el.patch | Fix AltiVec-related FTBFS on ppc64el. Build-tested only; possibly incorrect. Ideally should be verified by performing a runtime test. |
Frédéric Bonnard <frediz@debian.org> | no | debian | 2019-01-31 | |
ffmpeg-5.0.patch | Fix FTBFS with ffmpeg/5.0. | Yavor Doganov <yavor@gnu.org> | no | debian | 2024-01-14 | |
nsbundle-exception.patch | Fix typo in Localizable.strings leading to exception. | Yavor Doganov <yavor@gnu.org> | no | 2024-01-15 | ||
gcc-14.patch | Fix FTBFS with GCC 14 on 32-bit architectures. | Yavor Doganov <yavor@gnu.org> | no | debian | 2024-07-29 |