Package gd3: Information

  • Default inline alert: Version in the repository: 2.3.3-alt2

Source package: gd3
Version: 2.3.0-alt2
Latest version according to Repology
Build time:  Apr 22, 2020, 11:19 AM in the task #250375
Category: Graphics
Report package bug
License: BSD-style
Summary: A graphics library for drawing image files in various formats
Description: 
Gd is a graphics library.  It allows your code to quickly draw images
complete with lines, arcs, text, multiple colors, cut and paste from
other images, and flood fills, and write out the result as a PNG or
JPEG file.  This is particularly useful in World Wide Web applications,
where PNG and JPEG are two of the formats accepted for inline images
by most browsers.

Gd is not a paint program.  If you are looking for a paint program, you
are looking in the wrong place.  If you are not a programmer, you are
looking in the wrong place, unless you are installing a required
library in order to run an application.

Gd does not provide for every possible desirable graphics operation.
It is not necessary or desirable for Gd to become a kitchen-sink
graphics package, but version 2.0 does include most frequently
requested features, including both truecolor and palette images,
resampling (smooth resizing of truecolor images) and so forth.

List of rpms provided by this srpm:
gd3-utils (x86_64, ppc64le, i586, aarch64)
gd3-utils-debuginfo (x86_64, ppc64le, i586, aarch64)
libgd3 (x86_64, ppc64le, i586, aarch64)
libgd3-debuginfo (x86_64, ppc64le, i586, aarch64)
libgd3-devel (x86_64, ppc64le, i586, aarch64)

Maintainer: Nikita Ermakov


ACL:
Anton Farygin
@everybody

    1. libfreetype-devel
    2. fontconfig-devel
    3. fonts-ttf-dejavu
    4. rpm-build-ubt
    5. libpng-devel
    6. libtiff-devel
    7. libXpm-devel
    8. libjpeg-devel
    9. zlib-devel
    10. libwebp-devel

Last changed


April 21, 2020 Nikita Ermakov 2.3.0-alt2
- Fix build on riscv64 (gdimagegrayscale/basic and
  gdimagecopyresampled/bug00201 tests are fails because of the
  rounding after fused multiply-add instructions. One possible
  workarround is to add -ffp-contract=off to the CFLAGS but as the
  difference between images in the tests is small it would be better
  to just ignore these tests).
April 3, 2020 Aleksei Nikiforov 2.3.0-alt1
- Updated to upstream version 2.3.0.
April 7, 2019 Michael Shigorin 2.2.5-alt3
- Fix build on aarch64 (gdimagegrayscale/basic test fails alike to i586).
- Drop %ubt macro.
- Minor spec cleanup.