[arch-commits] Commit in libgdiplus/trunk (gdiplus-png14.patch)

Eric Bélanger eric at archlinux.org
Sat Nov 17 23:59:58 UTC 2012


    Date: Saturday, November 17, 2012 @ 18:59:57
  Author: eric
Revision: 171476

Remove old patch

Deleted:
  libgdiplus/trunk/gdiplus-png14.patch

---------------------+
 gdiplus-png14.patch |   20 --------------------
 1 file changed, 20 deletions(-)

Deleted: gdiplus-png14.patch
===================================================================
--- gdiplus-png14.patch	2012-11-17 23:49:52 UTC (rev 171475)
+++ gdiplus-png14.patch	2012-11-17 23:59:57 UTC (rev 171476)
@@ -1,20 +0,0 @@
---- src/pngcodec.c.orig	2010-01-16 23:47:17.000000000 +0100
-+++ src/pngcodec.c	2010-01-16 23:49:49.000000000 +0100
-@@ -352,7 +352,7 @@
- 						info_ptr->palette[i].blue,
- 						info_ptr->palette[i].green,
- 						info_ptr->palette[i].red,
--						info_ptr->trans[i]); /* alpha */
-+						info_ptr->trans_alpha[i]); /* alpha */
- 			}
- 		}
- 
-@@ -418,7 +418,7 @@
- 		}
- 
- 		if ((color_type == PNG_COLOR_TYPE_GRAY) && (bit_depth < 8)) {
--			png_set_gray_1_2_4_to_8(png_ptr);
-+			png_set_expand_gray_1_2_4_to_8(png_ptr);
- 		}
- 
- 		if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) {




More information about the arch-commits mailing list