# HG changeset patch # User Sonam Gupta # Date 1349931126 25200 # Node ID ed5fda46e30c5e30f4c2503e493bdcd2de2a35f4 # Parent 8a4584c83985f3e7d6643031f08cd9ad6a5ccb29 7198806 printing of complex postscript/PDFs broken diff -r 8a4584c83985 -r ed5fda46e30c components/cups/patches/7198806.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/cups/patches/7198806.patch Wed Oct 10 21:52:06 2012 -0700 @@ -0,0 +1,45 @@ +It is a known issue with CUPS-1.4.5 +http://www.cups.org/str.php?L3535 +============================================================ +--- scheduler/conf.c Mon Aug 30 21:18:38 2010 ++++ scheduler/conf.c Wed Oct 3 22:36:53 2012 +@@ -540,7 +540,7 @@ + + cupsdClearString(&DefaultPaperSize); + +- cupsdSetString(&RIPCache, "8m"); ++ cupsdSetString(&RIPCache, "128m"); + + cupsdSetString(&TempDir, NULL); + +--- scheduler/cupsfilter.c Tue Mar 30 15:07:33 2010 ++++ scheduler/cupsfilter.c Wed Oct 3 22:37:20 2012 +@@ -1218,7 +1218,7 @@ + else + set_string(&FontPath, CUPS_FONTPATH); + +- set_string(&RIPCache, "8m"); ++ set_string(&RIPCache, "128m"); + + if ((temp = getenv("CUPS_SERVERBIN")) != NULL) + set_string(&ServerBin, temp); +--- doc/help/ref-cupsd-conf.html.in Tue Jul 13 19:43:27 2010 ++++ doc/help/ref-cupsd-conf.html.in Wed Oct 3 22:38:06 2012 +@@ -2646,7 +2646,7 @@ +

Examples

+ +
+-RIPCache 8m
++RIPCache 128m
+ RIPCache 1g
+ RIPCache 2048k
+ 
+@@ -2657,7 +2657,7 @@ + memory cache used by Raster Image Processor ("RIP") filters such + as imagetoraster and pstoraster. The + size can be suffixed with a "k" for kilobytes, "m" for megabytes, +-or "g" for gigabytes. The default cache size is "8m", or 8 ++or "g" for gigabytes. The default cache size is "128m", or 128 + megabytes.

+ +