Package libtorrent-rasterbar: Information

  • Default inline alert: Version in the repository: 2.0.10-alt1

Source package: libtorrent-rasterbar
Version: 2.0.5-alt1
Latest version according to Repology
Build time:  Dec 15, 2021, 11:35 AM in the task #291993
Category: System/Libraries
Report package bug
License: BSD-3-Clause and BSL-1.0
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-rasterbar2.0 (x86_64, ppc64le, i586, armh, aarch64)
libtorrent-rasterbar2.0-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

Maintainer: Aleksei Nikiforov


ACL:
Anton Farygin
@everybody

    1. libssl-devel
    2. boost-asio-devel
    3. boost-devel
    4. boost-filesystem
    5. boost-filesystem-devel
    6. boost-program_options-devel
    7. cmake
    8. rpm-build-python3
    9. libGeoIP-devel
    10. gcc-c++
    11. zlib-devel

Last changed


Dec. 14, 2021 Aleksei Nikiforov 4:2.0.5-alt1
- Updated to upstream version 2.0.5.
Aug. 18, 2021 Aleksei Nikiforov 4:2.0.4-alt3
- Fixed build with boost-1.77.0.
June 24, 2021 Aleksei Nikiforov 4:2.0.4-alt2
- Rebuilt without python module because deluge doesn't work
  with libtorrent-rasterbar >= 2.0 yet.