Package libtorrent-rasterbar0.15: Information

    Source package: libtorrent-rasterbar0.15
    Version: 0.15.9-alt0.M60T.1
    Build time:  Oct 14, 2014, 04:24 PM in the task #132189
    Copied in the task: #132223
    Category: System/Libraries
    Report package bug
    License: GPL
    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, i586)
    libtorrent-rasterbar0.15 (x86_64, i586)
    libtorrent-rasterbar0.15-debuginfo (x86_64, i586)
    python-module-libtorrent-rasterbar (x86_64, i586)
    python-module-libtorrent-rasterbar-debuginfo (x86_64, i586)

    Maintainer: Alexey Morsov


    ACL:
    @qa_p6

      1. boost-asio-devel
      2. boost-devel
      3. libssl-devel
      4. boost-filesystem
      5. boost-filesystem-devel
      6. boost-program_options-devel
      7. boost-python-devel
      8. glibc-core
      9. glibc-devel
      10. python-devel
      11. libGeoIP-devel
      12. zlib-devel
      13. gcc-c++
      14. libboost_serialization1.46.1

    Last changed


    Oct. 14, 2014 Motsyo Gennadi 2:0.15.9-alt0.M60T.1
    - build version 0.15.9 for t6
    April 8, 2011 Alexey Morsov 2:0.15.5-alt0.1.svn5420
    - new svn version
    - fix libboost_serialization version
    March 11, 2011 Alexey Morsov 2:0.15.5-alt0.1.svn5348
    - new svn version
    - add libGeoIP
    - add optflags to compile against new boost