Package Details: transmission-gtk-git 2:4.0.3.r536.g7f029acf6-1

Git Clone URL: https://aur.archlinux.org/transmission-gtk-git.git (read-only, click to copy)
Package Base: transmission-gtk-git
Description: Fast, easy, and free BitTorrent client (GTK+ GUI)(Git version from github repository)
Upstream URL: http://www.transmissionbt.com/
Keywords: client gtk torrent transmission
Licenses: MIT
Conflicts: transmission-gtk, transmission-svn-gtk
Provides: transmission-gtk
Submitter: FredBezies
Maintainer: FredBezies
Last Packager: FredBezies
Votes: 21
Popularity: 0.000989
First Submitted: 2017-01-14 21:50 (UTC)
Last Updated: 2024-02-25 12:32 (UTC)

Required by (14)

Sources (1)

Latest Comments

1 2 3 Next › Last »

kubrick commented on 2023-03-29 07:47 (UTC)

What's the point of the latest update? Please do not bump pkgvers for *-git packages, if people want regular updates, they'll use the package in extra, if they use the git version, it's because they want to build on their own terms.

tleydxdy commented on 2023-01-20 01:47 (UTC) (edited on 2023-01-30 15:53 (UTC) by tleydxdy)

transmission-gtk-git/PKGBUILD: line 40: -DENABLE_TESTS=OFF: command not found

the comment is causing \ line continuation to fail :( @FredBezies

FredBezies commented on 2022-10-24 08:03 (UTC)

@somepaulo: please, report this bug on transmission github.

somepaulo commented on 2022-10-24 07:18 (UTC)

Build fails at 7%.

[  7%] Building CXX object libtransmission/CMakeFiles/transmission.dir/net.cc.o
/home/username/.cache/yay/transmission-gtk-git/src/transmission/libtransmission/net.cc:377:30: error: use of undeclared identifier 'utp_create_socket' [clang-diagnostic-error]
        auto* const socket = utp_create_socket(session->utp_context);
                             ^
/home/username/.cache/yay/transmission-gtk-git/src/transmission/libtransmission/net.cc:408:9: error: use of undeclared identifier 'utp_set_userdata' [clang-diagnostic-error]
        utp_set_userdata(socket.handle.utp, nullptr);
        ^
/home/username/.cache/yay/transmission-gtk-git/src/transmission/libtransmission/net.cc:409:9: error: use of undeclared identifier 'utp_close'; did you mean 'pclose'? [clang-diagnostic-error]
        utp_close(socket.handle.utp);
        ^~~~~~~~~
        pclose
/usr/include/stdio.h:823:12: note: 'pclose' declared here
extern int pclose (FILE *__stream);
           ^
/home/username/.cache/yay/transmission-gtk-git/src/transmission/libtransmission/net.cc:409:19: error: cannot initialize a parameter of type 'FILE *' (aka '_IO_FILE *') with an lvalue of type 'struct UTPSocket *' [clang-diagnostic-error]
        utp_close(socket.handle.utp);
                  ^~~~~~~~~~~~~~~~~
/usr/include/libutp/utp.h:31:8: note: 'UTPSocket' is not defined, but forward declared here; conversion would be valid if it was derived from '_IO_FILE'
struct UTPSocket;
       ^
/usr/include/stdio.h:823:26: note: passing argument to parameter '__stream' here
extern int pclose (FILE *__stream);
                         ^
87766 warnings and 4 errors generated.
Error while processing /home/username/.cache/yay/transmission-gtk-git/src/transmission/libtransmission/net.cc.
Suppressed 87766 warnings (87766 in non-user code).
Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
Found compiler error(s).
make[2]: *** [libtransmission/CMakeFiles/transmission.dir/build.make:384: libtransmission/CMakeFiles/transmission.dir/net.cc.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1156: libtransmission/CMakeFiles/transmission.dir/all] Error 2
make: *** [Makefile:166: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

FredBezies commented on 2022-08-14 07:51 (UTC) (edited on 2022-08-14 07:52 (UTC) by FredBezies)

@afader : Can you attach an error log, please?

afader commented on 2022-08-14 04:28 (UTC)

Can't build the package, is there a dependency missing

FredBezies commented on 2017-02-19 14:12 (UTC)

@glistj16 : forgot to thank you publicly for PKGBUILD tweaking. Fixed :)

glitsj16 commented on 2017-01-15 05:09 (UTC)

Hi, thanks for offering this git version. You could use cmake by adjusting the build function: build() { cd $srcdir/$_pkgname # working around this bug : https://github.com/transmission/transmission/issues/66 rm m4/glib-gettext.m4 mkdir -p build cd build cmake .. -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DENABLE_CLI=OFF \ -DENABLE_DAEMON=OFF \ -DENABLE_GTK=ON \ -DENABLE_QT=OFF make }

FredBezies commented on 2017-01-14 21:53 (UTC)

Transmission is now using github as default source code repository. I "forked" your PKGBUILD in order to make it work with git. https://aur.archlinux.org/packages/transmission-gtk-git/

FredBezies commented on 2017-01-14 21:51 (UTC)

As transmission is now using github and no more subversion, I created a new PKGBUILD, based on transmission-svn-gtk PKGBUILD in order to get a working AUR package.