]> git.pld-linux.org Git - packages/plymouth.git/commitdiff
- new auto/th/plymouth-0_8_3-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 12 Feb 2012 17:17:07 +0000 (17:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    plymouth-libpng15.patch -> 1.1

plymouth-libpng15.patch [new file with mode: 0644]

diff --git a/plymouth-libpng15.patch b/plymouth-libpng15.patch
new file mode 100644 (file)
index 0000000..be9c99c
--- /dev/null
@@ -0,0 +1,11 @@
+--- plymouth-0.8.3/src/libply-splash-graphics/ply-image.c~     2010-04-29 18:46:53.000000000 +0200
++++ plymouth-0.8.3/src/libply-splash-graphics/ply-image.c      2012-02-12 18:14:21.853180090 +0100
+@@ -151,7 +151,7 @@
+     png_set_palette_to_rgb (png);
+   if ((color_type == PNG_COLOR_TYPE_GRAY) && (bits_per_pixel < 8))
+-    png_set_gray_1_2_4_to_8 (png);
++    png_set_expand_gray_1_2_4_to_8 (png);
+   if (png_get_valid (png, info, PNG_INFO_tRNS))
+     png_set_tRNS_to_alpha (png);
This page took 0.084973 seconds and 4 git commands to generate.