Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 573970 - net-print/cups should not PDEPEND on ghostscript/poppler directly
Summary: net-print/cups should not PDEPEND on ghostscript/poppler directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Printing (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-06 01:31 UTC by Brian Norris
Modified: 2016-02-11 02:22 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
[PATCH] net-print/cups: consolidate dependencies into cups-filters (0001-net-print-cups-consolidate-dependencies-into-cups-fi.patch,6.37 KB, patch)
2016-02-06 01:31 UTC, Brian Norris
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Norris 2016-02-06 01:31:09 UTC
Created attachment 424702 [details, diff]
[PATCH] net-print/cups: consolidate dependencies into cups-filters

The core CUPS package doesn't actually rely on any particular PostScript or printer driver tools like poppler and ghostscript. (In fact, the only mention of them is in now-unused macros in one of the internal CUPS header files.) Instead, that functionality has been farmed out to the filters/drivers in cups-filters.

AIUI, we should reflect this by moving the dependencies into cups-filters (which is installed by a PDEPEND in the cups ebuild).

Attaching a sample patch. I'm not sure what the strategy on older/stable package versions. Maybe the patch should only be applied to the latest?