| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: perl-GD | Distribution: SUSE Linux Enterprise 15 SP6 |
| Version: 2.76 | Vendor: openSUSE |
| Release: bp156.2.3 | Build date: Thu Dec 7 16:35:33 2023 |
| Group: Unspecified | Build host: obs-power9-07 |
| Size: 511155 | Source RPM: perl-GD-2.76-bp156.2.3.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://metacpan.org/release/GD | |
| Summary: Interface to Gd Graphics Library | |
*GD.pm* is a Perl interface to Thomas Boutell's gd graphics library (version 2.01 or higher; see below). GD allows you to create color drawings using a large number of graphics primitives, and emit the drawings as PNG files.
Artistic-1.0 OR GPL-1.0-or-later
* Wed Feb 02 2022 Tina Müller <timueller+perl@suse.de>
- updated to 2.76
see /usr/share/doc/packages/perl-GD/ChangeLog
2.76 * fix broken TIFF and AVIF support, PR #43 by Paul Howarth
* re-enable XBM support (always on)
* provide xbm magic support (a hack, for GD::Graph)
2.75 * add experimental support for TIFF and RAQM (with freetype)
* improve GD2 tests (GH #42, RT #140856)
* also list the unsupported image formats in the GD::Image pod
* fix copyRotated pod (it rotates CCW) PR #36 by LorenzoTo
* fix GD::Simple->fontMetrics docs and implementation GH #37 by Ben Crowell.
fix lineheight calculation according to the docs. You might need to
fix your code!
* add image methods tiff, webp, heif, avif, and its documentation.
* fix the fix for the poly->transform documentation RT #140043
2.74 * add experimental support for WEBP, HEIF and AVIF
* document all supported Image formats in the GD::Image lib
* added Github actions (for PR's)
* fix poly->transform documentation RT #140043
* fix GD,GD2 detection and tests RT #139399 (since libgd 2.3.3)
fixed tests by Håkon Hægland.
* POD: Remove indirect object constructors from example code snippet (PR #39)
* patch from Ben Crowell that fixes incorrect behaviour of GD::Simple->fontMetrics
* fix cross-compilation if gdlib.pc has no cflags by Fabrice Fontaine
* Tue Nov 10 2020 Pedro Monreal <pmonreal@suse.com>
- Remove not needed build requirement libvpx-devel [bsc#1173279]
* Fri Sep 25 2020 Tina Müller <timueller+perl@suse.de>
- updated to 2.73
see /usr/share/doc/packages/perl-GD/ChangeLog
2.73 * allow --options override the libgd options. Not recommended.
See GH #33 and RT #130045
* Fri Jul 24 2020 Pedro Monreal <pmonreal@suse.com>
- Enable the test suite
* Sun Jul 19 2020 Tina Müller <timueller+perl@suse.de>
- updated to 2.72
see /usr/share/doc/packages/perl-GD/ChangeLog
2.72 * fix CVE 2019-6977 colorMatch for older unpatched libgd versions.
This is a severe security problem, an exploitable heap-overflow.
See https://nvd.nist.gov/vuln/detail/CVE-2019-6977
* Mon Jun 17 2019 Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- updated to 2.71
see /usr/share/doc/packages/perl-GD/ChangeLog
2.71 * skip Test::Fork on freebsd (GH #25)
2.70 * fixes for hardened CCFLAGS with -Werror (RT #128167)
- Rebased patch GD-cflags.patch
- Enabled tests during build
- Updated URL to MetaCPAN
* Wed Sep 12 2018 pmonrealgonzalez@suse.com
- updated to 2.69
see /usr/share/doc/packages/perl-GD/ChangeLog
2.69 * little spelling error, GH #29 Xavier Guimard
2.68 * fix GD::Polygon->clear, RT #124463 Michael Cain
2.67 * fix thread-safety for GD::Simple %COLORS (#26 melak)
* fix arc start-angle docs, RT #123277 Andrew G Gray
* improve setBrush docs, RT #123194 Andrew G Gray
* improve StringFT docs, RT #123193
* replace MacOSX by darwin, and not by Mac OS X/macOS as suggested
in PR #24
* add GD::Image->_file method as suggested in RT #60488 by Kevin Ryde,
also the helper GD::supportsFileType
- Cleaned with spec-cleaner
* Mon Apr 24 2017 coolo@suse.com
- updated to 2.66
see /usr/share/doc/packages/perl-GD/ChangeLog
2.66 * throw proper error on newFrom* with not-existing file
* add t/transp.t from RT #40525
* Improve RT #54366 multiple gd.h warning
* better doc for GD::Simple->arc
* fix ANIMGIF with libgd 2.3.0-dev
2.65 * fix --gdlib_config_path to accept an argument (fperrad)
2.64 * Update doc for LIBGD_VERSION()
* Fix 5.6.2, which does not have float in its typemap
2.63 * renamed VERSION() to LIBGD_VERSION(), RT #121307.
It was treated magically by "use GD 2.18"
2.62 * fixed wrong <5.14 code generated with ExtUtils::Constants
RT #121297. Don't generate const-xs.inc, only when missing.
* add -liconv on hpux also (our pkgconfig parser cannot handle it)
2.61 * 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
2.60 * add missing methods newFromWBMP, newFromXbm,
(RT #68784) and some missing docs
* Add --lib_fontconfig_path, --fcgi options
* rewrote most of the XS code
* cleanup Makefile.PL #20
2.59 * error on failing libgd calls
* fix colorClosestAlpha, colorAllocateAlpha
* add missing documentation
2.58 * fix VERSION_STRING for 2.0.x
* honor --lib_gd_path specific gdlib-config
* Loosen the comparison tests with GDIMAGETYPE ne gd2
* Improve gdlib-config parsing (PR #17), esp. with 2.0.34
2.57 * fix Jpeg magic number detection RT #26146
* fix RGB - HSV roundtrips: RT #120572 by J2N-FORGET
* fix -print-search-dirs errors RT #106265
* co-maint to rurban
* add hv_fetchs, CI smokers
* add GD::VERSION_STRING api
2.56_03 * add alpha method
* improve option handling
* fix meta data
2.56_02 * fix feature extraction >= 2.2 [RT #119459]
2.56_01 * rm Build.PL, fix permissions, fix for missing gdlib-config
* Sat Apr 18 2015 coolo@suse.com
- move /usr/bin/bdftogd to bdftogd.perl-gd to avoid conflict with
gd package
* Tue Apr 14 2015 coolo@suse.com
- updated to 2.56
see /usr/share/doc/packages/perl-GD/ChangeLog
2.56 * Fix Makefile.PL so that it works again.
2.55 * Great simplification of regression framework ought to fix make test problems.
* Replace ExtUtils::MakeMaker script with Module::Build system
(just in time for Module::Build to be deprecated).
* Remove archaic qd.pl (for creating QuickDraw picts) from distribution.
2.54 Patch from yurly@unet.net to fix image corruption in rotate180 when image height is odd.
2.53 Points to Gabor Szabo's GD::Simple tutorial, and fix link to repository.
2.52 Fix regression tests to run on Ubuntu 12.04 64bit.
* Thu Oct 30 2014 darin@darins.net
- Added libtiff-devel and libvpx-devel to fix builds on SLE_12
/usr/bin/bdf2gdfont.pl /usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi /usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/GD /usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/GD.pm /usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/GD/Group.pm /usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/GD/Image.pm /usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/GD/Polygon.pm /usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/GD/Polyline.pm /usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/GD/Simple.pm /usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/auto/GD /usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/auto/GD/GD.so /usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/auto/GD/autosplit.ix /usr/share/doc/packages/perl-GD /usr/share/doc/packages/perl-GD/ChangeLog /usr/share/doc/packages/perl-GD/README /usr/share/doc/packages/perl-GD/README.QUICKDRAW /usr/share/doc/packages/perl-GD/const-c.inc /usr/share/doc/packages/perl-GD/const-xs.inc /usr/share/licenses/perl-GD /usr/share/licenses/perl-GD/LICENSE /usr/share/man/man1/bdf2gdfont.pl.1.gz /usr/share/man/man3/GD.3pm.gz /usr/share/man/man3/GD::Group.3pm.gz /usr/share/man/man3/GD::Image.3pm.gz /usr/share/man/man3/GD::Polygon.3pm.gz /usr/share/man/man3/GD::Polyline.3pm.gz /usr/share/man/man3/GD::Simple.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Feb 9 17:18:57 2026