File plucker-1.8-quiet.diff of Package plucker

--- parser/python/PyPlucker/ImageParser.py.orig	2004-03-23 22:17:38.000000000 +0100
+++ parser/python/PyPlucker/ImageParser.py	2004-11-27 18:37:03.000000000 +0100
@@ -889,12 +890,13 @@
             ppmtoTbmp = ppmtoTbmp + " -verbose "
         else:
             ppmtoTbmp = ppmtoTbmp + " -quiet "
-            ppmquant = ppmquant + " -quiet "
+            if ppmquant != "cat":
+                ppmquant = ppmquant + " -quiet "
 
         if not scale_cmd:
-            command = ppmquant + ppmquant2 + "|" + ppmtoTbmp
+            command = ppmquant + ppmquant2 + "|" + ppmtoTbmp
         else:
-            command = scale_cmd + "|" + ppmquant + ppmquant2 + "|" + ppmtoTbmp
+            command = scale_cmd + "|" + ppmquant + ppmquant2 + "|" + ppmtoTbmp
         if pnmcut_cmd:
             command = pnmcut_cmd + command
         if prescale_cmd:
openSUSE Build Service is sponsored by