Blame SOURCES/cups-filters-filter-costs.patch

b95efc
diff -up cups-filters-1.0.35/mime/cupsfilters.convs.filter-costs cups-filters-1.0.35/mime/cupsfilters.convs
b95efc
--- cups-filters-1.0.35/mime/cupsfilters.convs.filter-costs	2013-06-25 18:34:40.000000000 +0100
b95efc
+++ cups-filters-1.0.35/mime/cupsfilters.convs	2013-08-21 12:47:45.133967497 +0100
b95efc
@@ -42,32 +42,32 @@
b95efc
 # if it comes from an encrypted PDF file, we simply override pstopdf and the
b95efc
 # PDF workflow.
b95efc
 
b95efc
-application/postscript		application/pdf			100	pstopdf
b95efc
+application/postscript	application/pdf				0	pstopdf
b95efc
 application/vnd.adobe-reader-postscript	application/vnd.cups-postscript	66	pstops
b95efc
 
b95efc
 application/pdf		application/vnd.cups-pdf		66	pdftopdf
b95efc
-application/x-cshell	application/pdf				0	texttopdf
b95efc
-application/x-csource	application/pdf				0	texttopdf
b95efc
-application/x-perl	application/pdf				0	texttopdf
b95efc
-application/x-shell	application/pdf				0	texttopdf
b95efc
-text/plain		application/pdf				0	texttopdf
b95efc
-text/html		application/pdf				0	texttopdf
b95efc
-image/gif		application/vnd.cups-pdf		33	imagetopdf
b95efc
-image/png		application/vnd.cups-pdf		33	imagetopdf
b95efc
-image/jpeg		application/vnd.cups-pdf		33	imagetopdf
b95efc
-image/tiff		application/vnd.cups-pdf		33	imagetopdf
b95efc
-image/x-bitmap		application/vnd.cups-pdf		33	imagetopdf
b95efc
-image/x-photocd		application/vnd.cups-pdf		33	imagetopdf
b95efc
-image/x-portable-anymap	application/vnd.cups-pdf		33	imagetopdf
b95efc
-image/x-portable-bitmap	application/vnd.cups-pdf		33	imagetopdf
b95efc
-image/x-portable-graymap application/vnd.cups-pdf		33	imagetopdf
b95efc
-image/x-portable-pixmap	application/vnd.cups-pdf		33	imagetopdf
b95efc
-image/x-sgi-rgb		application/vnd.cups-pdf		33	imagetopdf
b95efc
-image/x-xbitmap		application/vnd.cups-pdf		33	imagetopdf
b95efc
-image/x-xpixmap		application/vnd.cups-pdf		33	imagetopdf
b95efc
-image/x-xwindowdump	application/vnd.cups-pdf		33	imagetopdf
b95efc
-image/x-sun-raster	application/vnd.cups-pdf		33	imagetopdf
b95efc
-application/vnd.cups-pdf-banner	application/pdf			33	bannertopdf
b95efc
+application/x-cshell	application/pdf				32	texttopdf
b95efc
+application/x-csource	application/pdf				32	texttopdf
b95efc
+application/x-perl	application/pdf				32	texttopdf
b95efc
+application/x-shell	application/pdf				32	texttopdf
b95efc
+text/plain		application/pdf				32	texttopdf
b95efc
+text/html		application/pdf				32	texttopdf
b95efc
+image/gif		application/vnd.cups-pdf		65	imagetopdf
b95efc
+image/png		application/vnd.cups-pdf		65	imagetopdf
b95efc
+image/jpeg		application/vnd.cups-pdf		65	imagetopdf
b95efc
+image/tiff		application/vnd.cups-pdf		65	imagetopdf
b95efc
+image/x-bitmap		application/vnd.cups-pdf		65	imagetopdf
b95efc
+image/x-photocd		application/vnd.cups-pdf		65	imagetopdf
b95efc
+image/x-portable-anymap	application/vnd.cups-pdf		65	imagetopdf
b95efc
+image/x-portable-bitmap	application/vnd.cups-pdf		65	imagetopdf
b95efc
+image/x-portable-graymap application/vnd.cups-pdf		65	imagetopdf
b95efc
+image/x-portable-pixmap	application/vnd.cups-pdf		65	imagetopdf
b95efc
+image/x-sgi-rgb		application/vnd.cups-pdf		65	imagetopdf
b95efc
+image/x-xbitmap		application/vnd.cups-pdf		65	imagetopdf
b95efc
+image/x-xpixmap		application/vnd.cups-pdf		65	imagetopdf
b95efc
+image/x-xwindowdump	application/vnd.cups-pdf		65	imagetopdf
b95efc
+image/x-sun-raster	application/vnd.cups-pdf		65	imagetopdf
b95efc
+application/vnd.cups-pdf-banner	application/pdf			32	bannertopdf
b95efc
 image/urf		application/pdf				0	urftopdf
b95efc
 
b95efc
 ########################################################################