Age | Commit message (Expand) | Author |
2024-02-28 | 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.
| Oleg Pykhalov |
2023-12-29 | 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 Famulari |
2023-12-29 | 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 Famulari |
2023-12-14 | 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 Volf |
2023-12-06 | 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 Volf |
2023-12-06 | 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 Volf |
2023-12-06 | 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 Volf |
2023-12-06 | 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 Volf |
2023-12-06 | 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 Volf |
2023-11-22 | 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 Flashner |
2023-11-22 | gnu: aria2: Update to 1.37.0....* gnu/packages/bittorrent.scm (aria2): Update to 1.37.0.
Change-Id: Iddaeabb59b774b61610722f485c8c773aaf60434
| Efraim Flashner |
2023-10-30 | 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 Famulari |
2023-09-24 | 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 via |
2023-09-24 | 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-Rice |
2023-09-24 | 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 Chain |
2023-09-27 | 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 Lassieur |
2023-09-26 | 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 Lassieur |
2023-07-18 | 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 Chain |
2023-07-11 | 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 Lazar |
2023-07-11 | 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 Lazar |
2023-07-01 | gnu: Add qbittorrent-enhanced-nox....* gnu/packages/bittorrent.scm (qbittorrent-enhanced-nox): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Hilton Chain |
2023-07-01 | gnu: Add qbittorrent-enhanced....* gnu/packages/bittorrent.scm (qbittorrent-enhanced): New variable.
| Hilton Chain via Guix-patches via |
2023-05-22 | 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 Famulari |
2023-05-17 | gnu: Add qbittorrent-nox....* gnu/packages/bittorrent.scm (qbittorrent-nox): New variable.
Signed-off-by: Josselin Poiret <dev@jpoiret.xyz>
| Hilton Chain |
2023-05-01 | 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 Famulari |
2023-04-30 | gnu: deluge: Use librsvg-for-system....* gnu/packages/bittorent.scm (deluge)[native-inputs]: Replace librsvg
input logic with librsvg-for-system.
| Efraim Flashner |
2023-03-20 | Merge remote-tracking branch 'origin/master' into core-updates | Andreas Enge |
2023-03-05 | 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 Chain |
2023-03-02 | 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 Baines |
2023-02-11 | 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 Chain |
2022-08-27 | Merge branch 'staging' into core-updates | Marius Bakke |
2022-08-27 | gnu: transmission: Add libappindicator to inputs....* gnu/packages/bittorrent.scm (transmission) <inputs>: Add libappindicator.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Simon Streit |
2022-08-12 | 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 Bakke |
2022-07-31 | 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 Cournoyer |
2022-07-31 | 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 Cournoyer |
2022-06-05 | gnu: transmission: Do not embed kernel version in user agent....* gnu/packages/bittorrent.scm (transmission)[arguments]: Add
'remove-kernel-version phase.
| Vagrant Cascadian |
2022-05-31 | gnu: Remove transmission-remote-cli....* gnu/packages/bittorrent.scm (transmission-remote-cli): Delete variable.
| Maxim Cournoyer |
2022-03-24 | 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 Famulari |
2022-03-02 | 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 Hart |
2022-01-23 | 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 Hrbek |
2022-01-19 | gnu: libtorrent-rasterbar: Remove input labels....* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[native-inputs]:
Remove input labels.
| Efraim Flashner |
2022-01-19 | 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 Flashner |
2022-01-17 | gnu: deluge: Add explanation about wrap phase....* gnu/packages/bittorrent.scm (deluge)[arguments]: Add comment
explaining the filtering of "librsvg" from the wrapper.
| Brice Waegeneire |
2022-01-17 | gnu: deluge: Adjust style....* gnu/packages/bittorrent.scm (deluge)[inputs]: Add bash-minimal.
[propagated-inputs]: Remove lablels.
| Brice Waegeneire |
2022-01-17 | gnu: deluge: Update to 2.0.5....* gnu/packages/bittorrent.scm (deluge): Update to 2.0.5.
[arguments]: Remove 'fix-gettext-warning' phase.
| Brice Waegeneire |
2022-01-16 | gnu: deluge: Remove reference of build-time librsvg...* gnu/packages/bittorrent.scm (deluge): Do it.
| Josselin Poiret |
2022-01-16 | gnu: deluge: Move librsvg to native inputs...* gnu/packages/bittorrent.scm (deluge): Do it.
| Josselin Poiret |
2022-01-14 | gnu: aria2: Rewrite with gexps....* gnu/packages/bittorrent.scm (aria2)[arguments]: Rewrite with gexps.
| Efraim Flashner |
2022-01-14 | gnu: aria2: Update to 1.36.0....* gnu/packages/bittorrent.scm (aria2): Update to 1.36.0.
| Efraim Flashner |
2022-01-14 | gnu: aria2: Add release-monitoring-property....* gnu/packages/bittorrent.scm (aria2)[properties]: New field.
| Efraim Flashner |