summaryrefslogtreecommitdiff
path: root/community/xmoto
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-11 15:32:38 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-11 15:32:38 -0300
commit995dab37c4558447073ea6cb2c6ef7b89849912c (patch)
tree1b37cc72fc3a796bfa2856c7f710f978304b3a84 /community/xmoto
parent20604a1579dcd51b5a46fc7d09cf4b1535219446 (diff)
parent1a1b748f1738b1989a834d75b1623be21bf9bab5 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/perl-datetime-format-iso8601/PKGBUILD extra/kde-agent/PKGBUILD extra/labplot/PKGBUILD
Diffstat (limited to 'community/xmoto')
-rw-r--r--community/xmoto/libpng-14.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/xmoto/libpng-14.patch b/community/xmoto/libpng-14.patch
deleted file mode 100644
index 6e4eb2cd8..000000000
--- a/community/xmoto/libpng-14.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- xmoto-0.5.3/src/image/tim_png.cpp.old 2010-05-19 21:13:09.401802546 +0200
-+++ xmoto-0.5.3/src/image/tim_png.cpp 2010-05-19 21:15:13.008451656 +0200
-@@ -166,7 +166,7 @@
- png_set_palette_to_rgb(PngPtr);
-
- if(nColorType==PNG_COLOR_TYPE_GRAY && nBitDepth<8)
-- png_set_gray_1_2_4_to_8(PngPtr);
-+ png_set_expand_gray_1_2_4_to_8(PngPtr);
-
- if(png_get_valid(PngPtr,InfoPtr,PNG_INFO_tRNS))
- png_set_tRNS_to_alpha(PngPtr);