[Bug 973139] FTBFS against GD 2.1.0

bugzilla at redhat.com bugzilla at redhat.com
Tue Jun 11 13:48:33 UTC 2013


https://bugzilla.redhat.com/show_bug.cgi?id=973139

--- Comment #3 from Remi Collet <fedora at famillecollet.com> ---
Changes seems really related to GD 2.1.0 feature

>From libgd-2.1.0/src/gd_png.c

#ifdef PNG_pHYs_SUPPORTED
    /* 2.1.0: specify the resolution */
    png_set_pHYs(png_ptr, info_ptr, DPI2DPM(im->res_x), DPI2DPM(im->res_y),
                 PNG_RESOLUTION_METER);
#endif

And 32k windows is commented.

    /*  png_set_compression_window_bits(png_ptr, 15);  */

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=lCcfE72Szz&a=cc_unsubscribe



More information about the perl-devel mailing list