Search Criteria
Package Details: transmission-cli-git 4.0.0.beta.3.r2.gcc4cbff04-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/transmission-cli-git.git (read-only, click to copy) |
---|---|
Package Base: | transmission-cli-git |
Description: | Fast, easy, and free BitTorrent client (CLI tools, daemon and web client) |
Upstream URL: | http://www.transmissionbt.com/ |
Licenses: | MIT |
Conflicts: | transmission-cli |
Provides: | transmission-cli |
Replaces: | transmission-cli |
Submitter: | lonaowna |
Maintainer: | EndlessEden (cephian) |
Last Packager: | cephian |
Votes: | 4 |
Popularity: | 0.003172 |
First Submitted: | 2018-01-17 23:20 (UTC) |
Last Updated: | 2023-01-05 12:55 (UTC) |
Dependencies (13)
- curl (curl-minimal-git, curl-git, curl-quiche-git, curl-http3-ngtcp2)
- dht
- libb64 (libb64-git)
- libdeflate (libdeflate-git)
- libevent (libevent-git)
- libnatpmp
- libpsl (libpsl-git)
- libsystemd (systemd-libs-homed-containers, systemd-libs-git, systemd-libs-selinux, systemd-libs)
- libutp (libutp-git)
- miniupnpc (miniupnpc-git)
- cmake (cmake-git) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- publicsuffix-list (make)
Required by (43)
- addmag (requires transmission-cli)
- autobrr (requires transmission-cli) (optional)
- automatic (requires transmission-cli) (optional)
- automedia-git (requires transmission-cli)
- ctpv-git (requires transmission-cli) (optional)
- fragments-git (requires transmission-cli)
- headphones (requires transmission-cli) (optional)
- headphones-git (requires transmission-cli) (optional)
- kettu-git (requires transmission-cli)
- lfutils-git (requires transmission-cli) (optional)
- lfutils-meta (requires transmission-cli) (optional)
- lidarr (requires transmission-cli) (optional)
- lidarr-develop (requires transmission-cli) (optional)
- lidarr-git (requires transmission-cli) (optional)
- lidarr-nightly (requires transmission-cli) (optional)
- pia-tools (requires transmission-cli)
- radarr (requires transmission-cli) (optional)
- radarr-develop (requires transmission-cli) (optional)
- radarr-nightly (requires transmission-cli) (optional)
- ranger-alacritty (requires transmission-cli) (optional)
- Show 23 more...
Sources (9)
- git+https://github.com/google/googletest.git
- git+https://github.com/transmission/fast_float.git
- git+https://github.com/transmission/fmt#branch=9-x-y
- git+https://github.com/transmission/libutp#branch=post-3.4-transmission
- git+https://github.com/transmission/transmission.git
- git+https://github.com/transmission/utfcpp#branch=post-3.2.1-transmission
- git+https://github.com/transmission/wide-integer.git
- transmission-cli.sysusers
- transmission-cli.tmpfiles
Latest Comments
1 2 3 4 Next › Last »
glitsj16 commented on 2023-03-03 11:51 (UTC)
I have a few remarks/questions about this package.
(1) Upstream has a GPL licence, not MIT.
(2) According to the pkgdesc users might expect the web client to be included in this package. But it isn't, due to the configuration. There's no trace of 'ENABLE_WEB' in upstream's CMakeLists.txt, so that can be removed in the build() function.
(3) Potential conflict/confusion by having libutp in depends yet -DUSE_SYSTEM_UTP=OFF in configuration.
(4) publicsuffix-list (in makedepends) is already there due to libpsl requiring it.
(5) Why the need for -DINSTALL_LIB=ON? This relates to libtransmission if I'm correct, and that is not needed here in my opinion.
(6) Referencing of the third-party git repo's in the source array is superfluous.
(7) Use ninja instead of make.
Here's a PKGBUILD that implements the above as example. Feel free to use whatever you deem relevant.
cephian commented on 2023-02-11 19:59 (UTC)
I cannot reproduce rekman's comment below, the package seems to build fine for me on clang 15.0.7 on an updated x86_64 arch system. If this is a problem for anyone else let me know.
rekman commented on 2023-02-11 11:54 (UTC)
Looks like this fails to build with clang 15.0.7 because clang-tidy gets stuck. Builds fine with clang 14.0.6. For a workaround add
-DRUN_CLANG_TIDY=OFF
to the cmake flags inbuild()
to skip clang-tidy.cephian commented on 2023-01-05 13:05 (UTC)
Package should be fixed now, let me know if it's not (and the next time it breaks).
test0 commented on 2023-01-05 08:43 (UTC) (edited on 2023-01-05 13:14 (UTC) by test0)
@afader I was getting the same error until I cleaned the build environment and rewritten the prepare() method according to the github instructions. @cephian I guess the PKGBUILD needs to be updated according to the latest build instructions (also dependencies needs to be checked/updated).
afader commented on 2023-01-03 17:51 (UTC)
Can anyone help for this
aramirez commented on 2022-10-17 14:50 (UTC)
Can confirm it still builds and works fine on armv7h (Raspberry Pi 2 B). Thank you.
cephian commented on 2022-10-08 17:59 (UTC)
Added armv7h from aramirez's suggestion, I have no way of testing it myself though.
aramirez commented on 2022-08-28 09:42 (UTC)
Can confirm it builds and works fine on armv7h (Raspberry Pi 2 B). Please, consider adding armv7h to the arch list.
1 2 3 4 Next › Last »