Re: [matplotlib-devel] Patch to fix PNG with newer libpng

2011-07-22 Thread Michael Droettboom
Thanks for the report. This issue was fixed some time ago on the maintenance branch, but we have not been very good at getting maintenance releases out lately. Hopefully one will drop shortly. Mike On 07/22/2011 03:57 PM, Andy Somogyi wrote: Hi All, Apparently, some time ago, libpng made t

Re: [matplotlib-devel] Matplotlib-devel Digest, Vol 62, Issue 9

2011-07-22 Thread David Kaplan
Hi, I will be on vacation with limited email from July 14 to August 7, 2011. Bonjour, Je serai en conge du 14 juillet jusqu'au 7 aout, 2011. -- 10 Tips for Better Web Security Learn 10 ways to better secure your busines

[matplotlib-devel] Patch to fix PNG with newer libpng

2011-07-22 Thread Andy Somogyi
Hi All, Apparently, some time ago, libpng made the png_info structure opaque. OSX has a newer version on libpng, so matplotlib would not compile. Attached is the _png.cpp that fixes this issue, I changed it to use the new libpng access routines. This issue will certainly come up on any platfo