Patch |
File delta |
Description |
fix spelling error.patch | (download) |
application/Sources/DcrawReader.m |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
fix lintian reported spelling errors
|
gnustep port.patch | (download) |
application/GNUstep/GNUmakefile |
77 49 + 28 - 0 !
application/Sources/BayerImageBuffer.h |
5 5 + 0 - 0 !
application/Sources/BayerImageBuffer.m |
4 2 + 2 - 0 !
application/Sources/DcrawReader.m |
59 52 + 7 - 0 !
application/Sources/DcrawReaderPrefs.m |
6 5 + 1 - 0 !
application/Sources/FFmpegReader.m |
13 12 + 1 - 0 !
application/Sources/FITSRawReader.m |
7 7 + 0 - 0 !
application/Sources/LibRaw_Reader.m |
9 8 + 1 - 0 !
application/Sources/LynkeosAlertPanel.m |
8 6 + 2 - 0 !
application/Sources/LynkeosFourierBuffer.m |
37 36 + 1 - 0 !
application/Sources/LynkeosImageBuffer.h |
5 5 + 0 - 0 !
application/Sources/LynkeosImageBuffer.m |
73 73 + 0 - 0 !
application/Sources/LynkeosProcessableImage.m |
18 18 + 0 - 0 !
application/Sources/LynkeosProcessing.h |
4 4 + 0 - 0 !
application/Sources/LynkeosProcessingParameterMgr.m |
2 1 + 1 - 0 !
application/Sources/MyCachePrefs.m |
4 2 + 2 - 0 !
application/Sources/MyChromaticAlignerView.m |
4 1 + 3 - 0 !
application/Sources/MyChromaticLevels.m |
9 5 + 4 - 0 !
application/Sources/MyCocoaFilesReader.h |
2 1 + 1 - 0 !
application/Sources/MyCocoaFilesReader.m |
9 9 + 0 - 0 !
application/Sources/MyCustomViews.m |
2 2 + 0 - 0 !
application/Sources/MyDocument.m |
30 30 + 0 - 0 !
application/Sources/MyGeneralPrefs.m |
8 8 + 0 - 0 !
application/Sources/MyImageAligner.m |
15 14 + 1 - 0 !
application/Sources/MyImageAnalyzerView.m |
4 4 + 0 - 0 !
application/Sources/MyImageList.m |
8 8 + 0 - 0 !
application/Sources/MyImageListEnumerator.m |
2 1 + 1 - 0 !
application/Sources/MyImageListItem.m |
24 23 + 1 - 0 !
application/Sources/MyImageListWindow.m |
14 13 + 1 - 0 !
application/Sources/MyImageListWindowOutlineView.m |
2 1 + 1 - 0 !
application/Sources/MyImageView.h |
5 5 + 0 - 0 !
application/Sources/MyImageView.m |
82 82 + 0 - 0 !
application/Sources/MyPluginsController.m |
17 11 + 6 - 0 !
application/Sources/MyProcessingThread.m |
2 1 + 1 - 0 !
application/Sources/MyTiff16Reader.m |
4 4 + 0 - 0 !
application/Sources/MyUnsharpMask.m |
2 1 + 1 - 0 !
application/Sources/SER.h |
1 1 + 0 - 0 !
application/Sources/SER_ImageBuffer.m |
16 15 + 1 - 0 !
application/Sources/SER_RAW_Reader.m |
9 9 + 0 - 0 !
application/Sources/SER_Reader.m |
9 9 + 0 - 0 !
application/Sources/SER_Writer.m |
2 2 + 0 - 0 !
application/Sources/geometry.h |
5 5 + 0 - 0 !
application/ThreadConnectionSources/LynkeosThreadConnection.m |
5 4 + 1 - 0 !
43 files changed, 554 insertions(+), 69 deletions(-) |
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
|
manpage fix.patch | (download) |
application/GNUstep/GNUmakefile |
12 12 + 0 - 0 !
application/GNUstep/Lynkeos.1 |
74 74 + 0 - 0 !
2 files changed, 86 insertions(+) |
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.
|
gcc warnings.patch | (download) |
application/GNUstep/GNUmakefile |
3 2 + 1 - 0 !
application/Sources/DcrawReader.m |
43 24 + 19 - 0 !
application/Sources/FFmpegReader.m |
4 2 + 2 - 0 !
application/Sources/FITSReader.m |
2 1 + 1 - 0 !
application/Sources/FITSWriter.m |
2 1 + 1 - 0 !
application/Sources/LynkeosBasicAlignResult.m |
4 4 + 0 - 0 !
application/Sources/LynkeosFourierBuffer.m |
18 9 + 9 - 0 !
application/Sources/MyGeneralPrefs.m |
2 1 + 1 - 0 !
application/Sources/MyImageAlignerView.m |
7 4 + 3 - 0 !
application/Sources/MyImageListItem.m |
2 1 + 1 - 0 !
application/Sources/MyImageListWindow.m |
16 9 + 7 - 0 !
application/Sources/MyImageStacker.m |
2 1 + 1 - 0 !
application/Sources/MyProcessingThread.m |
2 1 + 1 - 0 !
application/Sources/MyTiff16Reader.m |
2 1 + 1 - 0 !
application/Sources/MyTiffWriter.m |
2 1 + 1 - 0 !
application/ThirdPartySources/SMDoubleSlider/SMDoubleSliderCell.m |
1 0 + 1 - 0 !
16 files changed, 62 insertions(+), 50 deletions(-) |
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
|
glibc 2.27.patch | (download) |
application/Sources/BayerImageBuffer.m |
4 2 + 2 - 0 !
application/Sources/DcrawReaderPrefs.m |
4 2 + 2 - 0 !
application/Sources/FITSRawReader.m |
8 4 + 4 - 0 !
application/Sources/FITSReader.m |
8 4 + 4 - 0 !
application/Sources/FITSWriter.m |
4 2 + 2 - 0 !
application/Sources/LynkeosImageBuffer.m |
6 3 + 3 - 0 !
application/Sources/MyDeconvolution.m |
4 2 + 2 - 0 !
application/Sources/MyImageAnalyzerView.m |
6 3 + 3 - 0 !
application/Sources/MyTiff16Reader.m |
4 2 + 2 - 0 !
application/Sources/corelation.m |
2 1 + 1 - 0 !
10 files changed, 25 insertions(+), 25 deletions(-) |
fix ftbfs with glibc/2.27.
Bug-Debian: https://bugs.debian.org/891336
|
ftbfs ppc64el.patch | (download) |
application/Sources/MyDeconvolution.m |
23 13 + 10 - 0 !
application/Sources/MyUnsharpMask.m |
9 6 + 3 - 0 !
2 files changed, 19 insertions(+), 13 deletions(-) |
fix altivec-related ftbfs on ppc64el.
Build-tested only; possibly incorrect. Ideally should be verified by
performing a runtime test.
|
ffmpeg 5.0.patch | (download) |
application/Sources/FFmpegReader.h |
2 1 + 1 - 0 !
application/Sources/FFmpegReader.m |
21 9 + 12 - 0 !
2 files changed, 10 insertions(+), 13 deletions(-) |
fix ftbfs with ffmpeg/5.0.
Bug-Debian: https://bugs.debian.org/1004766
|
nsbundle exception.patch | (download) |
application/en.lproj/Localizable.strings |
4 2 + 2 - 0 !
application/es.lproj/Localizable.strings |
4 2 + 2 - 0 !
application/fr.lproj/Localizable.strings |
4 2 + 2 - 0 !
3 files changed, 6 insertions(+), 6 deletions(-) |
fix typo in localizable.strings leading to exception.
|
gcc 14.patch | (download) |
application/Sources/LynkeosLanczosInterpolator.m |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
fix ftbfs with gcc 14 on 32-bit architectures.
Bug-Debian: https://bugs.debian.org/1077496
|
ffmpeg 7.0.patch | (download) |
application/Sources/FFmpegReader.m |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
avoid using a deprecated function.
|