GNOME Bugzilla – Bug 613186
-gl can't be built against libpng 1.4.x
Last modified: 2010-04-13 11:49:01 UTC
Because it checks for libpng12 >= 1.0 (which looks weird by itself) and uses deprecated png_check_sig() function.
Created attachment 156398 [details] [review] Check for libpng >= 1.0 instead of libpng12 >= 1.0
Created attachment 156399 [details] [review] Use png_sig_cmp() instead of png_check_sig()
Bump
commit 3283f33033922046a46e7be713cbb4224c875942 Author: Руслан Ижбулатов <lrn1986@gmail.com> Date: Wed Mar 31 12:34:36 2010 +0200 configure.ac: autoCheck for libpng >= 1.0 instead of libpng12 >= 1.0 Fixes bug #613186 Author: Руслан Ижбулатов <lrn1986@gmail.com> Date: Wed Mar 31 12:40:12 2010 +0200 glbumper: Use png_sig_cmp() instead of png_check_sig() Fixes bug #613186