Package libtorrent-rasterbar: Information

Source package: libtorrent-rasterbar
Version: 1.1.13-alt2
Build time:  Dec 2, 2020, 07:49 PM in the task #249945
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 (x86_64, ppc64le, i586, armh, aarch64)
libtorrent-rasterbar9 (x86_64, ppc64le, i586, armh, aarch64)
libtorrent-rasterbar9-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
python-module-libtorrent-rasterbar (x86_64, ppc64le, i586, armh, aarch64)
python-module-libtorrent-rasterbar-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
python3-module-libtorrent-rasterbar (x86_64, ppc64le, i586, armh, aarch64)
python3-module-libtorrent-rasterbar-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

Maintainer: Michael Shigorin


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

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.