Package libtorrent-rasterbar: Information

    Source package: libtorrent-rasterbar
    Version: 1.1.13-alt2
    Build time:  Jan 6, 2021, 03:18 AM
    Category: System/Libraries
    Report package bug
    License: BSD
    Summary: libTorrent is a BitTorrent library written in C++ for *nix
    Description: 
    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...

    List of rpms provided by this srpm:
    libtorrent-rasterbar-devel (e2kv5, e2kv4, e2k)
    libtorrent-rasterbar9 (e2kv5, e2kv4, e2k)
    libtorrent-rasterbar9-debuginfo (e2kv5, e2kv4, e2k)
    python-module-libtorrent-rasterbar (e2kv5, e2kv4, e2k)
    python-module-libtorrent-rasterbar-debuginfo (e2kv5, e2kv4, e2k)
    python3-module-libtorrent-rasterbar (e2kv5, e2kv4, e2k)
    python3-module-libtorrent-rasterbar-debuginfo (e2kv5, e2kv4, e2k)

    Maintainer: Michael Shigorin


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

    Last changed


    Nov. 7, 2019 Michael Shigorin 3:1.1.13-alt2
    - E2K: explicit -std=c++11
    - Minor spec cleanup
    July 11, 2019 Aleksei Nikiforov 3:1.1.13-alt1
    - Updated to upstream version 1.1.13.
    - Built bindings for python-3 (Closes: #31679).
    Jan. 28, 2019 Aleksei Nikiforov 3:1.1.12-alt1
    - Updated to upstream version 1.1.12.
    - Updated package names to support shared libs policy.