]> git.pld-linux.org Git - packages/pslib.git/commitdiff
- obsoleted
authorŁukasz Kieś <kiesiu@pld-linux.org>
Sat, 23 Jun 2012 12:20:58 +0000 (12:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libpng14.patch -> 1.2

libpng14.patch [deleted file]

diff --git a/libpng14.patch b/libpng14.patch
deleted file mode 100644 (file)
index e10013c..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
---- pslib-0.4.3/src/pslib.c~   2009-03-05 21:47:18.000000000 +0200
-+++ pslib-0.4.3/src/pslib.c    2010-06-04 01:04:20.437044498 +0300
-@@ -4603,7 +4603,11 @@
-               /* Expand grayscale images to the full 8 bits from 1, 2, or 4 bits/pixel */
-               if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
-+#if PNG_LIBPNG_VER < 10400
-                       png_set_gray_1_2_4_to_8(png_ptr);
-+#else
-+                      png_set_expand_gray_1_2_4_to_8(png_ptr);
-+#endif
-               png_read_update_info(png_ptr, info_ptr);
- #else
This page took 0.05236 seconds and 4 git commands to generate.