Package Details: transmission-sequential-qt 3.00-4

Git Clone URL: https://aur.archlinux.org/transmission-sequential.git (read-only, click to copy)
Package Base: transmission-sequential
Description: Fast, easy, and free BitTorrent client (Qt GUI) (+sequential patch)
Upstream URL: http://www.transmissionbt.com/
Keywords: torrent
Licenses: MIT
Conflicts: transmission-qt
Provides: transmission-qt
Submitter: Mikaye
Maintainer: None
Last Packager: gbc921
Votes: 18
Popularity: 0.000003
First Submitted: 2014-07-30 14:57 (UTC)
Last Updated: 2022-03-12 10:32 (UTC)

Required by (14)

Sources (5)

Latest Comments

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

Deewiant commented on 2021-10-20 14:32 (UTC)

The GETTEXT_PACKAGE build error mentioned by whoami can be fixed by removing the # from these three lines in transmission_autoconf.patch:

+#    GETTEXT_PACKAGE=transmission-gtk
+#    AC_SUBST(GETTEXT_PACKAGE)
+#    AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[Gettext package])

I'm not sure how appropriate this is given the rest of the patch, but at least it builds.

whoami commented on 2021-10-05 00:40 (UTC)

main.c: In function ‘main’:
main.c:641:71: error: ‘GETTEXT_PACKAGE’ undeclared (first use in this function)
  641 |     g_option_context_add_main_entries(option_context, option_entries, GETTEXT_PACKAGE);
      |                                                                       ^~~~~~~~~~~~~~~
main.c:641:71: note: each undeclared identifier is reported only once for each function it appears in
main.c: In function ‘app_setup’:
main.c:748:9: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
  748 |         gtk_dialog_add_button(GTK_DIALOG(w), GTK_STOCK_CANCEL, GTK_RESPONSE_REJECT);
      |         ^~~~~~~~~~~~~~~~~~~~~
main.c: In function ‘on_app_exit’:
main.c:976:5: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
  976 |     w = gtk_image_new_from_icon_name(GTK_STOCK_NETWORK, GTK_ICON_SIZE_DIALOG);
      |     ^
make[3]: *** [Makefile:711: main.o] Error 1
make[3]: Leaving directory '/home/user/build/transmission-sequential/src/transmission-3.00-seq1/gtk'
make[2]: *** [Makefile:850: all-recursive] Error 1
make[2]: Leaving directory '/home/user/build/transmission-sequential/src/transmission-3.00-seq1/gtk'
make[1]: *** [Makefile:587: all] Error 2
make[1]: Leaving directory '/home/user/build/transmission-sequential/src/transmission-3.00-seq1/gtk'
make: *** [Makefile:492: all-recursive] Error 1
==> ERROR: A failure occurred in build().
    Aborting...

whoami commented on 2021-09-29 03:06 (UTC)

==> Starting prepare()...
creating libtransmission/version.h
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
ERROR: 'IT_PROG_INTLTOOL' must appear in configure.ac for intltool to work.
autoreconf: error: intltoolize failed with exit status: 1
==> ERROR: A failure occurred in prepare().
    Aborting...
error: failed to build 'transmission-sequential-3.00-2 (transmission-sequential-gtk)': 
error: packages failed to build: transmission-sequential-3.00-2 (transmission-sequential-gtk)

procobain commented on 2019-09-07 23:55 (UTC)

Could create package already with bin right? Here on my black screen arch need to download 500mb to compile.

Mikaye commented on 2019-09-04 18:03 (UTC)

The libevent error should be fixed (a simple rebuild)

There is no configuration in settings.json. The sequential switching is currently bugged (I need to fix this when I have time to investigate...) when using the right-click menu on webui but it works when using the buttons in the toolbar (at least for me). If it still not working, please open a ticket on GitHub (https://github.com/Mikayex/transmission)

procobain commented on 2019-08-22 11:01 (UTC) (edited on 2019-08-22 11:01 (UTC) by procobain)

Error after update of libevent

procobain commented on 2019-08-09 23:43 (UTC) (edited on 2019-08-09 23:44 (UTC) by procobain)

Need to configure any settings.json options?

I am entering the webui, I click Sequential download but the status is still NO.

How to make?

novenary commented on 2017-12-11 23:44 (UTC)

For some reason the checksum on the tarball consistently fails for me, any idea why?

Mikaye commented on 2017-04-25 09:10 (UTC)

@jevv: Fixed @enihcam: I don't have miniupnpc installed and it works... Maybe you had it installed while building the package (so it was using the system's miniupnpc) and you uninstalled it after, breaking the link...