Michael Gilbert wrote, on 01/03/12 23:17: > 2012/1/2 Jörg-Volker Peetz: >> Package: xpdf >> Version: 3.03-7 >> Severity: minor >> >> Dear Maintainer, >> >> the maximal zoom factor is only 400% (the standard value of the original >> xpdf) >> in this version, whereas in version 3.02 it was 1600%. >> Why is fix-580495.patch no longer applied? Something went wrong? > > Because it was causing segfaults under various conditions. If you're > really interested in this, you can take a look at fixing the patch up > so its really ready for inclusion. > > Best wishes, > Mike > Are the segfaults depending on a special pdf-file? Do you have some examples for the problem?
I compiled xpdf 3.03 on my system by hand from xpdf_3.03.orig.tar.gz applying only patch fix-580495.patch from xpdf_3.03-7.debian.tar.gz and configuring with ./configure --with-freetype2-library=/usr/lib/x86_64-linux-gnu --with-freetype2-includes=/usr/include/freetype2 I had to fix line 1826 in xpdf/XPDFViewer.cc with a cast to read s = XmStringCreateLocalized((char*)zoomMenuInfo[i].label); The otherwise resulting compile error (g++ 4.6.2) seems not to be addressed in any of the other patches in xpdf_3.03-7.debian.tar.gz. I found no problem with the zooming using some of my bigger pdf-files. Best regards, Jörg-Volker. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

