libcupsfilters 2.0b3 #9
tillkamppeter
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Fixes of bugs found while packaging for distros, mainly in the build system and the source code documentation
cfFilterGhostscript(): Select correct ICC profile for PCL-XL. When using thecfFilterGhostscript()filter function to generate PCL-XL (PXL, PCL 6, Ghostscript output devices "pxlmono", "pxlcolor") output, always the color IPP profilesrgb.cwas used, also for monochrome output ("pxlmono") and this makes Ghostscript error out. Now we correctly selectsgray.iccfor monochrome output.cfGetPrinterAttributes(): Pollmedia-col-databaseseparately if needed.Some printers are not able to handle a get-printer-attributes request querying both the
allgroup attribute and themedia-col-databaseattribute, so query the latter with a separate call in such cases.cfGenerateSizes(): Also parse themedia-col-readyIPP attribute for page sizes and margins. This often reveals extra margin variants, like borderless.cfPDFOut...()API (cupsfilters/pdfutils.h). This API only makes sense if the API of fontembed is also public, but this we made private earlier.README.md: Remove unnecessary dependencies overlooked during the separation: zlib (only needed by libppd), Freetype (not needed any more after removal ofpdftoopvp), Avahi and GLib (both only needed by cups-browsed). Thanks a lot, Zdenek Dohnal (Pull request Remove unused dependencies #7).COPYING,NOTICE: Simplification for autotools-generated files.autotools-generated files can be included under the license of the upstream code, and FSF copyright added to upstream copyright list. Simplified
COPYINGappropriately.COPYING,NOTICE: Added copyright year 2023COPYING,NOTICE,AUTHORS: Added Jai Luthra and Vikrant MalikMakefile.am: IncludeLICENSEin distribution tarballThis discussion was created from the release libcupsfilters 2.0b3.
Beta Was this translation helpful? Give feedback.
All reactions