GNU bug report logs -
#63782
[PATCH 1/2] gnu: Add qbittorrent-enhanced.
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Mon, 29 May 2023 07:02:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63782 in the body.
You can then email your comments to 63782 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#63782
; Package
guix-patches
.
(Mon, 29 May 2023 07:02:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Hilton Chain <hako <at> ultrarare.space>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 29 May 2023 07:02:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): New variable.
---
gnu/packages/bittorrent.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 38e959b884..acec7a48d9 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -519,6 +519,33 @@ (define-public qbittorrent-nox
(modify-inputs (package-inputs base)
(delete "qtsvg-5"))))))
+(define-public qbittorrent-enhanced
+ (package
+ (inherit qbittorrent)
+ (name "qbittorrent-enhanced")
+ (version "4.5.2.10")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/c0re100/qBittorrent-Enhanced-Edition")
+ (commit (string-append "release-" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "18z4panaqbmhbw5i1yn17wpqzslhy6w08zcc5bx2hhlg8slp1r9j"))))
+ (home-page "https://github.com/c0re100/qBittorrent-Enhanced-Edition")
+ (description
+ "qBittorrent Enhanced is a bittorrent client based on qBittorrent with
+the following features:
+
+@itemize
+@item Auto Ban Xunlei, QQ, Baidu, Xfplay, DLBT and Offline downloader
+@item Auto Ban Unknown Peer from China Option (Default: OFF)
+@item Auto Update Public Trackers List (Default: OFF)
+@item Auto Ban BitTorrent Media Player Peer Option (Default: OFF)
+@item Peer whitelist/blacklist
+@end itemize\n")))
+
(define-public deluge
(package
(name "deluge")
base-commit: d64d6ea2cf5a1be801be355031fb2cfa5901a92a
--
2.40.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63782
; Package
guix-patches
.
(Mon, 29 May 2023 07:04:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 63782 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/bittorrent.scm (qbittorrent-enhanced-nox): New variable.
---
gnu/packages/bittorrent.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index acec7a48d9..a55fb1e6c7 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -546,6 +546,13 @@ (define-public qbittorrent-enhanced
@item Peer whitelist/blacklist
@end itemize\n")))
+(define-public qbittorrent-enhanced-nox
+ (package
+ (inherit qbittorrent-enhanced)
+ (name "qbittorrent-enhanced-nox")
+ (arguments (package-arguments qbittorrent-nox))
+ (inputs (package-inputs qbittorrent-nox))))
+
(define-public deluge
(package
(name "deluge")
--
2.40.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63782
; Package
guix-patches
.
(Sat, 01 Jul 2023 10:10:01 GMT)
Full text and
rfc822 format available.
Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello,
Hilton Chain via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/bittorrent.scm (qbittorrent-enhanced): New variable.
Applied. Thank you.
> + (description
> + "qBittorrent Enhanced is a bittorrent client based on qBittorrent with
> +the following features:
> +
> +@itemize
> +@item Auto Ban Xunlei, QQ, Baidu, Xfplay, DLBT and Offline downloader
> +@item Auto Ban Unknown Peer from China Option (Default: OFF)
> +@item Auto Update Public Trackers List (Default: OFF)
> +@item Auto Ban BitTorrent Media Player Peer Option (Default: OFF)
> +@item Peer whitelist/blacklist
> +@end itemize\n")))
Note the newline character is not necessary at the end of the
description. I removed it.
Regards,
--
Nicolas Goaziou
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Sat, 01 Jul 2023 10:10:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Hilton Chain <hako <at> ultrarare.space>
:
bug acknowledged by developer.
(Sat, 01 Jul 2023 10:10:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 29 Jul 2023 11:24:14 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 286 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.