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

    Исходный пакет: fpc
    Версия: 3.2.3-alt3
    Последняя версия по данным Repology
    Собран:  5 июня 2026 г. 14:35 в задании #420190
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.freepascal.org

    Лицензия: GPL-2.0+ and LGPL-2.1+
    О пакете: Free Pascal Compiler -- Meta Package
    Описание: 
    The Free Pascal Compiler is an object pascal compiler supporting both
    Delphi and Turbo Pascal 7.0 dialects as well as Mac pascal dialects.  It
    provides a completely portable RunTime Library (RTL) available on many
    platforms and compatible with Turbo Pascal, but also a platfrom
    independent class based Free Component Library (FCL) adding many Delphi
    extensions and interfacing many popular open source libraries.
    
    Some extensions are added to the language, like function overloading.
    Shared libraries can be linked and created. Delphi language extentions
    like classes, exceptions, ansi strings and open arrays are also
    supported.
    
    This package contains dependency on all FPC packages provided on your
    architecture. Experienced users may want to install only packages they
    need, and can skip installing this metapackage.

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    fpc (x86_64, i586, aarch64)
    fpc-common (x86_64, i586, aarch64)
    fpc-compiler (x86_64, i586, aarch64)
    fpc-docs (x86_64, i586, aarch64)
    fpc-ide (x86_64, i586, aarch64)
    fpc-src (noarch)
    fpc-units-base (x86_64, i586, aarch64)
    fpc-units-db (x86_64, i586, aarch64)
    fpc-units-fcl (x86_64, i586, aarch64)
    fpc-units-fv (x86_64, i586, aarch64)
    fpc-units-gfx (x86_64, i586, aarch64)
    fpc-units-gtk2 (x86_64, i586, aarch64)
    fpc-units-math (x86_64, i586, aarch64)
    fpc-units-misc (x86_64, i586, aarch64)
    fpc-units-misc-debuginfo (x86_64, i586, aarch64)
    fpc-units-multimedia (x86_64, i586, aarch64)
    fpc-units-net (x86_64, i586, aarch64)
    fpc-units-rtl (x86_64, i586, aarch64)
    fpc-utils (x86_64, i586, aarch64)

    Сопровождающий: Ajrat Makhmutov


    Права:
    Ajrat Makhmutov
    @everybody

      1. fpc-compiler
      2. fpc-units-fcl
      3. fpc-utils
      4. postgresql-devel
      5. python-devel
      6. python3-dev
      7. rpm-build-fpc
      8. libGL-devel
      9. libexpat-devel
      10. libgdb-devel
      11. unzip
      12. libgtk+2-devel
      13. libjpeg-devel
      14. zlib-devel
      15. liblzma-devel
      16. libncurses-devel
      17. libreadline-devel-static
      18. libsqlite3-devel
      19. libstdc++-devel
      20. libunixODBC-devel
      21. libunwind-devel
      22. mysql-devel

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


    5 июня 2026 г. Ajrat Makhmutov 3:3.2.3-alt3
    - Fix FTBFS: build only the fpdoc-generated API documentation
      (rtl/fcl/fclres) in HTML and CHM and skip the LaTeX manuals, which
      crash tex4ht with a buffer overflow in current Sisyphus (Closes: 56874).
    - Drop the tex4ht/texlive/latex2html build dependency.
    - Require fpc-docs from fpc-ide only when documentation is built; ship the
      IDE help index fpctoc.htx in fpc-ide regardless.
    28 марта 2025 г. Anton Midyukov 3:3.2.3-alt2
    - NMU: Add upstream patches:
      + GetMutableValue and TryGetMutableValue for
        fcl-stl.TMap and rtl-generics.generics.TDictionary
      + FT_Get_Sfnt_Name and related
      + FT_Get_Sfnt_Table and related
      + Make FontID public
      + Add TTT_HoriHeader
    14 декабря 2024 г. Artem Kurashov 3:3.2.3-alt1
    - New version.
    - Add patches for documentation.