Пакет gd3: Информация

    Исходный пакет: gd3
    Версия: 2.3.2-alt1
    Собран:  17 июля 2021 г. 1:48 в задании #279240
    Категория: Графика
    Сообщить об ошибке в пакете
    Домашняя страница: https://libgd.github.io/

    Лицензия: BSD-style
    О пакете: A graphics library for drawing image files in various formats
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    gd3-utils (x86_64, ppc64le, i586, armh, aarch64)
    gd3-utils-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    libgd3 (x86_64, ppc64le, i586, armh, aarch64)
    libgd3-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    libgd3-devel (x86_64, ppc64le, i586, armh, aarch64)

    Сопровождающий: Aleksei Nikiforov


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

    Последнее изменение


    9 марта 2021 г. Aleksei Nikiforov 2.3.2-alt1
    - Updated to upstream version 2.3.2.
    - Enabled HEIF support.
    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).
    3 апреля 2020 г. Aleksei Nikiforov 2.3.0-alt1
    - Updated to upstream version 2.3.0.