Comment 6 for bug 1315142

Revision history for this message
su_v (suv-lp) wrote :

> so we can ensure that we're not breaking things on older versions.

On OS X 10.7.5, the attached version of the patch (ported to trunk) compiles successfully with
- Inkscape trunk r13333 and poppler 0.26.0
but fails with
- inkscape trunk r13333 and poppler 0.18.4
- inkscape trunk r13333 and poppler 0.22.1
- inkscape trunk r13333 and poppler 0.24.5

AFAICT there are two kind of tests needed:
poppler 0.18.4 already failed with
- GfxColorSpace::parse()
poppler 0.22.1 and 0.24.5 failed with
- GfxPattern *lookupPattern()
- GfxShading *lookupShading()