diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-06-19 02:48:26 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-06-19 02:48:26 +0000 |
commit | 5457eacc747fc3f91e10a1f452230b1feac39eff (patch) | |
tree | bae3163aec825d4fc53c0ef265eac2148b31353b /extra/celestia | |
parent | c80552b41838a5668458ebb1eb9b0f44ea6fe879 (diff) |
Sun Jun 19 02:48:26 UTC 2011
Diffstat (limited to 'extra/celestia')
-rw-r--r-- | extra/celestia/libpng14.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/extra/celestia/libpng14.patch b/extra/celestia/libpng14.patch deleted file mode 100644 index 1d47637b9..000000000 --- a/extra/celestia/libpng14.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur celestia-1.6.0.orig/src/celengine/image.cpp celestia-1.6.0/src/celengine/image.cpp ---- celestia-1.6.0.orig/src/celengine/image.cpp 2009-06-22 18:44:08.000000000 +0300 -+++ celestia-1.6.0/src/celengine/image.cpp 2010-01-18 23:27:55.000000000 +0200 -@@ -737,7 +737,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)) |