~ubuntu-branches/ubuntu/utopic/cups/utopic

« back to all changes in this revision

Viewing changes to conf/cupsfilters.convs

  • Committer: Package Import Robot
  • Author(s): Didier Raboud, Till Kamppeter, Steve Langasek, Didier Raboud
  • Date: 2014-01-03 18:42:39 UTC
  • mfrom: (99.2.3 sid)
  • Revision ID: package-import@ubuntu.com-20140103184239-85wju2l7weie4dgo
Tags: 1.7.0-1
* New 1.7.0 upstream release

[ Till Kamppeter ]
* Refresh most patches with quilt
* Removed usb-backend-do-not-crash-if-usb-disabled-in-bios and
  cupsd-no-crash-on-avahi-threaded-poll-shutdown patches as they got
  applied upstream
* Removed drop-arch-specifics-from-doc patch as it is not needed
  anymore
* Updated drop_unnecessary_dependencies, manpage-hyphen-minus,
  manpage-translations and ppd-poll-with-client-conf patches manually
  to apply to the new CUPS version
* Added error counting exception from
  usb-backend-do-not-crash-if-usb-disabled-in-bios to
  tests-ignore-warnings
* Install the newly added ippfind utility and its manpage in
  cups-client
* Added pwg.h to libcups2-dev package
* Call dh_auto_clean only if the file Makedefs is present, to avoid a
  FTBFS
* Added color management extensions from Joe Simon's GSoC 2013
  project.
* Patch cups-files.conf to activate CUPS daemon syncing of files when
  closing, so that config files (like printers.conf) do not
  mysteriously disappear (LP: #1157972)
* In the AppArmor profile, allow execution of programs in
  /etc/cups/interfaces/, needed to make CUPS working with queues based
  on System V interface scripts, especially PPD-less queues
  auto-generated by cups-browsed from cups-filters 1.0.41 on.
* Silenced AppArmor noise from udev.conf in syslog (LP: #1229766)

[ Steve Langasek ]
* Add cups-filters (>= 1.0.42) as alternative to foomatic-filters
  (which is deprecated) in package relationships

[ Didier Raboud ]
* Remove Roger Leigh from uploaders on his request with thanks for his
  past work!
* Switch avahi LSB Should-Start dependency to be avahi-daemon; also
  bump package relationship to >= 0.6.31-3~ (Closes: #731608)
* Refresh the manpage translation files
* Move the USB backend quirk rules file to cups-server-common
* Add 38 new 1.7.0 libcups2 symbols
* Mark one C++ libcupsppdc1 symbol as optional as it isn't exported in
  1.7.0 anymore
* Import Fedora patches:
  - to avoid sign-extending CRCs in gz decompression
  - to build with full read-only relocations
  - to fix job history logging (upstream patch)
  - to set the internal default for SyncOnClose to Yes, instead of
    only configuring it to Yes
  - to fix a stringpool corruption issue
  - to prevent USB timeouts causing incorrect print output
* Import Fedora patch updates:
  - to dont-use-dbus-from-two-threads patch so it removes a call to
    avahi_threaded_poll_stop()
  - to avoid_stale_lockfile_in_dbus_notifier patch to call _exit when
    handling SIGTERM
* Move manpage-translations patch at the very end of the patch series
  to have it include all our patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# "$Id: $"
 
3
#
 
4
#   MIME conversions file for OpenPrinting CUPS Filters.
 
5
#
 
6
#   Copyright 2007-2011 by Apple Inc.
 
7
#   Copyright 1997-2007 by Easy Software Products.
 
8
#
 
9
#   These coded instructions, statements, and computer programs are the
 
10
#   property of Apple Inc. and are protected by Federal copyright
 
11
#   law.  Distribution and use rights are outlined in the file "LICENSE.txt"
 
12
#   which should have been included with this file.  If this file is
 
13
#   file is missing or damaged, see the license at "http://www.cups.org/".
 
14
#
 
15
 
 
16
########################################################################
 
17
#
 
18
# Format of Lines:
 
19
#
 
20
#   source/type destination/type cost filter
 
21
#
 
22
# General Notes:
 
23
#
 
24
#   The "cost" field is used to find the least costly filters to run
 
25
#   when converting a job file to a printable format.
 
26
#
 
27
#   All filters *must* accept the standard command-line arguments
 
28
#   (job-id, user, title, copies, options, [filename or stdin]) to
 
29
#   work with CUPS.
 
30
#
 
31
 
 
32
########################################################################
 
33
#
 
34
# PDF filters
 
35
#
 
36
 
 
37
# CUPS file conversion rules for PostScript input when we are working with
 
38
# the PDF printing workflow. General PostScript input should be converted to
 
39
# PDF, so that pdftopdf is doing the page management on PDF data and the
 
40
# renderer/driver part renders PDF. An exception is made for PostScript
 
41
# coming from the Adobe Reader. As this PostScript cannot be converted to PDF
 
42
# if it comes from an encrypted PDF file, we simply override pstopdf and the
 
43
# PDF workflow.
 
44
 
 
45
application/postscript  application/pdf                         0       pstopdf
 
46
application/vnd.adobe-reader-postscript application/vnd.cups-postscript 66      pstops
 
47
 
 
48
# Original:
 
49
# application/pdf               application/vnd.cups-pdf                66      pdftopdf
 
50
# Patched:
 
51
application/pdf         application/vnd.cups-pdf                22      pdftopdf
 
52
 
 
53
application/x-cshell    application/pdf                         32      texttopdf
 
54
application/x-csource   application/pdf                         32      texttopdf
 
55
application/x-perl      application/pdf                         32      texttopdf
 
56
application/x-shell     application/pdf                         32      texttopdf
 
57
text/plain              application/pdf                         32      texttopdf
 
58
text/html               application/pdf                         32      texttopdf
 
59
image/gif               application/vnd.cups-pdf                65      imagetopdf
 
60
image/png               application/vnd.cups-pdf                65      imagetopdf
 
61
image/jpeg              application/vnd.cups-pdf                65      imagetopdf
 
62
image/tiff              application/vnd.cups-pdf                65      imagetopdf
 
63
image/x-bitmap          application/vnd.cups-pdf                65      imagetopdf
 
64
image/x-photocd         application/vnd.cups-pdf                65      imagetopdf
 
65
image/x-portable-anymap application/vnd.cups-pdf                65      imagetopdf
 
66
image/x-portable-bitmap application/vnd.cups-pdf                65      imagetopdf
 
67
image/x-portable-graymap application/vnd.cups-pdf               65      imagetopdf
 
68
image/x-portable-pixmap application/vnd.cups-pdf                65      imagetopdf
 
69
image/x-sgi-rgb         application/vnd.cups-pdf                65      imagetopdf
 
70
image/x-xbitmap         application/vnd.cups-pdf                65      imagetopdf
 
71
image/x-xpixmap         application/vnd.cups-pdf                65      imagetopdf
 
72
image/x-xwindowdump     application/vnd.cups-pdf                65      imagetopdf
 
73
image/x-sun-raster      application/vnd.cups-pdf                65      imagetopdf
 
74
application/vnd.cups-pdf-banner application/pdf                 32      bannertopdf
 
75
image/urf               application/pdf                         0       urftopdf
 
76
 
 
77
########################################################################
 
78
#
 
79
# PostScript filters
 
80
#
 
81
 
 
82
#application/pdf                application/vnd.cups-postscript 66      pdftops
 
83
 
 
84
# Original:
 
85
# application/vnd.cups-pdf      application/vnd.cups-postscript 100     pdftops
 
86
# Patched:
 
87
application/vnd.cups-pdf        application/vnd.cups-postscript 22      pdftops
 
88
 
 
89
#application/postscript         application/vnd.cups-postscript 66      pstops
 
90
 
 
91
########################################################################
 
92
#
 
93
# Raster filters...
 
94
#
 
95
 
 
96
application/vnd.cups-pdf        application/vnd.cups-raster     99      gstoraster
 
97
application/vnd.cups-postscript application/vnd.cups-raster     200     gstoraster
 
98
application/vnd.cups-pdf        application/vnd.cups-raster     100     pdftoraster
 
99
image/gif                       application/vnd.cups-raster     100     imagetoraster
 
100
image/png                       application/vnd.cups-raster     100     imagetoraster
 
101
image/jpeg                      application/vnd.cups-raster     100     imagetoraster
 
102
image/tiff                      application/vnd.cups-raster     100     imagetoraster
 
103
image/x-bitmap                  application/vnd.cups-raster     100     imagetoraster
 
104
image/x-photocd                 application/vnd.cups-raster     100     imagetoraster
 
105
image/x-portable-anymap         application/vnd.cups-raster     100     imagetoraster
 
106
image/x-portable-bitmap         application/vnd.cups-raster     100     imagetoraster
 
107
image/x-portable-graymap        application/vnd.cups-raster     100     imagetoraster
 
108
image/x-portable-pixmap         application/vnd.cups-raster     100     imagetoraster
 
109
image/x-sgi-rgb                 application/vnd.cups-raster     100     imagetoraster
 
110
image/x-xbitmap                 application/vnd.cups-raster     100     imagetoraster
 
111
image/x-xpixmap                 application/vnd.cups-raster     100     imagetoraster
 
112
image/x-sun-raster              application/vnd.cups-raster     100     imagetoraster
 
113
 
 
114
########################################################################
 
115
#
 
116
# Text filters (only for text-only printers)...
 
117
#
 
118
 
 
119
application/x-cshell            text/plain                      100     -
 
120
application/x-csource           text/plain                      100     -
 
121
application/x-perl              text/plain                      100     -
 
122
application/x-shell             text/plain                      100     -
 
123
text/html                       text/plain                      100     -
 
124
text/css                        text/plain                      100     -
 
125
 
 
126
#
 
127
# End of "$Id: $".
 
128
#