On Mon, Sep 10, 2018 at 02:15:14PM +0200, Michael Grzeschik wrote: > Signed-off-by: Michael Grzeschik <[email protected]>
This breaks building cups-filters: [...] filter/pdf.cxx: In function 'int pdf_fill_form(pdf_t*, opt_t*)': filter/pdf.cxx:740:44: error: invalid conversion from 'const GooString*' to 'GooString*' [-fpermissive] [...] filter/pdftoopvp/OPVPOutputDev.cxx: In member function 'void OPVPOutputDev::doUpdateFont(GfxState*)': filter/pdftoopvp/OPVPOutputDev.cxx:532:46: error: invalid conversion from 'const Ref*' to 'Ref*' [-fpermissive] filter/pdftoopvp/OPVPOutputDev.cxx:69:3: note: initializing argument 1 of 'SplashOutFontFileID::SplashOutFontFileID(Ref*)' [...] Michael > --- > rules/poppler.make | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/rules/poppler.make b/rules/poppler.make > index 229d85fe2..270a8a6a0 100644 > --- a/rules/poppler.make > +++ b/rules/poppler.make > @@ -22,8 +22,8 @@ PACKAGES-$(PTXCONF_POPPLER) += poppler > # > # Paths and names > # > -POPPLER_VERSION := 0.61.1 > -POPPLER_MD5 := 2d3dcea88d6a814317fac74d2a16c3cd > +POPPLER_VERSION := 0.68.0 > +POPPLER_MD5 := 722ea5837cdfaae4c98607987000de30 > POPPLER := poppler-$(POPPLER_VERSION) > POPPLER_SUFFIX := tar.xz > POPPLER_URL := http://poppler.freedesktop.org/$(POPPLER).$(POPPLER_SUFFIX) > @@ -85,7 +85,7 @@ POPPLER_CONF_OPT := \ > -DENABLE_ZLIB=$(call ptx/onoff,PTXCONF_POPPLER_ZLIB) \ > -DENABLE_ZLIB_UNCOMPRESS=NO \ > -DENABLE_LIBCURL=$(call ptx/onoff,PTXCONF_POPPLER_CURL) \ > - -DENABLE_CMS=$(call ptx/ifdef,PTXCONF_POPPLER_CMS,lcms2,) > + -DENABLE_CMS=$(call ptx/ifdef,PTXCONF_POPPLER_CMS,lcms2,none) > > # > ---------------------------------------------------------------------------- > # Target-Install > -- > 2.18.0 > > > _______________________________________________ > ptxdist mailing list > [email protected] -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list [email protected]
