Пакет libtorrent-rasterbar: Информация

    Исходный пакет: libtorrent-rasterbar
    Версия: 1.1.13-alt2
    Собран:  2 декабря 2020 г. 21:11
    Сообщить об ошибке в пакете
    Домашняя страница: https://www.rasterbar.com/products/libtorrent/

    Лицензия: BSD
    О пакете: libTorrent is a BitTorrent library written in C++ for *nix
    Описание: 
    libTorrent is designed to avoid redundant copying and storing of data
    that other clients and libraries suffer from. libTorrent features:
    
    * The client has full control over the polling of sockets.
    * Sigc++ signals makes it easy for the client to react to events.
    * Fast resume which checks the file modification time.
    * Direct reading and writing from network to mmap'ed files.
    * File hash check uses the same thread; client can control the rate;
      non-blocking and preload to memory with the mincore and madvise.
    * File handler: fine-grained use of file read/write permissions, allows
      seeding of read-only files; allows torrents with unlimited number of
      files; opens closed files when mapping chunks to memory, with graceful
      error handling; support for files larger than 2 GB; different download
      priorities for files in the torrent.
    * Multi-tracker support.
    * No dependency on any specific HTTP library, the client implements a
      wrapper class.
    * Dynamic request pipe size.
    * Upload and download throttle.
    * And much more...

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    libtorrent-rasterbar-devel (mipsel)
    libtorrent-rasterbar9 (mipsel)
    libtorrent-rasterbar9-debuginfo (mipsel)
    python-module-libtorrent-rasterbar (mipsel)
    python-module-libtorrent-rasterbar-debuginfo (mipsel)
    python3-module-libtorrent-rasterbar (mipsel)
    python3-module-libtorrent-rasterbar-debuginfo (mipsel)

    Сопровождающий: Michael Shigorin


      1. python3-devel
      2. boost-asio-devel
      3. boost-devel
      4. boost-filesystem
      5. boost-filesystem-devel
      6. boost-multiprecision-devel
      7. boost-program_options-devel
      8. boost-python-devel
      9. boost-python3-devel
      10. libssl-devel
      11. glibc-core
      12. glibc-devel
      13. rpm-build-python3
      14. python-devel
      15. python-module-setuptools
      16. libGeoIP-devel
      17. gcc-c++
      18. libtommath-devel
      19. zlib-devel

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


    7 ноября 2019 г. Michael Shigorin 3:1.1.13-alt2
    - E2K: explicit -std=c++11
    - Minor spec cleanup
    11 июля 2019 г. Aleksei Nikiforov 3:1.1.13-alt1
    - Updated to upstream version 1.1.13.
    - Built bindings for python-3 (Closes: #31679).
    28 января 2019 г. Aleksei Nikiforov 3:1.1.12-alt1
    - Updated to upstream version 1.1.12.
    - Updated package names to support shared libs policy.