Package: pecomato / 0.0.15-12

Metadata

Package Version Patches format
pecomato 0.0.15-12 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
makefile.patch | (download)

Makefile | 228 228 + 0 - 0 !
1 file changed, 228 insertions(+)

 add makefile based on makefile.linux
 Updated to use standard LDFLAGS
warning.patch | (download)

util.c | 6 1 + 5 - 0 !
1 file changed, 1 insertion(+), 5 deletions(-)

 fix warning incompatible implicit declaration of built-in function '_exit'
braces.patch | (download)

devtools/html2ps.pl | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fixes unescaped left brace in regex is illegal here in
 regex errors which make package to FTBFS with perl 5.26
tempfile.patch | (download)

devtools/html2ps.pl | 6 4 + 2 - 0 !
1 file changed, 4 insertions(+), 2 deletions(-)

 fixes unimplemented: posix::tmpnam(): use file::temp
 instead error which makes package to FTBFS with perl 5.26
tools.patch | (download)

Makefile.posix.inc | 4 2 + 2 - 0 !
doc/Makefile.posix.inc | 4 2 + 2 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 use packaged tools instead of embedded copies
gcc15.patch | (download)

adobe.c | 50 25 + 25 - 0 !
exif.c | 22 11 + 11 - 0 !
iptc.c | 76 38 + 38 - 0 !
iptc.h | 12 6 + 6 - 0 !
jfif.c | 52 26 + 26 - 0 !
jfif.h | 2 1 + 1 - 0 !
main.c | 72 36 + 36 - 0 !
util.c | 54 27 + 27 - 0 !
util.h | 44 22 + 22 - 0 !
9 files changed, 192 insertions(+), 192 deletions(-)

 fix build with gcc 15
 Replaces type bool with flag and the associated defines true/false
 with vrai/faux.