* [ptxdist] [PATCH 1/2] poppler-data: version bump to v0.4.9
@ 2018-09-10 12:15 Michael Grzeschik
2018-09-10 12:15 ` [ptxdist] [PATCH 2/2] poppler: version bump to v0.68.0 Michael Grzeschik
0 siblings, 1 reply; 4+ messages in thread
From: Michael Grzeschik @ 2018-09-10 12:15 UTC (permalink / raw)
To: ptxdist
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
---
rules/poppler-data.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/poppler-data.make b/rules/poppler-data.make
index 956747847..b3236d667 100644
--- a/rules/poppler-data.make
+++ b/rules/poppler-data.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_POPPLER_DATA) += poppler-data
#
# Paths and names
#
-POPPLER_DATA_VERSION := 0.4.8
-POPPLER_DATA_MD5 := 00f8989c804de84af0ba2ea629949980
+POPPLER_DATA_VERSION := 0.4.9
+POPPLER_DATA_MD5 := 35cc7beba00aa174631466f06732be40
POPPLER_DATA := poppler-data-$(POPPLER_DATA_VERSION)
POPPLER_DATA_SUFFIX := tar.gz
POPPLER_DATA_URL := https://poppler.freedesktop.org/$(POPPLER_DATA).$(POPPLER_DATA_SUFFIX)
--
2.18.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* [ptxdist] [PATCH 2/2] poppler: version bump to v0.68.0
2018-09-10 12:15 [ptxdist] [PATCH 1/2] poppler-data: version bump to v0.4.9 Michael Grzeschik
@ 2018-09-10 12:15 ` Michael Grzeschik
2018-09-17 7:57 ` Michael Olbrich
0 siblings, 1 reply; 4+ messages in thread
From: Michael Grzeschik @ 2018-09-10 12:15 UTC (permalink / raw)
To: ptxdist
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
---
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
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [PATCH 2/2] poppler: version bump to v0.68.0
2018-09-10 12:15 ` [ptxdist] [PATCH 2/2] poppler: version bump to v0.68.0 Michael Grzeschik
@ 2018-09-17 7:57 ` Michael Olbrich
2018-09-18 9:31 ` Roland Hieber
0 siblings, 1 reply; 4+ messages in thread
From: Michael Olbrich @ 2018-09-17 7:57 UTC (permalink / raw)
To: ptxdist
On Mon, Sep 10, 2018 at 02:15:14PM +0200, Michael Grzeschik wrote:
> Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
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
> ptxdist@pengutronix.de
--
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
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [PATCH 2/2] poppler: version bump to v0.68.0
2018-09-17 7:57 ` Michael Olbrich
@ 2018-09-18 9:31 ` Roland Hieber
0 siblings, 0 replies; 4+ messages in thread
From: Roland Hieber @ 2018-09-18 9:31 UTC (permalink / raw)
To: ptxdist
On Mon, Sep 17, 2018 at 09:57:36AM +0200, Michael Olbrich wrote:
> On Mon, Sep 10, 2018 at 02:15:14PM +0200, Michael Grzeschik wrote:
> > Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
>
> 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*)'
> [...]
This needs a newer cups-filters, I'll send a patch soon.
- Roland
--
Roland Hieber | r.hieber@pengutronix.de |
Pengutronix e.K. | https://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim | Phone: +49-5121-206917-5086 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-09-18 9:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-10 12:15 [ptxdist] [PATCH 1/2] poppler-data: version bump to v0.4.9 Michael Grzeschik
2018-09-10 12:15 ` [ptxdist] [PATCH 2/2] poppler: version bump to v0.68.0 Michael Grzeschik
2018-09-17 7:57 ` Michael Olbrich
2018-09-18 9:31 ` Roland Hieber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox