Package Details: transmission-cli-git 4.1.0.beta.5.r234.g7d3b22639-1

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 and daemon and web client)
Upstream URL: https://www.transmissionbt.com/
Licenses: GPL-2.0-or-later
Conflicts: transmission-cli
Provides: transmission-cli
Submitter: lonaowna
Maintainer: yar
Last Packager: yar
Votes: 6
Popularity: 0.000000
First Submitted: 2018-01-17 23:20 (UTC)
Last Updated: 2026-03-02 06:15 (UTC)

Required by (65)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

cipher699 commented on 2023-07-10 09:32 (UTC)

Thanks @glitsj16 for the info.

glitsj16 commented on 2023-07-10 07:01 (UTC)

@cipher699 We're OK regarding the git submodules. The used cmake configuration only needs those 7. If we needed some other(s) for that specific configuration the build would fail and we'd update the PKGBUILD.

Not seeing anything odd at the moment, transmission-daemon is active here. Hope you find some time to debug.

cipher699 commented on 2023-07-10 03:28 (UTC) (edited on 2023-07-10 03:30 (UTC) by cipher699)

Hi, with the latest build my transmission-daemon stops responding after some time. I don't know if it is an upstream issue. I want to debug that but i currently short on time.

The other thing is that in the there are 14 submodules and we added only 7 in PKGBUILD is that ok.

glitsj16 commented on 2023-07-09 14:49 (UTC)

@FabioLolix Thanks for the suggestions. Fixed.

cipher699 commented on 2023-07-09 14:48 (UTC) (edited on 2023-07-09 14:49 (UTC) by cipher699)

My transmission-daemon is not responding after running for some time. Has anyone else facing this issue. I haven't checked by building using the instructions given in the github.

FabioLolix commented on 2023-07-09 14:25 (UTC)

Adding git version in pkgdesc= is pointless, that's already implicit by the package name transmission-cli-git

FabioLolix commented on 2023-07-09 14:23 (UTC)

Removing git submodules from source=() and using git submodule update --init --recursive isn't an improvement https://wiki.archlinux.org/title/VCS_package_guidelines#Git_submodules

glitsj16 commented on 2023-07-09 14:18 (UTC) (edited on 2023-07-09 14:18 (UTC) by glitsj16)

Currently there's quite a lot of upstream activity. To speed up the git build you can use sccache with cmake:

  • add sccache to makedepends;
  • add the following flags to cmake in the build() function
    -DCMAKE_C_COMPILER_LAUNCHER=sccache \
    -DCMAKE_CXX_COMPILER_LAUNCHER=sccache \
    

glitsj16 commented on 2023-07-09 14:11 (UTC)

@EndlessEden Thank you for the co-maintainer work.

@cipher699 Description updated.

Supporting the web client needed adding npm to makedepends. Additionally added the check() function, so this is now as close to the official package as we can get it.

cipher699 commented on 2023-07-09 06:51 (UTC)

Thank you @cephian. Could you please update the description Fast, easy, and free BitTorrent client (CLI tools, daemon and web client) - git version