SHA256
8
0
forked from pool/perl-GD

58 Commits

Author SHA256 Message Date
1477b1fc20 Add Gitea build results 2025-08-12 18:14:18 +02:00
cba5a5f77a Accepting request 1183685 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1183685
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GD?expand=0&rev=39
2024-06-28 13:47:16 +00:00
9850cd7806 - updated to 2.830.0 (2.83)
see /usr/share/doc/packages/perl-GD/ChangeLog
  2.83    * Fix missing PNG regression (RT #153923) on old
            systems without the .pc, but gdlib-config. The check was too strict.
            Requires now File::Which.
  2.82    * Improve HEIF/AVIF autodetection (RT #153305) by Yuriy Yevtukhov.
  	* Fix strawberryperl default libgd path (shawnlaffan PR #54)
  	* Fix AVIF and Webp autodetection in tests (shawnlaffan PR #54)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=54
2024-06-27 18:10:14 +00:00
7cd6bf1061 Accepting request 1174453 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1174453
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GD?expand=0&rev=38
2024-05-16 15:16:44 +00:00
1245fcb678 Accepting request 1173768 from devel:languages:perl:autoupdate
- updated to 2.81
   see /usr/share/doc/packages/perl-GD/ChangeLog
  2.81    * Change GD::Polygon::transform to match old demos (RT #140043),
            and GD::Polyline.
            Add GD::Polygon::rotate(cw-radian) helper.
            Allow GD::Polygon::scale(2.0).
  2.80    * Fix broken copyTranspose and copyReverseTranspose (RT #153300)
            by Yuriy Yevtukhov.
          * Add transformation tests
          * Fix wrong WBMP name and detection
          * Fix wrong filename extension auto-detection for gd,gd2,wbmp
          * Fix wrong filename extension auto-detection for xpm,
            newFromXpm needs the filename, not handle.
          * Fix wrong libgd doc link (PR #52) by Tsuyoshi Watanabe
  2.79    * Improve image type autodetection (RT #153212), add a test
          * Fix Avif without Heif config
          * Improve gdlib.pc reader for supported library features

OBS-URL: https://build.opensuse.org/request/show/1173768
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=52
2024-05-16 11:58:52 +00:00
841562b03b Accepting request 1098071 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1098071
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GD?expand=0&rev=37
2023-07-11 13:57:21 +00:00
d8013da327 Accepting request 1097627 from devel:languages:perl:autoupdate
- Updated GD-cflags.patch
- updated to 2.78
   see /usr/share/doc/packages/perl-GD/ChangeLog
  2.78    * Fix Use of uninitialized value $pkg in concatenation warning
            (RT #148899 and GH #47). Thanks to ppisar for the analysis.
            Adds a new hard Test::NoWarnings test requirement.
  2.77    * add BMP support with libgd 2.1.0, PR #49 by PeterCJ
          * don't link to -lXPM without XPM nor X11, GH #45
          * rename ANIMGIF feature to GIFANIM
          * fix unused variable failure in GH CI, RT #141125 by PhilterPaper

OBS-URL: https://build.opensuse.org/request/show/1097627
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=50
2023-07-11 07:37:29 +00:00
14b73ca0c3 Accepting request 1086578 from devel:languages:perl
- update cpanspec.yml and recreate spec file
- Remove unused BuildRequires. Only gd is "#include"d.

OBS-URL: https://build.opensuse.org/request/show/1086578
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GD?expand=0&rev=36
2023-05-12 18:37:35 +00:00
0eff57a81d update cpanspec.yml and recreate spec file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=48
2023-05-11 15:38:50 +00:00
a4f0c15660 Accepting request 1085299 from home:jengelh:branches:devel:languages:perl
- Remove unused BuildRequires. Only gd is "#include"d.

OBS-URL: https://build.opensuse.org/request/show/1085299
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=47
2023-05-11 15:36:30 +00:00
b92d9fc682 Accepting request 955050 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/955050
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GD?expand=0&rev=35
2022-02-16 23:30:23 +00:00
8f150a383f Accepting request 954206 from devel:languages:perl:autoupdate
- 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

OBS-URL: https://build.opensuse.org/request/show/954206
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=46
2022-02-15 15:14:57 +00:00
e5012d34a1 Accepting request 847803 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/847803
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GD?expand=0&rev=34
2020-11-11 19:47:57 +00:00
769bd0bf6b Accepting request 847534 from home:pmonrealgonzalez:branches:devel:languages:perl
- Remove not needed build requirement libvpx-devel [bsc#1173279]

OBS-URL: https://build.opensuse.org/request/show/847534
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=44
2020-11-11 13:15:54 +00:00
3be64340d1 Accepting request 837827 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/837827
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GD?expand=0&rev=33
2020-09-27 09:49:51 +00:00
5d8f9a4ae6 Accepting request 837826 from home:pmonrealgonzalez:branches:devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/837826
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=42
2020-09-25 19:20:00 +00:00
dfd26cb0b3 Accepting request 837369 from devel:languages:perl:autoupdate
- 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

OBS-URL: https://build.opensuse.org/request/show/837369
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=41
2020-09-25 10:58:58 +00:00
f679b3b064 Accepting request 822747 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/822747
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GD?expand=0&rev=32
2020-07-27 15:37:53 +00:00
8eeed848d7 Accepting request 822746 from home:pmonrealgonzalez:branches:devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/822746
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=39
2020-07-25 07:53:57 +00:00
9413f87837 Accepting request 822575 from home:pmonrealgonzalez:branches:devel:languages:perl:autoupdate
- Enable the test suite

- 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

OBS-URL: https://build.opensuse.org/request/show/822575
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=38
2020-07-24 08:40:07 +00:00
5faf559306 Accepting request 710401 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/710401
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GD?expand=0&rev=31
2019-06-18 12:58:39 +00:00
e3d3a4291c Accepting request 710317 from home:pmonrealgonzalez:branches:devel:languages:perl
- 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

OBS-URL: https://build.opensuse.org/request/show/710317
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=36
2019-06-17 17:17:19 +00:00
03e4b436d0 Accepting request 635486 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/635486
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GD?expand=0&rev=30
2018-09-15 13:39:00 +00:00
15921d3950 Accepting request 635328 from home:pmonrealgonzalez:branches:devel:languages:perl
- 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

OBS-URL: https://build.opensuse.org/request/show/635328
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=34
2018-09-13 08:35:52 +00:00
f71b0a9b34 Accepting request 506103 from devel:languages:perl
- 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

OBS-URL: https://build.opensuse.org/request/show/506103
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GD?expand=0&rev=29
2017-06-27 08:21:01 +00:00
Stephan Kulow
6a64a8d2b7 fix build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=32
2017-06-25 09:30:53 +00:00
Stephan Kulow
a3bfe6eed6 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=31 2017-05-23 18:06:17 +00:00
Stephan Kulow
2d5052485b Accepting request 490144 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/490144
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=30
2017-04-24 08:29:08 +00:00
Stephan Kulow
d20556cbcf Accepting request 297920 from devel:languages:perl
- move /usr/bin/bdftogd to bdftogd.perl-gd to avoid conflict with
  gd package 

- 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.

OBS-URL: https://build.opensuse.org/request/show/297920
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GD?expand=0&rev=28
2015-04-25 19:17:16 +00:00
Stephan Kulow
93aa495d15 update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=28
2015-04-18 14:29:44 +00:00
Stephan Kulow
4e81af7c62 Accepting request 297009 from devel:languages:perl:autoupdate
- 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.

OBS-URL: https://build.opensuse.org/request/show/297009
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=27
2015-04-15 20:27:57 +00:00
Stephan Kulow
5bfd7952fe Accepting request 259104 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/259104
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GD?expand=0&rev=27
2014-11-04 16:28:12 +00:00
Stephan Kulow
f517b3f600 Accepting request 259029 from home:deadpoint:branches:devel:languages:perl
- Added libtiff-devel and libvpx-devel to fix builds on SLE_12

OBS-URL: https://build.opensuse.org/request/show/259029
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=25
2014-10-31 09:09:15 +00:00
Stephan Kulow
427982d0e8 Accepting request 221864 from devel:languages:perl
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/221864
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GD?expand=0&rev=25
2014-02-12 06:04:59 +00:00
Stephan Kulow
ed465b1e2d - updated to 2.51
Fix misleading warning message about location of gd.h file.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=23
2014-02-09 14:33:43 +00:00
Stephan Kulow
8e16bbf51f Accepting request 212481 from devel:languages:perl
- disable test suite - comparing the bits of pngs is not good enough,
  debian and fedora have the same problem and no reaction upstream
  (RT#85789)

- updated to 2.50
   Fix gdUseFontConfig so that it can be called as a class method.
   Add GitHub information to README.
   Fix compile crash on windows and strawberry (https://rt.cpan.org/Public/Bug/Display.html?id=67990).
   Fix compilation on older perl's without the Newxz macros.
- rebased GD-cflags.patch

OBS-URL: https://build.opensuse.org/request/show/212481
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GD?expand=0&rev=24
2013-12-31 15:47:30 +00:00
Stephan Kulow
976e281a0e - disable test suite - comparing the bits of pngs is not good enough,
debian and fedora have the same problem and no reaction upstream
  (RT#85789)
- rebased GD-cflags.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=21
2013-12-31 05:26:17 +00:00
Stephan Kulow
5456cc0416 - updated to 2.50
Fix gdUseFontConfig so that it can be called as a class method.
   Add GitHub information to README.
   Fix compile crash on windows and strawberry (https://rt.cpan.org/Public/Bug/Display.html?id=67990).
   Fix compilation on older perl's without the Newxz macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=20
2013-07-27 12:16:25 +00:00
Stephan Kulow
10e9bebcb8 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GD?expand=0&rev=20
2011-12-06 17:41:51 +00:00
OBS User autobuild
84bdb652dc OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GD?expand=0&rev=18 2011-05-27 09:30:35 +00:00
Sascha Peilicke
309f162b24 Accepting request 71520 from devel:languages:perl
- do not add break perl structures in overwriting CCFLAGS with invalid
  flags
- regenerate with cpanspec 1.78.04

OBS-URL: https://build.opensuse.org/request/show/71520
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GD?expand=0&rev=17
2011-05-27 08:49:15 +00:00
Stephan Kulow
816845ec86 - do not add break perl structures in overwriting CCFLAGS with invalid
flags
- regenerate with cpanspec 1.78.04

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=18
2011-05-26 14:50:37 +00:00
Sascha Peilicke
8a0b0555a3 Autobuild autoformatter for 69355
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GD?expand=0&rev=16
2011-05-20 13:10:34 +00:00
OBS User buildservice-autocommit
2e6bc3b1ed Updating link to change in openSUSE:Factory/perl-GD revision 16.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=86708cfa6155490af9ca18b2362b57c6
2011-05-20 13:10:34 +00:00
Sascha Peilicke
4812565039 Accepting request 69355 from devel:languages:perl
- update to 2.46
  Added a basic "use" test for GD::Simple
  Corrected license to GPL+ or Artistic

OBS-URL: https://build.opensuse.org/request/show/69355
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GD?expand=0&rev=15
2011-05-20 13:10:15 +00:00
Vítězslav Čížek
02f47a6fda - update to 2.46
Added a basic "use" test for GD::Simple
  Corrected license to GPL+ or Artistic

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=16
2011-05-03 08:37:43 +00:00
Lars Vogdt
5ab4c9c05c Autobuild autoformatter for 54543
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GD?expand=0&rev=13
2010-12-05 20:54:06 +00:00
Lars Vogdt
13e4ee9ffb Accepting request 54543 from devel:languages:perl
Accepted submit request 54543 from user coolo

OBS-URL: https://build.opensuse.org/request/show/54543
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GD?expand=0&rev=12
2010-12-05 20:54:01 +00:00
Stephan Kulow
a70044d6f3 always buildrequire perl-macros if not present, move %perl_requires behind buildroot (script commit)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=14
2010-12-03 14:06:05 +00:00
Stephan Kulow
1cdc878076 siwtch to perl_requires macro
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=13
2010-12-01 13:45:23 +00:00