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

Исходный пакет: libtorrent-rasterbar
Версия: 1.1.13-alt2
Собран:  2 декабря 2020 г. 19:49 в задании #249945
Сообщить об ошибке в пакете
Домашняя страница: 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 (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)

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


    1. python3-devel
    2. boost-asio-devel
    3. boost-devel
    4. libssl-devel
    5. boost-filesystem
    6. boost-filesystem-devel
    7. boost-multiprecision-devel
    8. boost-program_options-devel
    9. boost-python-devel
    10. boost-python3-devel
    11. glibc-core
    12. glibc-devel
    13. libGeoIP-devel
    14. rpm-build-python3
    15. python-devel
    16. gcc-c++
    17. python-module-setuptools
    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.