aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/bittorrent.scm
Commit message (Collapse)AuthorAge
* gnu: qbittorrent-enhanced: Update to 4.6.4.10.Zheng Junjie2024-05-10
| | | | | | * gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 4.6.4.10. Change-Id: I85f1dfaa8cd7eda752778c0d67e311d3ba26a21d
* gnu: qbittorrent: Update to 4.6.4.Timotej Lazar2024-05-10
| | | | | | | * gnu/packages/bittorrent.scm (qbittorrent): Update to 4.6.4. Change-Id: Iad1fdc9100c4b01e4cab04d101d068e91c5591c4 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: qbittorrent-enhanced-nox: Rename to qbittorrent-enhanced-no-x.Hilton Chain2024-03-09
| | | | | | | | | * 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
* gnu: qbittorrent-no-x: Actually remove qtsvg from inputs.Hilton Chain2024-03-09
| | | | | | | * gnu/packages/bittorrent.scm (qbittorrent-no-x)[inputs]: Correct "qtsvg-5" to "qtsvg". Change-Id: I77bae8ccf3de7a1be51a74228e135176dc72425d
* gnu: qbittorrent-enhanced: Update to 4.6.3.10.Hilton Chain2024-03-09
| | | | | | * gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 4.6.3.10. Change-Id: I415d228dbbff2f4d5abf9bda2ca84ac81c0d0602
* gnu: qbittorrent: Update to 4.6.3.Oleg Pykhalov2024-02-28
| | | | | * gnu/packages/bittorrent.scm (qbittorrent)[version]: Update to 4.6.3. [inputs]: Use libtorrent-rasterbar 2.0.9.
* gnu: Transmission: Update to 4.0.5.Leo Famulari2023-12-29
| | | | | | | | | * 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
* gnu: tremc: Update to 0.9.3-1.d8deaa5.Leo Famulari2023-12-29
| | | | | | * gnu/packages/bittorrent.scm (tremc): Update to 0.9.3-1.d8deaa5. Change-Id: Ib138825770172c02eaa91ced5f226fd87c7cfb1c
* gnu: libtorrent-rasterbar: Disable test_ssl test.Tomas Volf2023-12-14
| | | | | | | | | | | 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>
* gnu: libtorrent-rasterbar: Update to 2.0.9.Tomas Volf2023-12-06
| | | | | | | | | | | | | | | | | | | | | | | 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>
* gnu: qbittorrent: Update to 4.6.2.Tomas Volf2023-12-06
| | | | | | | * gnu/packages/bittorrent.scm (qbittorrent): Update to 4.6.2. Change-Id: I75d05f14396e1b017cc939264e30ade625cb7017 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: qbittorrent-enhanced: Update to 4.6.1.10.Tomas Volf2023-12-06
| | | | | | | * gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 4.6.1.10. Change-Id: Ic164ee27ea54018acfcba0e9db8db11f119800a4 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: deluge: Update to 2.1.1.Tomas Volf2023-12-06
| | | | | | | | | | | | 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>
* gnu: libtorrent-rasterbar: Update to 1.2.19.Tomas Volf2023-12-06
| | | | | | | | | | | | | | | | 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>
* gnu: aria2: Unbundle wslay.Efraim Flashner2023-11-22
| | | | | | | | | | | * 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
* gnu: aria2: Update to 1.37.0.Efraim Flashner2023-11-22
| | | | | | * gnu/packages/bittorrent.scm (aria2): Update to 1.37.0. Change-Id: Iddaeabb59b774b61610722f485c8c773aaf60434
* gnu: transmission: Update to 4.0.4.Leo Famulari2023-10-30
| | | | | | | | * 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>
* gnu: qbittorrent-enhanced: Update to 4.5.5.10.Hilton Chain via Guix-patches via2023-09-24
| | | | | | * gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 4.5.5.10. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: qbittorrent-nox: Rename to qbittorrent-no-x.Tobias Geerinckx-Rice2023-09-24
| | | | | * gnu/packages/bittorrent.scm (qbittorrent-no-x): New variable, renamed from… (qbittorrent-nox): …this package, now redefined as a DEPRECATED-PACKAGE.
* gnu: qbittorrent: Update to 4.5.5.Hilton Chain2023-09-24
| | | | | | * gnu/packages/bittorrent.scm (qbittorrent): Update to 4.5.5. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: transmission: Fix loading icons in pure environments.Clément Lassieur2023-09-27
| | | | | * gnu/packages/bittorrent.scm (transmission)[arguments]: Add a 'wrap-program' phase that sets GDK_PIXBUF_MODULE_FILE.
* gnu: transmission: Restore HTML files in the default output.Clément Lassieur2023-09-26
| | | | | | | This fixes transmission-daemon. * gnu/packages/bittorrent.scm (transmission)[arguments]: remove "transmission" directory from the 'move-gui' procedure.
* gnu: qbittorrent-enhanced: Update to 4.5.4.10.Hilton Chain2023-07-18
| | | | | | * gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 4.5.4.10. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: qbittorrent{,-nox}: Use qt-build-system.Timotej Lazar2023-07-11
| | | | | | | | | | | | | 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>
* gnu: qbittorrent: Update to 4.5.4.Timotej Lazar2023-07-11
| | | | | | * gnu/packages/bittorrent.scm (qbittorrent): Update to 4.5.4. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add qbittorrent-enhanced-nox.Hilton Chain2023-07-01
| | | | | | * gnu/packages/bittorrent.scm (qbittorrent-enhanced-nox): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add qbittorrent-enhanced.Hilton Chain via Guix-patches via2023-07-01
| | | | * gnu/packages/bittorrent.scm (qbittorrent-enhanced): New variable.
* gnu: tremc: Fix compatibility with Transmission 4.0.Leo Famulari2023-05-22
| | | | | | | 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.
* gnu: Add qbittorrent-nox.Hilton Chain2023-05-17
| | | | | | * gnu/packages/bittorrent.scm (qbittorrent-nox): New variable. Signed-off-by: Josselin Poiret <dev@jpoiret.xyz>
* gnu: Transmission: Update to 4.0.3.Leo Famulari2023-05-01
| | | | | | | | | | | | * 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.
* gnu: deluge: Use librsvg-for-system.Efraim Flashner2023-04-30
| | | | | * gnu/packages/bittorent.scm (deluge)[native-inputs]: Replace librsvg input logic with librsvg-for-system.
* Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge2023-03-20
|\
| * gnu: qbittorrent: Update to 4.5.2.Hilton Chain2023-03-05
| | | | | | | | | | | | * gnu/packages/bittorrent.scm (qbittorrent): Update to 4.5.2. Signed-off-by: Leo Famulari <leo@famulari.name>
* | Merge remote-tracking branch 'savannah/master' into core-updatesChristopher Baines2023-03-02
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * gnu: libtorrent-rasterbar: Update to 1.2.18.Hilton Chain2023-02-11
| | | | | | | | | | | | * gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.2.18. Signed-off-by: Christopher Baines <mail@cbaines.net>
* | Merge branch 'staging' into core-updatesMarius Bakke2022-08-27
|\|
| * gnu: transmission: Add libappindicator to inputs.Simon Streit2022-08-27
| | | | | | | | | | | | * gnu/packages/bittorrent.scm (transmission) <inputs>: Add libappindicator. Signed-off-by: Marius Bakke <marius@gnu.org>
* | gnu: Remove librsvg-bootstrap.Marius Bakke2022-08-12
|/ | | | | | | | | | | | 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.
* gnu: qttools: Rename to qttools-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS
* gnu: qtsvg: Rename variable to qtsvg-5.Maxim Cournoyer2022-07-31
| | | | | | | | 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
* gnu: transmission: Do not embed kernel version in user agent.Vagrant Cascadian2022-06-05
| | | | | * gnu/packages/bittorrent.scm (transmission)[arguments]: Add 'remove-kernel-version phase.
* gnu: Remove transmission-remote-cli.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/bittorrent.scm (transmission-remote-cli): Delete variable.
* gnu: tremc: Update to 0.9.3.Leo Famulari2022-03-24
| | | | | | | * 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.
* gnu: qbittorrent: Upgrade to 4.4.1.Jacob Hart2022-03-02
| | | | | | * gnu/packages/bittorrent.scm (qbittorrent): Update to 4.4.1. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: qbittorrent: Update to 4.4.0.Jacob Hrbek2022-01-23
| | | | | | * gnu/packages/bittorrent.scm (qbittorrent): Update to 4.4.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: libtorrent-rasterbar: Remove input labels.Efraim Flashner2022-01-19
| | | | | * gnu/packages/bittorrent.scm (libtorrent-rasterbar)[native-inputs]: Remove input labels.
* gnu: libtorrent-rasterbar: Update to 1.2.15.Efraim Flashner2022-01-19
| | | | | | | * 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.
* gnu: deluge: Add explanation about wrap phase.Brice Waegeneire2022-01-17
| | | | | * gnu/packages/bittorrent.scm (deluge)[arguments]: Add comment explaining the filtering of "librsvg" from the wrapper.
* gnu: deluge: Adjust style.Brice Waegeneire2022-01-17
| | | | | * gnu/packages/bittorrent.scm (deluge)[inputs]: Add bash-minimal. [propagated-inputs]: Remove lablels.
* gnu: deluge: Update to 2.0.5.Brice Waegeneire2022-01-17
| | | | | * gnu/packages/bittorrent.scm (deluge): Update to 2.0.5. [arguments]: Remove 'fix-gettext-warning' phase.