PaulHowarth/Blog/2017-04-23

Sunday 23rd April 2017

Fedora Project

  • Updated perl-GD to 2.65 in F-26 and Rawhide:

    • Add CONFIGURE_REQUIRES metadata

    • Add --gdlib_config_path

    • Add Image Filters: scatter, pixelate, negate, grayscale, brightness, contrast, color, selectiveBlur, edgeDetectQuick, gaussianBlur, emboss, meanRemoval, smooth, copyGaussianBlurred

    • Add palette methods: createPaletteFromTrueColor, neuQuant (but discouraged), `colorMatch

    • Add interpolation methods: copyScale, copyRotateInterpolated, interpolationMethod

    • Add double GD::VERSION

    • Add all gd.h constants

    • Fixed wrong <5.14 code generated with ExtUtils::Constants (CPAN RT#121297); only generate const-xs.inc when it's missing

    • Add -liconv on hpux too (our pkgconfig parser cannot handle it)

    • Renamed VERSION() to LIBGD_VERSION() (CPAN RT#121307); it was treated magically by "use GD 2.18"

    • Update documentation for LIBGD_VERSION()

    • Fix 5.6.2, which does not have float in its typemap

    • Fix --gdlib_config_path to accept an argument

  • Updated perl-utf8-all to 0.022 in F-26 and Rawhide:

    • Adapted to changes in Encode v2.89


Recent