Package: sfftobmp / 3.1.3-5

Metadata

Package Version Patches format
sfftobmp 3.1.3-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 fix typos.patch | (download)

doc/readme | 4 2 + 2 - 0 !
src/cmdline.cpp | 2 1 + 1 - 0 !
win32/boost/boost/iterator/iterator_adaptor.hpp | 2 1 + 1 - 0 !
3 files changed, 4 insertions(+), 4 deletions(-)

---
02 fix output filename suffix.patch | (download)

src/main.cpp | 34 18 + 16 - 0 !
1 file changed, 18 insertions(+), 16 deletions(-)

 sfftobmp does not append page index to output filenames anymore
 When converting a multipage fax, sfftobmp does not append the expected
 numerical page index to the output filename:

 File /var/spool/capisuite/received/fax.sff seems to
 have 2 page(s).
 - Destination File /tmp/buschfaxtmp/fax.jpg :
   Converting page 1 (1728x1140px / 203x98dpi), LowRes ...
 - Destination File /tmp/buschfaxtmp/fax.jpg :
   Converting page 2 (1728x1140px / 203x98dpi), LowRes ...

 It ought to be (and was in prior versions):

 - Destination File /tmp/buschfaxtmp/fax_001.jpg :
   Converting page 1 (1728x1140px / 203x98dpi), LowRes ...
 - Destination File /tmp/buschfaxtmp/fax_002.jpg :
   Converting page 2 (1728x1140px / 203x98dpi), LowRes ...

 The problem was identified to be associated with new behaviour introduced by
 boost::filesystem V3 (version 1.49 in Wheezy and up)