Search Criteria
Package Details: qbittorrent-git 1:5.1.0alpha1.r306.gb462a2bf0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/qbittorrent-git.git (read-only, click to copy) |
---|---|
Package Base: | qbittorrent-git |
Description: | An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar (git version) |
Upstream URL: | https://www.qbittorrent.org |
Keywords: | bittorrent qt torrent |
Licenses: | GPL-3.0-or-later, GPL-2.0-or-later |
Conflicts: | qbittorrent |
Provides: | qbittorrent |
Submitter: | Sevenseven |
Maintainer: | yurikoles |
Last Packager: | yurikoles |
Votes: | 47 |
Popularity: | 0.000000 |
First Submitted: | 2011-06-28 01:40 (UTC) |
Last Updated: | 2024-11-04 20:45 (UTC) |
Dependencies (14)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libtorrent-rasterbar (libtorrent-rasterbar-gitAUR, libtorrent-rasterbar-1_1-gitAUR, libtorrent-rasterbar-1_2-gitAUR, libtorrent-rasterbar-2_0-gitAUR, libtorrent-rasterbar-1AUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-svg
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- qt6-svg (make)
- qt6-tools (make)
- python (python37AUR, python311AUR, python310AUR) (optional) – needed for torrent search tab
Required by (30)
- autobrr (requires qbittorrent) (optional)
- lidarr (requires qbittorrent) (optional)
- lidarr-bin (requires qbittorrent) (optional)
- lidarr-develop (requires qbittorrent) (optional)
- lidarr-develop-bin (requires qbittorrent) (optional)
- lidarr-git (requires qbittorrent) (optional)
- lidarr-nightly-bin (requires qbittorrent) (optional)
- mylar3 (requires qbittorrent) (optional)
- nodejs-cross-seed (requires qbittorrent) (optional)
- prowlarr (requires qbittorrent) (optional)
- prowlarr-bin (requires qbittorrent) (optional)
- prowlarr-develop (requires qbittorrent) (optional)
- prowlarr-develop-bin (requires qbittorrent) (optional)
- prowlarr-nightly-bin (requires qbittorrent) (optional)
- qbittorrent-nightwalker (requires qbittorrent) (optional)
- qbittorrent-vuetorrent-bin (requires qbittorrent) (optional)
- radarr (requires qbittorrent) (optional)
- radarr-bin (requires qbittorrent) (optional)
- radarr-develop (requires qbittorrent) (optional)
- radarr-develop-bin (requires qbittorrent) (optional)
- radarr-nightly-bin (requires qbittorrent) (optional)
- readarr-develop (requires qbittorrent) (optional)
- readarr-develop-bin (requires qbittorrent) (optional)
- readarr-nightly-bin (requires qbittorrent) (optional)
- sonarr (requires qbittorrent) (optional)
- sonarr-bin (requires qbittorrent) (optional)
- sonarr-develop (requires qbittorrent) (optional)
- sonarr-develop-bin (requires qbittorrent) (optional)
- tqm (requires qbittorrent) (optional)
- whisparr-nightly-bin (requires qbittorrent) (optional)
Latest Comments
1 2 3 4 5 6 7 Next › Last »
aequabit commented on 2023-09-09 06:56 (UTC)
This package shouldn't have libtorrent-rasterbar, but libtorrent-rasterbar-1_2-git as a dependency, since qBittorrent won't build on the most recent version.
dujemiha commented on 2023-05-31 09:27 (UTC)
Could systemd support be disabled? I use Artix and as such I have to modify the PKGBUILD for the compilation not to fail, and judging by this line from the build log:
* SYSTEMD, Install systemd service file. Target directory is overridable with 'SYSTEMD_SERVICES_INSTALL_DIR' variable (default: OFF; depends on condition: NOT GUI)
said support wouldn't be installed anyway because this package does compile the GUI.
radu242 commented on 2023-01-12 16:30 (UTC) (edited on 2023-01-12 16:34 (UTC) by radu242)
Just got this build error in
qbittorrent-nox-git
:qbittorrent-git
seems to build past it just fine -- how come this GUI file is being sought out fornox
compilation?edit:
tuxayo commented on 2023-01-03 03:53 (UTC)
Hi :)
I'm trying to test webtorrent support (to validate it and have it merged in the next libtorrent release) using libtorrent-rasterbar-git package. Even if qbittorrent doesn't support libtorrent master, overall it seems to work well (webtorrent not tested)
So after enabling webtorrent support in the PKGBUILD of libtorrent-rasterbar-git by adding this in the right places:
When building this package, I get:
This error when building qbittorrent-git pops only when enabling webtorrent support in libtorrent.
Does anyone know what to change in the PKGBUILD to have the inclusion Boost::json work?
yurikoles commented on 2022-04-27 01:56 (UTC)
Thanks MarsSeed, I applied your suggestion.
MarsSeed commented on 2022-03-25 22:34 (UTC) (edited on 2022-04-23 12:19 (UTC) by MarsSeed)
The version string is wrong.
For Pacman,
4.5.0alpha1 < 4.5.0 < 4.5.0.alpha1 < 1:4.5.0alpha1
.Please kindly fix the version string creation (change
4.5.0.alpha1
to4.5.0alpha1
), and add anepoch=1
variable to the beginning section of the PKGBUILD to "reset" the version ordering.This fix is needed so that whenever v4.5.0 stable gets released, Pacman will see
pkgver=4.5.0[...]
as newer version thanpkgver=4.5.0.alpha1[...]
.Otherwise Pacman won't update the alpha package to the stable version once that is out.
milkii commented on 2021-01-07 12:35 (UTC)
Getting this at the mo;
1 2 3 4 5 6 7 Next › Last »