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

    Исходный пакет: libphysfs
    Версия: 3.0.2-alt1
    Собран:  17 апреля 2019 г. 17:35 в задании #227312
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.icculus.org/physfs/

    Лицензия: zlib license
    О пакете: PhysicsFS file abstraction layer for games
    Описание: 
    PhysicsFS is a library to provide abstract access to various archives.
    It is intended for use in video games, and the design was somewhat inspired
    by Quake 3's file subsystem. The programmer defines a "write directory" on
    the physical filesystem. No file writing done through the PhysicsFS API can
    leave that write directory, for security. For example, an embedded scripting
    language cannot write outside of this path if it uses PhysFS for all of its
    I/O, which means that untrusted scripts can run more safely. Symbolic links
    can be disabled as well, for added safety. For file reading, the programmer
    lists directories and archives that form a "search path". Once the search
    path is defined, it becomes a single, transparent hierarchical filesystem.
    This makes for easy access to ZIP files in the same way as you access a file
    directly on the disk, and it makes it easy to ship a new archive that will
    override a previous archive on a per-file basis. Finally, PhysicsFS gives
    you platform-abstracted means to determine if CD-ROMs are available, the
    user's home directory, where in the real filesystem your program is running,
    etc.

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

    Сопровождающий: Grigory Ustinov

    Список участников:
    Grigory Ustinov
    Eugeny A. Rostovtsev
    George V. Kouryachy
    Igor Zubkov
    qa-robot
    dfo

      1. cmake
      2. libncurses-devel
      3. doxygen
      4. gcc-c++
      5. libreadline-devel
      6. zlib-devel

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


    15 апреля 2019 г. Grigory Ustinov 3.0.2-alt1
    - Build new version.
    - Cleaned changelog.
    7 ноября 2018 г. Grigory Ustinov 3.0.1-alt1
    - Build new version.
    12 июля 2012 г. Eugeny A. Rostovtsev 2.0.2-alt1.1
    - Fixed build