GNOME Bugzilla – Bug 708228
Add poppler to the manifest
Last modified: 2013-09-19 14:06:11 UTC
Poppler is needed for reading PDFs via gnome-documents and evince.
It needs openjpeg for JPEG 2000 support: http://code.google.com/p/openjpeg/
We can build poppler with --disable-poppler-cpp because the C++ wrapper doesn't seem to be used.
It is worth noting that cmake is required for building openjpeg. In the worst case we will have to build poppler without it.
Turns out that openjpeg-1.5.1 can be built without cmake, so we can stick to it for the moment.
Created attachment 255277 [details] [review] manifest: Add poppler
The poppler regression tests come in a different Git repository. I don't know if we want to add them or not.
Review of attachment 255277 [details] [review]: Looks fine to me, thanks!
Comment on attachment 255277 [details] [review] manifest: Add poppler Pushed. Thanks for the review.