Up to [cvs.NetBSD.org] / pkgsrc / print / ghostscript-agpl
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Current tag: pkgsrc-2021Q3
Pullup ticket #6512 - requested by mlelstv print/ghostscript-agpl: pullup and build fix Revisions pulled up: - print/ghostscript-agpl/Makefile.common 1.25 - print/ghostscript-agpl/PLIST 1.20 - print/ghostscript-agpl/distinfo 1.37 - print/ghostscript-agpl/patches/patch-configure 1.8
print/ghostscript-agpl: Fix broken merge for distinfo
Pullup ticket #6500 - requested by bsiegert print/ghostscript-agpl: Bugfix, undefined reference error during link Revisions pulled up: - print/ghostscript-agpl/distinfo 1.37 - print/ghostscript-agpl/patches/patch-base_gsicc__lcms2.c 1.1 --- Module Name: pkgsrc Committed By: ryoon Date: Thu Sep 30 23:48:51 UTC 2021 Modified Files: pkgsrc/print/ghostscript-agpl: distinfo Added Files: pkgsrc/print/ghostscript-agpl/patches: patch-base_gsicc__lcms2.c Log Message: ghostscript-agpl: Fix undefined reference error during link
ghostscript-agpl: updated to 9.54.0 The 9.54.0 release is a maintenance release, and also adds new functionality. Highlights in this release include: Overprint simulation is now available to all output devices, allowing quality previewing/proofing of PostScript and PDF jobs that rely on overprint. See the -dOverprint option documentation in: Overprint The "docxwrite" device adds the ability to output to Microsoft Word "docx" format. See: docxwrite The pdfwrite device is now capable of using the Tesseract OCR engine when it is built into Ghostscript to improve searchability and copy and paste functionality when the input lacks the metadata for that purpose. See: UseOCR Ghostscript/GhostPDL now includes a "map text to black" function, where text drawn by an input job (except when drawn using a Type 3 font) can be forced to draw in solid black. See: BlackText Ghostscript/GhostPDL now supports simple N-up imposition "internally". See: NupControl Our efforts in code hygiene and maintainability continue. The usual round of bug fixes, compatibility changes, and incremental improvements. (9.53.0) We have added the capability to build with the Tesseract OCR engine. In such a build, new devices are available (pdfocr8/pdfocr24/pdfocr32) which render the output file to an image, OCR that image, and output the image "wrapped" up as a PDF file, with the OCR generated text information included as "invisible" text (in PDF terms, text rendering mode 3). Mainly due to time constraints, we only support including Tesseract from source included in our release packages, and not linking to Tesseract/Leptonica shared libraries. Whether we add this capability will be largely dependent on community demand for the feature.