summaryrefslogtreecommitdiff
path: root/gnu/packages/bittorrent.scm
Commit message (Expand)AuthorAgeFilesLines
* 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 Leo Famulari2023-12-291-2/+3
* gnu: tremc: Update to 0.9.3-1.d8deaa5.•••* gnu/packages/bittorrent.scm (tremc): Update to 0.9.3-1.d8deaa5. Change-Id: Ib138825770172c02eaa91ced5f226fd87c7cfb1c Leo Famulari2023-12-291-3/+3
* 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> Tomas Volf2023-12-141-6/+10
* 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> Tomas Volf2023-12-061-7/+43
* 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> Tomas Volf2023-12-061-2/+2
* 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> Tomas Volf2023-12-061-2/+2
* 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> Tomas Volf2023-12-061-2/+8
* 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> Tomas Volf2023-12-061-16/+30
* 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 Efraim Flashner2023-11-221-2/+13
* gnu: aria2: Update to 1.37.0.•••* gnu/packages/bittorrent.scm (aria2): Update to 1.37.0. Change-Id: Iddaeabb59b774b61610722f485c8c773aaf60434 Efraim Flashner2023-11-221-2/+2
* 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> Leo Famulari2023-10-301-5/+6
* 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> Hilton Chain via Guix-patches via2023-09-241-2/+2
* 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. Tobias Geerinckx-Rice2023-09-241-2/+5
* 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> Hilton Chain2023-09-241-2/+2
* 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. Clément Lassieur2023-09-271-1/+8
* 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. Clément Lassieur2023-09-261-1/+2
* 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> Hilton Chain2023-07-181-2/+2
* 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> Timotej Lazar2023-07-111-32/+12
* 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> Timotej Lazar2023-07-111-2/+2
* gnu: Add qbittorrent-enhanced-nox.•••* gnu/packages/bittorrent.scm (qbittorrent-enhanced-nox): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Hilton Chain2023-07-011-0/+7
* gnu: Add qbittorrent-enhanced.•••* gnu/packages/bittorrent.scm (qbittorrent-enhanced): New variable. Hilton Chain via Guix-patches via2023-07-011-0/+28
* 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. Leo Famulari2023-05-221-4/+6
* gnu: Add qbittorrent-nox.•••* gnu/packages/bittorrent.scm (qbittorrent-nox): New variable. Signed-off-by: Josselin Poiret <dev@jpoiret.xyz> Hilton Chain2023-05-171-0/+17
* 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. Leo Famulari2023-05-011-40/+49
* gnu: deluge: Use librsvg-for-system.•••* gnu/packages/bittorent.scm (deluge)[native-inputs]: Replace librsvg input logic with librsvg-for-system. Efraim Flashner2023-04-301-4/+2
* Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge2023-03-201-2/+2
|\
| * 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> Hilton Chain2023-03-051-2/+2
* | 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 Christopher Baines2023-03-021-3/+3
|\|
| * 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> Hilton Chain2023-02-111-3/+3
* | Merge branch 'staging' into core-updatesMarius Bakke2022-08-271-1/+2
|\|
| * gnu: transmission: Add libappindicator to inputs.•••* gnu/packages/bittorrent.scm (transmission) <inputs>: Add libappindicator. Signed-off-by: Marius Bakke <marius@gnu.org> Simon Streit2022-08-271-1/+2
* | 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. Marius Bakke2022-08-121-1/+1
|/
* gnu: qttools: Rename to qttools-5.•••Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-1/+1
* 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 Maxim Cournoyer2022-07-311-1/+1
* gnu: transmission: Do not embed kernel version in user agent.•••* gnu/packages/bittorrent.scm (transmission)[arguments]: Add 'remove-kernel-version phase. Vagrant Cascadian2022-06-051-0/+5
* gnu: Remove transmission-remote-cli.•••* gnu/packages/bittorrent.scm (transmission-remote-cli): Delete variable. Maxim Cournoyer2022-05-311-43/+0
* 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. Leo Famulari2022-03-241-3/+2
* 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> Jacob Hart2022-03-021-2/+3
* 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> Jacob Hrbek2022-01-231-2/+2
* gnu: libtorrent-rasterbar: Remove input labels.•••* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[native-inputs]: Remove input labels. Efraim Flashner2022-01-191-3/+4
* 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. Efraim Flashner2022-01-191-4/+11
* gnu: deluge: Add explanation about wrap phase.•••* gnu/packages/bittorrent.scm (deluge)[arguments]: Add comment explaining the filtering of "librsvg" from the wrapper. Brice Waegeneire2022-01-171-0/+3
* gnu: deluge: Adjust style.•••* gnu/packages/bittorrent.scm (deluge)[inputs]: Add bash-minimal. [propagated-inputs]: Remove lablels. Brice Waegeneire2022-01-171-16/+18
* gnu: deluge: Update to 2.0.5.•••* gnu/packages/bittorrent.scm (deluge): Update to 2.0.5. [arguments]: Remove 'fix-gettext-warning' phase. Brice Waegeneire2022-01-171-9/+3
* gnu: deluge: Remove reference of build-time librsvg•••* gnu/packages/bittorrent.scm (deluge): Do it. Josselin Poiret2022-01-161-2/+12
* gnu: deluge: Move librsvg to native inputs•••* gnu/packages/bittorrent.scm (deluge): Do it. Josselin Poiret2022-01-161-2/+5
* gnu: aria2: Rewrite with gexps.•••* gnu/packages/bittorrent.scm (aria2)[arguments]: Rewrite with gexps. Efraim Flashner2022-01-141-12/+15
* gnu: aria2: Update to 1.36.0.•••* gnu/packages/bittorrent.scm (aria2): Update to 1.36.0. Efraim Flashner2022-01-141-4/+3
* gnu: aria2: Add release-monitoring-property.•••* gnu/packages/bittorrent.scm (aria2)[properties]: New field. Efraim Flashner2022-01-141-1/+3
* gnu: tremc: Fix execution with recent Python.•••* gnu/packages/bittorrent.scm (tremc)[source]: Add patch. * gnu/packages/patches/tremc-fix-decodestring.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Reported by gnoo in #guix Tobias Geerinckx-Rice2022-01-061-1/+2