Search Criteria
Package Details: libtorrent-rasterbar-1 1.2.19-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/libtorrent-rasterbar-1.git (read-only, click to copy) |
---|---|
Package Base: | libtorrent-rasterbar-1 |
Description: | Open source C++ library implementing the BitTorrent protocol. |
Upstream URL: | https://libtorrent.org/ |
Licenses: | BSD-3-Clause |
Conflicts: | libtorrent-rasterbar |
Provides: | libtorrent-rasterbar |
Submitter: | Hanabishi |
Maintainer: | Hanabishi |
Last Packager: | Hanabishi |
Votes: | 6 |
Popularity: | 0.000002 |
First Submitted: | 2022-01-16 20:28 (UTC) |
Last Updated: | 2024-06-17 15:42 (UTC) |
Dependencies (5)
- boost-libs
- openssl (openssl-gitAUR, openssl-staticAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- python-setuptools (make)
Required by (31)
- arrowdl (requires libtorrent-rasterbar)
- bittorrent2player (requires libtorrent-rasterbar)
- btfs-git (requires libtorrent-rasterbar)
- deluge-git (requires libtorrent-rasterbar)
- fatrat-git (requires libtorrent-rasterbar)
- kawaii-player (requires libtorrent-rasterbar) (optional)
- kawaii-player-git (requires libtorrent-rasterbar)
- libcommunist (requires libtorrent-rasterbar)
- libcommunist (requires libtorrent-rasterbar) (make)
- magnet2torrent-git (requires libtorrent-rasterbar)
- mtorrentd (requires libtorrent-rasterbar)
- nbdkit (requires libtorrent-rasterbar) (optional)
- nbdkit-git (requires libtorrent-rasterbar) (optional)
- porla (requires libtorrent-rasterbar)
- qbittorrent-enhanced (requires libtorrent-rasterbar)
- qbittorrent-enhanced-git (requires libtorrent-rasterbar)
- qbittorrent-enhanced-nox (requires libtorrent-rasterbar)
- qbittorrent-enhanced-nox-git (requires libtorrent-rasterbar)
- qbittorrent-enhanced-qt5 (requires libtorrent-rasterbar)
- qbittorrent-enhanced-ua (requires libtorrent-rasterbar)
- Show 11 more...
Latest Comments
Hanabishi commented on 2024-06-17 15:42 (UTC)
I think it's easier to just store the patch with the package. Made it in
-3
.ouuan commented on 2024-06-17 07:04 (UTC) (edited on 2024-06-17 08:12 (UTC) by ouuan)
The checksums of the patches need to be updated because the commit hashes in the patches are now one nibble longer (
39b48c284b
->39b48c284b0
). Consider usinghttps://github.com/arvidn/libtorrent/commit/932ddd3ccbb44c12b1575e5883ae20fdce353fe2.patch?full_index=1
(thefull_index
param) to get a stable hash length.Hanabishi commented on 2023-11-16 13:13 (UTC)
Ok, that turned out to be a bit more challenging. But it's done.
binhex commented on 2023-11-16 11:11 (UTC)
Hi Hanabishi, I have a request, please could you enable python bindings, as I would like to use the package for Deluge, which requires the python bindings, the line from your PKGBUILD that would need changing is:- -Dpython-bindings=OFF to -Dpython-bindings=ON