summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-02-09 20:45:43 +0100
committerDavid Seifert <soap@gentoo.org>2017-02-09 23:35:30 +0100
commit958399c69d1d2094a34b8a9c596f2427a54526f0 (patch)
tree96eec01ae487ccd1ffd4f12732c544969de107d5 /sys-boot/plymouth/files/0.8.3-image-replace-deprecated-libpng-function.patch
parentx11-misc/blockdpy: EAPI bump 0 -> 6 (diff)
downloadgentoo-958399c69d1d2094a34b8a9c596f2427a54526f0.tar.gz
gentoo-958399c69d1d2094a34b8a9c596f2427a54526f0.tar.bz2
gentoo-958399c69d1d2094a34b8a9c596f2427a54526f0.zip
sys-boot/plymouth: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/3897
Diffstat (limited to 'sys-boot/plymouth/files/0.8.3-image-replace-deprecated-libpng-function.patch')
-rw-r--r--sys-boot/plymouth/files/0.8.3-image-replace-deprecated-libpng-function.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/sys-boot/plymouth/files/0.8.3-image-replace-deprecated-libpng-function.patch b/sys-boot/plymouth/files/0.8.3-image-replace-deprecated-libpng-function.patch
deleted file mode 100644
index 42985c5b04ca..000000000000
--- a/sys-boot/plymouth/files/0.8.3-image-replace-deprecated-libpng-function.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 07329b72687ccc7a9015de4a48fae297d6d5ff96 Mon Sep 17 00:00:00 2001
-From: Brett Witherspoon <spoonb@cdspooner.com>
-Date: Tue, 12 Oct 2010 03:23:47 +0000
-Subject: image: replace deprecated libpng function
-
-The png_set_gray_1_2_4_to_8 function is deprecated and has been removed
-from libpng14. Now png_set_expand_gray_1_2_4_to_8 is used instead which
-is compatible with libpng-1.2.9 and greater.
----
-diff --git a/src/libply-splash-graphics/ply-image.c b/src/libply-splash-graphics/ply-image.c
-index 9369242..4b16783 100644
---- a/src/libply-splash-graphics/ply-image.c
-+++ b/src/libply-splash-graphics/ply-image.c
-@@ -151,7 +151,7 @@ ply_image_load (ply_image_t *image)
- 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);
---
-cgit v0.8.3-6-g21f6