Search Criteria
Package Details: libtorrent-rasterbar-git 2.0.7.r503.g5e9b0fabb-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libtorrent-rasterbar-git.git (read-only, click to copy) |
---|---|
Package Base: | libtorrent-rasterbar-git |
Description: | A C++ BitTorrent library that aims to be a good alternative to all the other implementations around (git version) |
Upstream URL: | https://www.rasterbar.com/products/libtorrent/ |
Licenses: | BSD |
Conflicts: | libtorrent-rasterbar |
Provides: | libtorrent-rasterbar |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 8 |
Popularity: | 0.40 |
First Submitted: | 2017-04-09 18:15 (UTC) |
Last Updated: | 2022-10-27 18:03 (UTC) |
Dependencies (5)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (31)
- arrowdl (requires libtorrent-rasterbar)
- bittorrent2player (requires libtorrent-rasterbar)
- btfs-git (requires libtorrent-rasterbar)
- deluge-git (requires libtorrent-rasterbar)
- epour (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)
- qbittorrent-dark-git (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)
- Show 11 more...
Latest Comments
1 2 Next › Last »
tuxayo commented on 2022-12-02 00:52 (UTC) (edited on 2022-12-02 04:47 (UTC) by tuxayo)
It's
-Dwebtorrent:BOOL='ON' \
However it doesn't build. In case someone else want to test the webtorrent feature here is as far as I got: The pre compile checks fail with:
And it prints that the webtorrent feature has been enabled so the error is linked to that. (also, libdatachannel is related to webtorrent)
edit: it's the libdatachannel deps, their directories are empty instead of having the git submodules fetched
edit2: either with the pikaur and yay helper the libdatachannel deps are empty
edit3: It builds after adding the following at the end of prepare()
git -C libtorrent-rasterbar submodule update --init --recursive --jobs=$(nproc)
I don't know if this is good practice though.edit4: but now qbittorrent-git doesn't build against it. I guess there is real work to do to have it work.
edit5 it's possible to make it somewhat work with qBt, details here: https://sourceforge.net/p/libtorrent/mailman/message/37742773/
tuxayo commented on 2022-12-01 19:10 (UTC)
Does anyone know how to enable webtorrent support?
https://github.com/arvidn/libtorrent/blob/master/CMakeLists.txt#L726
In the PKGBUILD I see
-DCMAKE_SKIP_RPATH:BOOL='YES' \
so maybe something like this?-DCMAKE_WEBTORRENT:BOOL='YES' \
dbermond commented on 2022-10-27 18:03 (UTC)
@EndlessEden Package updated.
EndlessEden commented on 2022-10-23 05:11 (UTC)
fails to build;
fatal: transport 'file' not allowed Failed to clone 'xxx/xxx' a second time, aborting (XXX - any submodule)
cotton commented on 2022-01-26 12:40 (UTC)
Does this work with qbittorrent 4.4.0?
dbermond commented on 2021-08-02 18:43 (UTC)
@EndlessEden Package updated with the fix. Building fine now, thanks.
EndlessEden commented on 2021-08-01 01:35 (UTC)
/usr/bin/ld: CMakeFiles/client_test.dir/print.cpp.o: in function
piece_matrix[abi:cxx11](libtorrent::bitfield const&, int, int*)': print.cpp:(.text+0xc1e): undefined reference to
libtorrent::aux::append_utf8_codepoint(std::__cxx11::basic_string<char, std::char_traits\<char>, std::allocator\<char> >&, int)' collect2: error: ld returned 1 exit statusdbermond commented on 2020-09-11 22:35 (UTC)
@EndlessEden There is still no solution on he corresponding repository package about how to fix this qbittorrent issue, because it breaks the python bindings. See https://bugs.archlinux.org/task/67754
Looks like this is going to be fixed upstream without the need on any intervention here. See https://github.com/arvidn/libtorrent/pull/5026
dbermond commented on 2020-07-18 23:15 (UTC) (edited on 2020-07-18 23:16 (UTC) by dbermond)
@georgyo Thanks for the interest on the package.
upstream changed the tag format to include a '=' and I haven't noticed this yet. Some projects keep changing tag format and this is really annoying. Thanks for pointing this. Updated.
Thanks, this was unnoticed for me. My cached files were still defaulting to the master branch. Updated.
The number of the job processes is controlled by makepkg.conf through the MAKEFLAGS variable. It's user responsibility to set the number of the build jobs, not a PKGBUILD responsibility. Please see details on the Wiki article: https://wiki.archlinux.org/index.php/Makepkg#Parallel_compilation
This package matches the corresponding libtorrent-rasterbar from the [extra] repository. Since libtorrent-rasterbar from [extra] repository still uses python2, we are using it here. When repository libtorrent-rasterbar drops python2 support I will also drop it from here (or if the python2 build becomes broken).
1 2 Next › Last »