GNOME Bugzilla – Bug 655739
add support for libpng version 1.5.x (do not access inside PNG struct directly)
Last modified: 2011-08-02 10:59:37 UTC
Created attachment 192996 [details] [review] Patch to add support for libpng version 1.5.x to gthumb gthumb version 2.13.2 and gthumb from git does not build correctly against libpng version 1.5.x. This is because it is no longer possible to access inside the PNG struct directly. I am now going to attach a patch (which applies both against git and 2.13.2) which modifies the Cairo PNG extension so that it does not access inside the PNG struct directly.
patch pushed to master, thank you.
Since libpng 1.5.x is the official release now and it's already at 1.5.4, you should really make a release in my opinion ! Thanks.