| Summary: | Ghostscript package can not process pdf files anymore | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Lars <lars.george> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED MOVED | ||
| Severity: | normal | CC: | buildroot, yann.morin.1998 |
| Priority: | P5 | ||
| Version: | 2022.02 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Lars
2022-08-29 04:53:18 UTC
I digged into the problem a little bit and got a fix for myself. First of all I patched the mk file of the Ghostscript package: define GHOSTSCRIPT_REMOVE_LIBS rm -rf $(@D)/freetype $(@D)/ijs $(@D)/jbig2dec $(@D)/jpeg \ - $(@D)/lcms2mt $(@D)/libpng $(@D)/openjpeg $(@D)/tiff \ + $(@D)/lcms2mt $(@D)/libpng $(@D)/tiff \ $(@D)/zlib endef GHOSTSCRIPT_POST_PATCH_HOOKS += GHOSTSCRIPT_REMOVE_LIBS @@ -43,7 +43,7 @@ --enable-freetype \ --disable-gtk \ --without-libpaper \ - --without-pdf \ + --with-pdf \ --with-system-libtiff ifeq ($(BR2_PACKAGE_JBIG2DEC),y) Furthermore I do need to have the following BR packages: - BR2_PACKAGE_JBIG2DEC - BR2_PACKAGE_OPENJPEG Thank you for your report.
The issue tracker for the Buildroot project has been moved to
the Gitlab.com issue tracker:
https://gitlab.com/buildroot.org/buildroot/-/issues
We are taking this opportunity to close old issues in this old
tracker. If you believe your issue is still relevant, please
open one in the new issue tracker.
Thank you!
|