- New upstream release 2.64 - Add CONFIGURE_REQUIRES META - 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 doc for LIBGD_VERSION() - Fix 5.6.2, which does not have float in its typemapepel9
parent
ada328dc27
commit
9074082c17
@ -1,13 +0,0 @@
|
||||
--- t/GD.t
|
||||
+++ t/GD.t
|
||||
@@ -246,7 +246,10 @@ sub run_image_regression_tests {
|
||||
if (!$gd) {
|
||||
fail("unable to generate comparison image for test $t: $@");
|
||||
} else {
|
||||
+ TODO: {
|
||||
+ local $TODO = "Flaky test (CPAN RT#100294)" if $t == 7;
|
||||
ok(compare($gd,$t,$suffix),"image comparison test $t");
|
||||
+ }
|
||||
}
|
||||
}
|
||||
}
|
@ -1,11 +1,11 @@
|
||||
--- Makefile.PL
|
||||
+++ Makefile.PL
|
||||
@@ -248,7 +248,7 @@ print F $DEFINES,"\n";
|
||||
@@ -259,7 +259,7 @@ print F $DEFINES,"\n";
|
||||
close F;
|
||||
|
||||
my $CCFLAGS = $Config{ccflags};
|
||||
-$CCFLAGS .= " -Wall -Wextra -Wformat=0" if $Config{gccversion} and $] > 5.020;
|
||||
+$CCFLAGS .= " -Wall -Wextra" if $Config{gccversion} and $] > 5.020;
|
||||
|
||||
WriteMakefile(
|
||||
my %WriteMakefileArgs = (
|
||||
'NAME' => 'GD',
|
@ -1 +1 @@
|
||||
SHA512 (GD-2.60.tar.gz) = 19decda8663c4e9e56fc0ab36348ba6b2f8f7bf28ff061e6c8568526db0d5945218e3c3f7effdce6e615f98067092f7b598156c932ea4887d3c173e5c722a397
|
||||
SHA512 (GD-2.64.tar.gz) = b715b7bde5cf4d3067f93df61753bb015e8a8cfd1f17972234df993f432382702688510490e2fcfc924bbe9db55d30af4b03441c288157193813020178bf6651
|
||||
|
Loading…
Reference in new issue