! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
GIT-version fails building
Status:
RESOLVED: FIXED
Severity:
blocker
Product:
Thunar-vfs
Component:
General

Comments

Description Silvio Knizek 2010-04-11 12:55:27 CEST
Thunar-vfs GIT uses png_check_sig(sig, num), but this function is deprecated since libpng0.9 and replaced by !png_sig_cmp(sig, 0, num), so thunar-vfs fails to build with libpng>=1.4, which doesn't include png_check_sig(sig, num) anymore.

thunar-vfs-thumb.c: In function 'IA__thunar_vfs_thumbnail_is_valid':
thunar-vfs-thumb.c:1172: error: implicit declaration of function 'png_check_sig'
Comment 1 Mike Massonnet editbugs 2010-04-11 13:01:30 CEST
Created attachment 2930 
0001-Replace-png_sig_check-with-png_sig_cmp.patch
Comment 2 Robby Workman editbugs 2010-11-09 19:39:18 CET
Upstream libpng re-implemented png_check_sig as a compat macro if I remember correctly, but regardless, this is no longer a valid bug :-)

Bug #6384

Reported by:
Silvio Knizek
Reported on: 2010-04-11
Last modified on: 2010-11-09

People

Assignee:
Jannis Pohlmann
CC List:
2 users

Version

Version:
unspecified

Attachments

Additional information