Issue 65684 - change CUPS support to use IncludeFeature
Summary: change CUPS support to use IncludeFeature
Status: CLOSED FIXED
Alias: None
Product: gsl
Classification: Code
Component: code (show other issues)
Version: OOo 1.0.0
Hardware: All Unix, all
: P3 Trivial (vote)
Target Milestone: OOo 2.2
Assignee: philipp.lohmann
QA Contact: issues@gsl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-22 09:34 UTC by philipp.lohmann
Modified: 2007-01-10 17:42 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description philipp.lohmann 2006-05-22 09:34:24 UTC
To improve CUPS support we should change psprint so that %%IncludeFeature is
used vor CUPS >= 1.2 and ppdEmit else.
Comment 1 philipp.lohmann 2006-07-11 15:48:10 UTC
won't get ready till feature freeze for 2.0.4 -> next target
Comment 2 philipp.lohmann 2006-11-24 11:20:40 UTC
psprint uses %%IncludeFeature now if CUPS version is 1.2 or greater (actually
there does not seem to be an API to check the version at runtime, i rely on the
detail that since CUPS 1.2 the "printer-info" options gets set on cupsGetDests).
I did not implement using ppdEmit after all since using IncludeFeature will not
make use of that anyway. Changed title accordingly.

fixed in CWS vcl70
Comment 3 philipp.lohmann 2006-12-08 15:47:50 UTC
verified in CWS vcl70
Comment 4 philipp.lohmann 2006-12-13 10:36:02 UTC
To whom it may concern, especially sba: this enhancement makes use of CUPS's
%IncludeFeature handling, that is it allows CUPS to decide whether feature
activation at that specific point in the PostScript file. This is on the
explicit request of the CUPS designers (see issue 65491) themselves which makes
it an enhancment for interoperability.
Comment 5 philipp.lohmann 2007-01-10 17:42:41 UTC
seen in 680m199, closing