Commit graph

179 commits

Author SHA1 Message Date
Hilton Chain 8d6d5b2a94
gnu: qbittorrent-enhanced-nox: Rename to qbittorrent-enhanced-no-x.
* gnu/packages/bittorrent.scm (qbittorrent-enhanced-no-x): New variable, renamed
from…
(qbittorrent-enhanced-nox): …this package, now redefined as a
DEPRECATED-PACKAGE.

Change-Id: I4d1f9da937df6d6145ffbf9e9f2dd544365b9872
2024-03-09 09:34:59 +08:00
Hilton Chain 55c5f54f03
gnu: qbittorrent-no-x: Actually remove qtsvg from inputs.
* gnu/packages/bittorrent.scm (qbittorrent-no-x)[inputs]: Correct "qtsvg-5" to
"qtsvg".

Change-Id: I77bae8ccf3de7a1be51a74228e135176dc72425d
2024-03-09 09:34:53 +08:00
Hilton Chain c5cb09e42f
gnu: qbittorrent-enhanced: Update to 4.6.3.10.
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 4.6.3.10.

Change-Id: I415d228dbbff2f4d5abf9bda2ca84ac81c0d0602
2024-03-09 09:34:47 +08:00
Oleg Pykhalov 1536853d5e
gnu: qbittorrent: Update to 4.6.3.
* gnu/packages/bittorrent.scm (qbittorrent)[version]: Update to 4.6.3.
[inputs]: Use libtorrent-rasterbar 2.0.9.
2024-02-28 17:15:56 +03:00
Leo Famulari d263c49919
gnu: Transmission: Update to 4.0.5.
* gnu/packages/bittorrent.scm (transmission): Update to 4.0.5.
[source]: Use 'transmission-4.0.5-fix-build.patch'.
* gnu/packages/patches/transmission-4.0.5-fix-build.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Change-Id: I8e9486dca07f01628e7886e7ac5757d511056cb7
2023-12-29 14:57:37 -05:00
Leo Famulari ceb6987288
gnu: tremc: Update to 0.9.3-1.d8deaa5.
* gnu/packages/bittorrent.scm (tremc): Update to 0.9.3-1.d8deaa5.

Change-Id: Ib138825770172c02eaa91ced5f226fd87c7cfb1c
2023-12-29 14:57:29 -05:00
Tomas Volf a1347d09f1
gnu: libtorrent-rasterbar: Disable test_ssl test.
It times out in the ci.guix.gnu.org, so this commit disables it.  It will be
re-enabled once solution is found.

* gnu/packages/bittorrent.scm
(libtorrent-rasterbar)[arguments]<#:phases>['check]: Disable test_ssl test.

Change-Id: Ib396fd8a1786e14baad72ae892bdd0fd3fe7a180
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-12-14 23:12:23 +01:00
Tomas Volf cc681b5657
gnu: libtorrent-rasterbar: Update to 2.0.9.
Update the package.  Since other packages do depend on the previous
version (and according to their documentation do recommend it), the previous
version is exposed as libtorrent-rasterbar-1.2.

The v2.0.9 requires patching to get tests working.  Sadly one of the changes
is to introduce new binary file, so it is fetched as an input and applied in a
phase.  Snippet is used instead to do the rest of the patching.

* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[version]: Update to
2.0.9.
[source]<snippet>: Patch test/test_copy_file.cpp.
[native-inputs]: Add the missing file (v2_empty_file.torrent).
[arguments]<#:phases>: And add a phase copying it into the correct place.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar-1.2): New variable.
(qbittorrent)[inputs]: Use libtorrent-rasterbar-1.2.
* gnu/packages/enlightenment.scm (epour)[inputs]: Use
libtorrent-rasterbar-1.2.

Change-Id: Ifbbbf02a671f6a3db653499a7a5f2504fd23c255
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-12-06 23:50:05 +01:00
Tomas Volf cb1ce113b9
gnu: qbittorrent: Update to 4.6.2.
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.6.2.

Change-Id: I75d05f14396e1b017cc939264e30ade625cb7017
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-12-06 23:50:05 +01:00
Tomas Volf a6e792413e
gnu: qbittorrent-enhanced: Update to 4.6.1.10.
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 4.6.1.10.

Change-Id: Ic164ee27ea54018acfcba0e9db8db11f119800a4
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-12-06 23:50:05 +01:00
Tomas Volf 5582bd9413
gnu: deluge: Update to 2.1.1.
Dependency on nss-certs was added.  Most torrents do require SSL in some shape
or form, so it seems appropriate to add it by default.

* gnu/packages/bittorrent.scm (deluge)[version]: Update to 2.1.1.
[propagated-inputs]: Add nss-certs.
[native-search-paths]: Set to allow locating the certificates.

Change-Id: Ic6c79f24851d6917dc4e5b22b3bcb2f6b99e187a
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-12-06 23:50:05 +01:00
Tomas Volf fb2bbb0c3e
gnu: libtorrent-rasterbar: Update to 1.2.19.
With the update, the execution of the test suite was overhauled a lot.
Parallel tests were disabled, since the do not work well.  Since faketime does
cause some tests to hang, test_ssl was moved into a separate run.

* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[version]: Update to
1.2.19.
[arguments]<#:parallel-tests?>: Disable.
[arguments]<#:phases>: Move test_ssl into separate run under faketime.  Do not
run under tests under faketime.  Anchor the regex for test exclusion.  Set
timeout of 600 seconds for each test.

Change-Id: I7392cb3ce1a8815b26b3257498082761255535ee
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-12-06 23:50:05 +01:00
Efraim Flashner 5e8e9bcd25
gnu: aria2: Unbundle wslay.
* gnu/packages/bittorrent.scm (aria2)[source]: Add snippet to delete
configure script and remove bundled dependency.  Add a patch.
[native-inputs]: Add autoconf, automake, gettext-minimal, libtool.
[inputs]: Add wslay.
* gnu/packages/patches/aria2-unbundle-wslay.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.

Change-Id: I92390a872454726ff9587518bb535d2105c44ef3
2023-11-22 22:56:22 +02:00
Efraim Flashner e5c3cf139d
gnu: aria2: Update to 1.37.0.
* gnu/packages/bittorrent.scm (aria2): Update to 1.37.0.

Change-Id: Iddaeabb59b774b61610722f485c8c773aaf60434
2023-11-22 22:56:18 +02:00
Leo Famulari 5746d043a6
gnu: transmission: Update to 4.0.4.
* gnu/packages/bittorrent.scm (transmission): Update to 4.0.4.
[synopsis]: Remove "marketing phrases".

Change-Id: Ibecdf14198ba926eea66ff5ba29ec05fbd27fde2
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-30 11:17:43 +00:00
Hilton Chain via Guix-patches via 79abbaf4e4
gnu: qbittorrent-enhanced: Update to 4.5.5.10.
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 4.5.5.10.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-09-24 02:00:00 +02:00
Tobias Geerinckx-Rice 13bb3d8bea
gnu: qbittorrent-nox: Rename to qbittorrent-no-x.
* gnu/packages/bittorrent.scm (qbittorrent-no-x): New variable, renamed from…
(qbittorrent-nox): …this package, now redefined as a DEPRECATED-PACKAGE.
2023-09-24 02:00:00 +02:00
Hilton Chain ab8c774191
gnu: qbittorrent: Update to 4.5.5.
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.5.5.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-09-24 02:00:00 +02:00
Clément Lassieur 2c9009f9fe
gnu: transmission: Fix loading icons in pure environments.
* gnu/packages/bittorrent.scm (transmission)[arguments]: Add a 'wrap-program'
phase that sets GDK_PIXBUF_MODULE_FILE.
2023-09-27 13:03:45 +02:00
Clément Lassieur 27ec9eeceb
gnu: transmission: Restore HTML files in the default output.
This fixes transmission-daemon.

* gnu/packages/bittorrent.scm (transmission)[arguments]: remove "transmission"
directory from the 'move-gui' procedure.
2023-09-26 11:08:33 +02:00
Hilton Chain 8ef9ec6acd
gnu: qbittorrent-enhanced: Update to 4.5.4.10.
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 4.5.4.10.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-18 00:41:16 +02:00
Timotej Lazar 09d1e04230
gnu: qbittorrent{,-nox}: Use qt-build-system.
CMake is now upstream’s preferred build system.

* gnu/packages/bittorrent.scm (qbittorrent)[build-system]: Use qt-build-system.
[arguments]: Drop custom wrap phase. (Re-)enable tests.
[inputs]: Remove input labels. Drop qtbase-5.
[native-inputs]: Drop pkg-config.
(qbittorrent-nox)[arguments]: Adjust configure-flags. Keep the wrap-qt phase
since the non-GUI version is also a QT program.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-11 16:05:50 +02:00
Timotej Lazar f561e8a0ed
gnu: qbittorrent: Update to 4.5.4.
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.5.4.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-11 16:05:48 +02:00
Hilton Chain 6789c4f3cb
gnu: Add qbittorrent-enhanced-nox.
* gnu/packages/bittorrent.scm (qbittorrent-enhanced-nox): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-01 11:02:21 +02:00
Hilton Chain via Guix-patches via 3880bfe5a9
gnu: Add qbittorrent-enhanced.
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): New variable.
2023-07-01 11:01:38 +02:00
Leo Famulari e5f034d83b
gnu: tremc: Fix compatibility with Transmission 4.0.
This version is not released upstream, but it does fix compatibility
with Transmission 4.0 and works for me.

* gnu/packages/bittorrent.scm: Update to 0.9.3-0.6c15e3f.
2023-05-22 15:36:50 -04:00
Hilton Chain d845202d35
gnu: Add qbittorrent-nox.
* gnu/packages/bittorrent.scm (qbittorrent-nox): New variable.

Signed-off-by: Josselin Poiret <dev@jpoiret.xyz>
2023-05-17 23:22:28 +02:00
Leo Famulari 8b3ae46ae3
gnu: Transmission: Update to 4.0.3.
* gnu/packages/bittorrent.scm: Update to 4.0.3.
[build-system]: Use cmake-build-system.
[source]: Remove obsolete patch.
[inputs]: Add gtkmm, glib:bin, and python.
[arguments]: Run the test suite. Import the glib-or-gtk-build-system and wrap
the 'gui' build output.  Remove #:configure-flags. Adjust the 'move-gui' phase
to upstream changes.
* gnu/packages/patches/transmission-honor-localedir.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2023-05-01 00:34:28 -04:00
Efraim Flashner 7e1d02d53c
gnu: deluge: Use librsvg-for-system.
* gnu/packages/bittorent.scm (deluge)[native-inputs]: Replace librsvg
input logic with librsvg-for-system.
2023-04-30 15:16:34 +03:00
Andreas Enge ccb62d8feb
Merge remote-tracking branch 'origin/master' into core-updates 2023-03-20 18:49:06 +01:00
Hilton Chain 833febb522
gnu: qbittorrent: Update to 4.5.2.
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.5.2.

Signed-off-by: Leo Famulari <leo@famulari.name>
2023-03-05 15:16:44 -05:00
Christopher Baines 7df09ee0ab
Merge remote-tracking branch 'savannah/master' into core-updates
Conflicts:
	gnu/local.mk
	gnu/packages/autotools.scm
	gnu/packages/cmake.scm
	gnu/packages/gnuzilla.scm
	gnu/packages/haskell.scm
	gnu/packages/pdf.scm
	gnu/packages/python-xyz.scm
	gnu/packages/samba.scm
	gnu/packages/tex.scm
	gnu/packages/tls.scm
	gnu/packages/wxwidgets.scm
2023-03-02 10:55:08 +00:00
Hilton Chain b1cca21264
gnu: libtorrent-rasterbar: Update to 1.2.18.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.2.18.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-11 20:34:23 +00:00
Marius Bakke ad384816fe
Merge branch 'staging' into core-updates 2022-08-27 17:10:55 +02:00
Simon Streit 598b683e18
gnu: transmission: Add libappindicator to inputs.
* gnu/packages/bittorrent.scm (transmission) <inputs>: Add libappindicator.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-27 00:09:03 +02:00
Marius Bakke b4a7f8c917
gnu: Remove librsvg-bootstrap.
librsvg is already a staging-level package, and the next version will no
longer bundle its dependencies, so we might as well drop it early.

* gnu/packages/gnome.scm (librsvg-bootstrap): Remove variable.
* gnu/packages/bittorrent.scm (deluge)[native-inputs]: Replace
LIBRSVG-BOOTSTRAP with LIBRSVG.
* gnu/packages/emacs.scm (emacs)[inputs]: Likewise.
* gnu/packages/gtk.scm (gtk+-2)[propagated-inputs]: Likewise.
* gnu/packages/gtk.scm (gtk+)[propagated-inputs]: Likewise.
2022-08-12 00:22:28 +02:00
Maxim Cournoyer eef8e2ec46
gnu: qttools: Rename to qttools-5.
Automated with:

  git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i
  git checkout NEWS
2022-07-31 21:55:48 -04:00
Maxim Cournoyer 1ef04fb228
gnu: qtsvg: Rename variable to qtsvg-5.
This is in preparation of the qtsvg update to version 6.

This change was automated via the following command:

  git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i
2022-07-31 21:55:43 -04:00
Vagrant Cascadian 7f85e7ce49
gnu: transmission: Do not embed kernel version in user agent.
* gnu/packages/bittorrent.scm (transmission)[arguments]: Add
  'remove-kernel-version phase.
2022-06-05 17:10:07 -07:00
Maxim Cournoyer ddec4b81d6
gnu: Remove transmission-remote-cli.
* gnu/packages/bittorrent.scm (transmission-remote-cli): Delete variable.
2022-05-31 14:52:19 -04:00
Leo Famulari d05fcc21cb
gnu: tremc: Update to 0.9.3.
* gnu/packages/bittorrent.scm (tremc): Update to 0.9.3.
[source]: Remove obsolete patch.
* gnu/packages/patches/tremc-fix-decodestring.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2022-03-24 22:50:20 -04:00
Jacob Hart 8a05fb01d1
gnu: qbittorrent: Upgrade to 4.4.1.
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.4.1.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-03-02 10:55:31 +01:00
Jacob Hrbek 924b99da0a
gnu: qbittorrent: Update to 4.4.0.
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.4.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-23 17:42:33 +01:00
Efraim Flashner 4821e3eb4e
gnu: libtorrent-rasterbar: Remove input labels.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[native-inputs]:
Remove input labels.
2022-01-19 13:04:21 +02:00
Efraim Flashner d625506295
gnu: libtorrent-rasterbar: Update to 1.2.15.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.2.15.
[arguments]: Add phase to adjust test timeout. Adjust custom 'check
phase to update faketime date and output debug information on test
failures.
2022-01-19 13:04:21 +02:00
Brice Waegeneire 31577d879d
gnu: deluge: Add explanation about wrap phase.
* gnu/packages/bittorrent.scm (deluge)[arguments]: Add comment
  explaining the filtering of "librsvg" from the wrapper.
2022-01-17 22:50:55 +01:00
Brice Waegeneire bb5f8a3b5e
gnu: deluge: Adjust style.
* gnu/packages/bittorrent.scm (deluge)[inputs]: Add bash-minimal.
  [propagated-inputs]: Remove lablels.
2022-01-17 22:50:50 +01:00
Brice Waegeneire 1b13c71ad1
gnu: deluge: Update to 2.0.5.
* gnu/packages/bittorrent.scm (deluge): Update to 2.0.5.
  [arguments]: Remove 'fix-gettext-warning' phase.
2022-01-17 22:50:45 +01:00
Josselin Poiret 1471219a8a
gnu: deluge: Remove reference of build-time librsvg
* gnu/packages/bittorrent.scm (deluge): Do it.
2022-01-16 11:36:10 +01:00
Josselin Poiret 711f0e683c
gnu: deluge: Move librsvg to native inputs
* gnu/packages/bittorrent.scm (deluge): Do it.
2022-01-16 11:36:06 +01:00