Menu

#9 png_check_sig deprecated in libpng 1.4

open
nobody
None
5
2010-02-09
2010-02-09
No

Please review release 2.8.15 of xpaint. Under Arch Linux we have libpng 1.4 in our main repos, and this needs a small patch for xpaint to make it build.

See manpage for libpng 1.4 as reference. The relevant part:

The function
png_check_sig(sig, num) was replaced with
!png_sig_cmp(sig, 0, num) It has been deprecated since libpng-0.90.

Discussion

  • Stefan Husmann

    Stefan Husmann - 2010-02-09

    Patch to for libpng 1.4

     
  • Jean-Pierre Demailly

    Many thanks for the patch. It has been included in xpaint-2.8.16 (which also brings very big improvements in text and font management). The new version will be posted very soon.

     

Log in to post a comment.