Summary: | media-libs/lcms-2.13 causes dark background when printing using HP OfficeJetPro 8715 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Stefano Crocco <stefano.crocco> |
Component: | Current packages | Assignee: | Printing Team <printing> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sam |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://github.com/mm2/Little-CMS/commit/fdbfb7694f9d7048d53674b79ddfc38068bfdaf7.patch | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Stefano Crocco
2022-02-01 19:43:17 UTC
Same problem printing PDFs with an Epson ET-7750. Reverting to lcms-2.12 resolves the issue for me as well. I noticed Okular's print preview was also affected. Does https://github.com/mm2/Little-CMS/commit/fdbfb7694f9d7048d53674b79ddfc38068bfdaf7.patch help? Put it in /etc/portage/patches/media-libs/lcms/bug832520.patch. If it works, we can add it to Gentoo. Same issue with any PDF/ODT printing (CUPS test page printed fine) on HP DeskJet F380, and on Okular print preview. The suggested patch helps; downgrading to 2.12 works fine, too. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98cddc12ba0bbc204444db2162389fa1b430a14e commit 98cddc12ba0bbc204444db2162389fa1b430a14e Author: Sam James <sam@gentoo.org> AuthorDate: 2022-02-03 10:50:10 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-02-03 10:50:10 +0000 media-libs/lcms: backport grayscale regression fix Closes: https://bugs.gentoo.org/832520 Signed-off-by: Sam James <sam@gentoo.org> .../files/lcms-2.13-grayscale-regression.patch | 38 ++++++++++++++++++++++ .../lcms/{lcms-2.13.ebuild => lcms-2.13-r1.ebuild} | 4 +++ 2 files changed, 42 insertions(+) (In reply to Arusekk from comment #3) > Same issue with any PDF/ODT printing (CUPS test page printed fine) on HP > DeskJet F380, and on Okular print preview. > > The suggested patch helps; downgrading to 2.12 works fine, too. Thanks! The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01d345a2a91f782d33a2d1217fdf63617e962413 commit 01d345a2a91f782d33a2d1217fdf63617e962413 Author: Sam James <sam@gentoo.org> AuthorDate: 2022-02-06 11:21:16 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-02-06 11:22:16 +0000 media-libs/lcms: add 2.13.1 Bug: https://bugs.gentoo.org/832520 Closes: https://bugs.gentoo.org/832733 Thanks-to: Matt Whitlock <gentoo@mattwhitlock.name> (bashism fix) Signed-off-by: Sam James <sam@gentoo.org> media-libs/lcms/Manifest | 1 + .../files/lcms-2.13.1-fix-configure-bashisms.patch | 22 +++++++++ media-libs/lcms/lcms-2.13.1.ebuild | 57 ++++++++++++++++++++++ 3 files changed, 80 insertions(+) The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff1f94f0199ddd89190540dbe66be07b3da14f3b commit ff1f94f0199ddd89190540dbe66be07b3da14f3b Author: Sam James <sam@gentoo.org> AuthorDate: 2022-02-14 23:08:37 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-02-14 23:11:07 +0000 dev-python/pillow: drop test skips in 9.0.1 These were actually a bug in LCMS 2.13 (fixed in 2.13-r1, 2.13.1). Thanks to Pillow upstream for debugging this with us! Bug: https://bugs.gentoo.org/832520 Bug: https://github.com/python-pillow/Pillow/issues/6013 Signed-off-by: Sam James <sam@gentoo.org> dev-python/pillow/pillow-9.0.1-r1.ebuild | 9 --------- dev-python/pillow/pillow-9.0.1.ebuild | 9 --------- 2 files changed, 18 deletions(-) |