Created attachment 531913 [details] patch to allow DevIL to build with libpng15 Description of problem: Patch needed to build DevIL against libpng15 (I was trying to get ahead of the curve to see how much trouble I was in with graphviz) Version-Release number of selected component (if applicable): DevIL-1.7.8-6 How reproducible: 100% Steps to Reproduce: 1. upgrade to libpng15 (from koji) 2. try to rebuild DevIL 3. Actual results: Build fails because png_set_gray_1_2_4_to_8() has been renamed to png_set_expand_gray_1_2_4_to_8() Expected results: Additional info: proposed patch attached
Note --- in my test runs, it also appeared that DevIL had a hard-wired reference to libpng12 in its configure.in. That needs to be changed to libpng15, in addition to the above.
Thanks for the patch! I've done a new build for rawhide using your patch and fixing the -lpng12 versus -lpng15 problem.