Red Hat Bugzilla – Bug 822410
pdfgrep doesn't build with poppler-0.20.0
Last modified: 2012-05-21 04:20:24 EDT
Description of problem: pdfgrep fails when built with new poppler-0.20.0. Version-Release number of selected component (if applicable): pdfgrep-1.2-7
Created attachment 585398 [details] patch fixing building of pdfgrep Hi, attached patch fixes build of pdfgrep with poppler-0.20.0. poppler has changed API of TextOutputDev's constructor and also API of TextOutputFunc. The patch doesn't check for the version of poppler. Regards Marek Additional info: http://cgit.freedesktop.org/poppler/poppler/commit/?id=e17f09563276ee25b6acfc127b6ea360da650030
Hi, I've upgraded pdfgrep to the current upstream version, which uses poppler-cpp unsted of poppler and builds just fine. The updated version made it to rawhide. Does this resolve this issue? I hope you didn't spend too much time on the patch. Best regards Joachim
Hi Joachim, yes, the new version fixes this bug. It didn't take me much time, it was an easy fix :). Thank you Marek