pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/cups regen patch-ai for less fuzz.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6802bc00a17
branches:  trunk
changeset: 511780:e6802bc00a17
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Apr 21 17:24:52 2006 +0000

description:
regen patch-ai for less fuzz.

diffstat:

 print/cups/distinfo         |  4 ++--
 print/cups/patches/patch-ai |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (41 lines):

diff -r 188745ac3f5b -r e6802bc00a17 print/cups/distinfo
--- a/print/cups/distinfo       Fri Apr 21 16:24:07 2006 +0000
+++ b/print/cups/distinfo       Fri Apr 21 17:24:52 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.40 2006/04/19 17:01:34 wiz Exp $
+$NetBSD: distinfo,v 1.41 2006/04/21 17:24:52 wiz Exp $
 
 SHA1 (cups-1.1.23-source.tar.bz2) = 32d5bfb44c4edc1b54ccb014b5a44499295c6c5c
 RMD160 (cups-1.1.23-source.tar.bz2) = 255ec4c22422b14f2367d69f3ec7e590dc46bea5
@@ -11,7 +11,7 @@
 SHA1 (patch-af) = 04e5bf3b73083eb2457a20b0f5238f017fe4aaab
 SHA1 (patch-ag) = 47a5c7a9ad7c604fa3253aebbaa62f576fb477d0
 SHA1 (patch-ah) = 1ef58b7e1dfcbd8aabb9e822d30f995b3d653ea4
-SHA1 (patch-ai) = 4b335e3b33ff1d3421ae03729fbe57ef7aa0e22f
+SHA1 (patch-ai) = f1b60cec40426e158801a24e043bc41fee199d1b
 SHA1 (patch-an) = 8eb0f80067839d3d112d93e08cb8ad6854fa2b4c
 SHA1 (patch-ao) = c4c8f833cf4a09a686a338df6c209cebec36c6ef
 SHA1 (patch-ap) = 2351844f81a561d69cd02a1e83e30f3c9ee33f5f
diff -r 188745ac3f5b -r e6802bc00a17 print/cups/patches/patch-ai
--- a/print/cups/patches/patch-ai       Fri Apr 21 16:24:07 2006 +0000
+++ b/print/cups/patches/patch-ai       Fri Apr 21 17:24:52 2006 +0000
@@ -1,9 +1,8 @@
-$NetBSD: patch-ai,v 1.14 2006/04/19 17:01:34 wiz Exp $
+$NetBSD: patch-ai,v 1.15 2006/04/21 17:24:52 wiz Exp $
 
 --- filter/image-png.c.orig    2005-01-03 20:29:57.000000000 +0100
 +++ filter/image-png.c
-@@ -82,7 +82,7 @@ ImageReadPNG(image_t    *img,                /* IO - I
- 
+@@ -83,7 +83,7 @@ ImageReadPNG(image_t    *img,                /* IO - I
    png_read_info(pp, info);
  
    fprintf(stderr, "DEBUG: PNG image: %dx%dx%d, color_type=%x (%s%s%s)\n",
@@ -11,6 +10,7 @@
 +          (int)info->width, (int)info->height, info->bit_depth, info->color_type,
          (info->color_type & PNG_COLOR_MASK_COLOR) ? "RGB" : "GRAYSCALE",
          (info->color_type & PNG_COLOR_MASK_ALPHA) ? "+ALPHA" : "",
+         (info->color_type & PNG_COLOR_MASK_PALETTE) ? "+PALETTE" : "");
 @@ -252,7 +252,7 @@ ImageReadPNG(image_t    *img,              /* IO - I
      }
  



Home | Main Index | Thread Index | Old Index