2014-05-26 05:51:49 -04:00
|
|
|
|
;;; GNU Guix --- Functional package management for GNU
|
2014-11-24 16:00:58 -05:00
|
|
|
|
;;; Copyright © 2014 Taylan Ulrich Bayirli/Kammer <taylanbayirli@gmail.com>
|
2016-04-02 16:37:15 -04:00
|
|
|
|
;;; Copyright © 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org>
|
2020-07-13 15:48:40 -04:00
|
|
|
|
;;; Copyright © 2016, 2017, 2018, 2019, 2020 Leo Famulari <leo@famulari.name>
|
2020-11-16 05:12:27 -05:00
|
|
|
|
;;; Copyright © 2016, 2017, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
|
2016-11-18 16:58:01 -05:00
|
|
|
|
;;; Copyright © 2016 Tomáš Čech <sleep_walker@gnu.org>
|
2020-01-02 18:35:51 -05:00
|
|
|
|
;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
2017-01-22 09:38:51 -05:00
|
|
|
|
;;; Copyright © 2017 Jelle Licht <jlicht@fsfe.org>
|
2018-04-06 16:07:28 -04:00
|
|
|
|
;;; Copyright © 2018 Fis Trivial <ybbs.daans@hotmail.com>
|
2018-11-22 04:49:06 -05:00
|
|
|
|
;;; Copyright © 2018 Nam Nguyen <namn@berkeley.edu>
|
2018-11-28 15:38:16 -05:00
|
|
|
|
;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
|
2020-07-19 16:09:57 -04:00
|
|
|
|
;;; Copyright © 2019, 2020 Brett Gilio <brettg@gnu.org>
|
2020-12-25 17:02:18 -05:00
|
|
|
|
;;; Copyright © 2020 Hartmut Goebel <h.goebel@crazy-compilers.com>
|
2021-07-16 12:01:41 -04:00
|
|
|
|
;;; Copyright © 2021 Justin Veilleux <terramorpha@cock.li>
|
2014-05-26 05:51:49 -04:00
|
|
|
|
;;;
|
|
|
|
|
;;; This file is part of GNU Guix.
|
|
|
|
|
;;;
|
|
|
|
|
;;; GNU Guix is free software; you can redistribute it and/or modify it
|
|
|
|
|
;;; under the terms of the GNU General Public License as published by
|
|
|
|
|
;;; the Free Software Foundation; either version 3 of the License, or (at
|
|
|
|
|
;;; your option) any later version.
|
|
|
|
|
;;;
|
|
|
|
|
;;; GNU Guix is distributed in the hope that it will be useful, but
|
|
|
|
|
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
;;; GNU General Public License for more details.
|
|
|
|
|
;;;
|
|
|
|
|
;;; You should have received a copy of the GNU General Public License
|
|
|
|
|
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
|
|
(define-module (gnu packages bittorrent)
|
|
|
|
|
#:use-module (guix packages)
|
|
|
|
|
#:use-module (guix download)
|
2017-01-26 20:28:45 -05:00
|
|
|
|
#:use-module (guix git-download)
|
2014-05-26 05:51:49 -04:00
|
|
|
|
#:use-module (guix build-system gnu)
|
2016-01-18 00:05:10 -05:00
|
|
|
|
#:use-module (guix build-system python)
|
2014-12-01 16:40:30 -05:00
|
|
|
|
#:use-module (guix build-system glib-or-gtk)
|
Use #:prefix instead of #:renamer with 'symbol-prefix-proc'.
* gnu/packages/abiword.scm, gnu/packages/admin.scm, gnu/packages/aidc.scm,
gnu/packages/backup.scm, gnu/packages/bittorrent.scm,
gnu/packages/boost.scm, gnu/packages/compression.scm,
gnu/packages/cryptsetup.scm, gnu/packages/curl.scm,
gnu/packages/cyrus-sasl.scm, gnu/packages/dc.scm, gnu/packages/emacs.scm,
gnu/packages/fonts.scm, gnu/packages/fontutils.scm, gnu/packages/geeqie.scm,
gnu/packages/ghostscript.scm, gnu/packages/gimp.scm,
gnu/packages/gkrellm.scm, gnu/packages/gl.scm, gnu/packages/glib.scm,
gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/gnupg.scm,
gnu/packages/gnutls.scm, gnu/packages/gnuzilla.scm, gnu/packages/gsasl.scm,
gnu/packages/gtk.scm, gnu/packages/gv.scm, gnu/packages/image.scm,
gnu/packages/indent.scm, gnu/packages/inkscape.scm,
gnu/packages/lesstif.scm, gnu/packages/links.scm, gnu/packages/lisp.scm,
gnu/packages/lsh.scm, gnu/packages/lsof.scm, gnu/packages/maths.scm,
gnu/packages/mp3.scm, gnu/packages/openssl.scm, gnu/packages/ots.scm,
gnu/packages/pciutils.scm, gnu/packages/pcre.scm, gnu/packages/pdf.scm,
gnu/packages/pulseaudio.scm, gnu/packages/python.scm, gnu/packages/slim.scm,
gnu/packages/ssh.scm, gnu/packages/texlive.scm, gnu/packages/vim.scm,
gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/wv.scm,
gnu/packages/xiph.scm, gnu/packages/xml.scm, gnu/packages/xorg.scm,
gnu/packages/yasm.scm, gnu/packages/zip.scm,
guix/build/cmake-build-system.scm, guix/build/perl-build-system.scm,
guix/build/python-build-system.scm, guix/download.scm: Replaces uses of
#:renamer and 'symbol-prefix-proc' with #:prefix.
2014-09-23 16:44:22 -04:00
|
|
|
|
#:use-module ((guix licenses) #:prefix l:)
|
gnu: deluge: Update to 2.0.3.
* gnu/packages/bittorrent.scm (deluge): Update to 2.0.3.
[source]: Update URL.
[inputs]: Remove libtorrent, python2-chardet, python2-pygtk,
python2-pyopenssl, python2-pyxdg, python2-service-identity, python2-twisted.
[propagated-inputs]: Add gtk+, librsvg, libtorrent, python-pycairo,
python-chardet, python-dbus, python-mako, python-pygobject, python-pillow,
python-pyopenssl, python-pyxdg, python-rencode, python-service-identity,
python-setproctitle, python-six, python-twisted, and python-zope-interface.
[native-inputs]: Add python-wheel.
[arguments]: Disable tests. Add 'fix-gettext-warning and 'wrap phase.
2020-08-31 19:51:47 -04:00
|
|
|
|
#:use-module (guix utils)
|
2017-03-26 01:49:50 -04:00
|
|
|
|
#:use-module (gnu packages)
|
2016-01-27 06:59:49 -05:00
|
|
|
|
#:use-module (gnu packages adns)
|
2021-07-16 12:01:41 -04:00
|
|
|
|
#:use-module (gnu packages autotools)
|
2017-01-22 09:38:51 -05:00
|
|
|
|
#:use-module (gnu packages boost)
|
2016-01-27 06:59:49 -05:00
|
|
|
|
#:use-module (gnu packages check)
|
|
|
|
|
#:use-module (gnu packages compression)
|
2016-11-18 16:58:01 -05:00
|
|
|
|
#:use-module (gnu packages crypto)
|
2014-05-26 05:51:49 -04:00
|
|
|
|
#:use-module (gnu packages curl)
|
2016-01-27 06:59:49 -05:00
|
|
|
|
#:use-module (gnu packages cyrus-sasl)
|
2018-11-22 04:49:05 -05:00
|
|
|
|
#:use-module (gnu packages freedesktop)
|
2021-07-16 12:01:41 -04:00
|
|
|
|
#:use-module (gnu packages gettext)
|
2014-05-26 05:51:49 -04:00
|
|
|
|
#:use-module (gnu packages glib)
|
2016-11-18 16:58:01 -05:00
|
|
|
|
#:use-module (gnu packages gnome)
|
|
|
|
|
#:use-module (gnu packages gnupg)
|
|
|
|
|
#:use-module (gnu packages gstreamer)
|
2014-11-24 16:00:58 -05:00
|
|
|
|
#:use-module (gnu packages gtk)
|
2016-01-27 06:59:49 -05:00
|
|
|
|
#:use-module (gnu packages libevent)
|
|
|
|
|
#:use-module (gnu packages multiprecision)
|
|
|
|
|
#:use-module (gnu packages nettle)
|
2014-11-22 09:57:26 -05:00
|
|
|
|
#:use-module (gnu packages ncurses)
|
2016-01-27 06:59:49 -05:00
|
|
|
|
#:use-module (gnu packages pkg-config)
|
2016-01-18 00:05:10 -05:00
|
|
|
|
#:use-module (gnu packages python)
|
2021-01-14 16:27:39 -05:00
|
|
|
|
#:use-module (gnu packages python-build)
|
2018-11-22 04:49:05 -05:00
|
|
|
|
#:use-module (gnu packages python-crypto)
|
gnu: deluge: Update to 2.0.3.
* gnu/packages/bittorrent.scm (deluge): Update to 2.0.3.
[source]: Update URL.
[inputs]: Remove libtorrent, python2-chardet, python2-pygtk,
python2-pyopenssl, python2-pyxdg, python2-service-identity, python2-twisted.
[propagated-inputs]: Add gtk+, librsvg, libtorrent, python-pycairo,
python-chardet, python-dbus, python-mako, python-pygobject, python-pillow,
python-pyopenssl, python-pyxdg, python-rencode, python-service-identity,
python-setproctitle, python-six, python-twisted, and python-zope-interface.
[native-inputs]: Add python-wheel.
[arguments]: Disable tests. Add 'fix-gettext-warning and 'wrap phase.
2020-08-31 19:51:47 -04:00
|
|
|
|
#:use-module (gnu packages python-web)
|
gnu: Separate Python core packages from the rest.
* gnu/packages/python.scm: Move hundreds of package definitions from here...
* gnu/packages/python-xyz.scm: ...to this new module.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/android.scm,
gnu/packages/audio.scm,
gnu/packages/backup.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/calendar.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/cluster.scm,
gnu/packages/compression.scm,
gnu/packages/connman.scm,
gnu/packages/crypto.scm,
gnu/packages/cups.scm,
gnu/packages/databases.scm,
gnu/packages/dav.scm,
gnu/packages/direct-connect.scm,
gnu/packages/disk.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/docker.scm,
gnu/packages/ebook.scm,
gnu/packages/elf.scm,
gnu/packages/emacs.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/enlightenment.scm,
gnu/packages/finance.scm,
gnu/packages/fltk.scm,
gnu/packages/fontutils.scm,
gnu/packages/freedesktop.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/geo.scm,
gnu/packages/gl.scm,
gnu/packages/glib.scm,
gnu/packages/gnome.scm,
gnu/packages/gnupg.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/gtk.scm,
gnu/packages/ham-radio.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/irc.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/kde-frameworks.scm,
gnu/packages/key-mon.scm,
gnu/packages/libffi.scm,
gnu/packages/libreoffice.scm,
gnu/packages/libusb.scm,
gnu/packages/lirc.scm,
gnu/packages/logging.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/mate.scm,
gnu/packages/maths.scm,
gnu/packages/medical.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mp3.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/nutrition.scm,
gnu/packages/openldap.scm,
gnu/packages/openstack.scm,
gnu/packages/package-management.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/photo.scm,
gnu/packages/polkit.scm,
gnu/packages/protobuf.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/qt.scm,
gnu/packages/rdf.scm,
gnu/packages/ruby.scm,
gnu/packages/search.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/simulation.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/storage.scm,
gnu/packages/sync.scm,
gnu/packages/terminals.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tls.scm,
gnu/packages/tor.scm,
gnu/packages/tryton.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/virtualization.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wicd.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xorg.scm: Update module references.
2019-01-15 08:21:30 -05:00
|
|
|
|
#:use-module (gnu packages python-xyz)
|
2018-04-06 16:07:28 -04:00
|
|
|
|
#:use-module (gnu packages qt)
|
gnu: Move sqlite to separate module.
* gnu/packages/databases.scm (sqlite, sqlite-3.26.0, sqlite-with-fts5,
sqlite-with-column-metadata): Move variables from here...
* gnu/packages/sqlite.scm: ...to this new module.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/apl.scm,
gnu/packages/bittorrent.scm,
gnu/packages/calendar.scm,
gnu/packages/code.scm,
gnu/packages/crypto.scm,
gnu/packages/databases.scm,
gnu/packages/dc.scm,
gnu/packages/disk.scm,
gnu/packages/ebook.scm,
gnu/packages/education.scm,
gnu/packages/emacs.scm,
gnu/packages/emulators.scm,
gnu/packages/file-systems.scm,
gnu/packages/freedesktop.scm,
gnu/packages/ftp.scm,
gnu/packages/games.scm,
gnu/packages/geo.scm,
gnu/packages/gnome.scm,
gnu/packages/gnunet.scm,
gnu/packages/gnupg.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/gps.scm,
gnu/packages/guile.scm,
gnu/packages/ibus.scm,
gnu/packages/kerberos.scm,
gnu/packages/kodi.scm,
gnu/packages/lisp.scm,
gnu/packages/mail.scm,
gnu/packages/messaging.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/nfs.scm,
gnu/packages/ocaml.scm,
gnu/packages/package-management.scm,
gnu/packages/pdf.scm,
gnu/packages/photo.scm,
gnu/packages/php.scm,
gnu/packages/python.scm,
gnu/packages/qt.scm,
gnu/packages/ruby.scm,
gnu/packages/scheme.scm,
gnu/packages/sync.scm,
gnu/packages/syndication.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/web-browsers.scm,
gnu/packages/webkit.scm: Adjust module references.
2019-01-15 15:47:05 -05:00
|
|
|
|
#:use-module (gnu packages sqlite)
|
2016-01-27 06:59:49 -05:00
|
|
|
|
#:use-module (gnu packages ssh)
|
|
|
|
|
#:use-module (gnu packages tls)
|
|
|
|
|
#:use-module (gnu packages xml))
|
2014-05-26 05:51:49 -04:00
|
|
|
|
|
|
|
|
|
(define-public transmission
|
|
|
|
|
(package
|
|
|
|
|
(name "transmission")
|
2020-06-10 21:28:53 -04:00
|
|
|
|
(version "3.00")
|
2014-05-26 05:51:49 -04:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
2020-06-10 21:28:53 -04:00
|
|
|
|
(uri (string-append "https://github.com/transmission/transmission"
|
|
|
|
|
"/releases/download/" version "/transmission-"
|
|
|
|
|
version ".tar.xz"))
|
2014-05-26 05:51:49 -04:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2020-11-27 16:35:46 -05:00
|
|
|
|
"1wjmn96zrvmk8j1yz2ysmqd7a2x6ilvnwwapcvfzgxs2wwpnai4i"))
|
|
|
|
|
(patches (search-patches "transmission-honor-localedir.patch"))))
|
2014-12-01 16:40:30 -05:00
|
|
|
|
(build-system glib-or-gtk-build-system)
|
2014-05-26 05:51:49 -04:00
|
|
|
|
(outputs '("out" ; library and command-line interface
|
|
|
|
|
"gui")) ; graphical user interface
|
|
|
|
|
(arguments
|
2020-11-27 16:35:46 -05:00
|
|
|
|
'(#:configure-flags
|
|
|
|
|
(list (string-append "--localedir="
|
|
|
|
|
(assoc-ref %outputs "gui")
|
|
|
|
|
"/share/locale"))
|
|
|
|
|
#:glib-or-gtk-wrap-excluded-outputs '("out")
|
gnu: Use 'modify-phases' syntax.
* gnu/packages/admin.scm (mingetty, clusterssh, wpa-supplicant-minimal,
wpa-supplicant, wakelan, acpica, tree, direvent, dstat)[arguments]: Use
'modify-phases' syntax.
* gnu/packages/algebra.scm (arb)[arguments]: Likewise.
* gnu/packages/apr.scm (apr-util)[arguments]: Likewise.
* gnu/packages/audio.scm (clalsadrv, fluidsynth, faad2, lv2-mda-piano,
lv2-mda-epiano, timidity++, vamp, soundtouch, portaudio, rsound,
zita-convolver, zita-alsa-pcmi)[arguments]: Likewise.
* gnu/packages/backup.scm (rdup, btar)[arguments]: Likewise.
* gnu/packages/bioinformatics.scm (bedops, bwa, crossmap, express,
flexbar, grit, hisat, ngs-sdk, subread)[arguments]: Likewise.
* gnu/packages/bittorrent.scm (transmission)[arguments]: Likewise.
* gnu/packages/cdrom.scm (cd-discid)[arguments]: Likewise.
* gnu/packages/compression.scm (sharutils)[arguments]: Likewise.
* gnu/packages/conky.scm (conky)[arguments]: Likewise.
* gnu/packages/databases.scm (bdb, bdb-5.3)[arguments]: Likewise.
* gnu/packages/debug.scm (delta, c-reduce)[arguments]: Likewise.
* gnu/packages/display-managers.scm (slim)[arguments]: Likewise.
* gnu/packages/dns.scm (dnsmasq)[arguments]: Likewise.
* gnu/packages/emacs.scm (geiser, emacs-wget, bbdb)[arguments]: Likewise.
* gnu/packages/engineering.scm (pcb)[arguments]: Likewise.
* gnu/packages/firmware.scm (ath9k-htc-firmware)[arguments]: Likewise.
* gnu/packages/flashing-tools.scm (flashrom)[arguments]: Likewise.
* gnu/packages/fltk.scm (fltk)[arguments]: Likewise.
* gnu/packages/freedesktop.scm (python-pyxdg)[arguments]: Likewise.
* gnu/packages/gd.scm (perl-gd)[arguments]: Likewise.
* gnu/packages/gkrellm.scm (gkrellm)[arguments]: Likewise.
* gnu/packages/glib.scm (glibmm)[arguments]: Likewise.
* gnu/packages/gl.scm (glew)[arguments]: Likewise.
* gnu/packages/gnome.scm (icon-naming-utils, orbit2, libbonobo, gnome-vfs,
libgnome, libbonoboui, goffice-0.8, dconf)[arguments]: Likewise.
* gnu/packages/gprolog.scm (gprolog)[arguments]: Likewise.
* gnu/packages/gps.scm (gpscorrelate)[arguments]: Likewise.
* gnu/packages/graphics.scm (agg)[arguments]: Likewise.
* gnu/packages/gtk.scm (ganv, girara, gtksourceview-2, guile-present,
python2-pycairo)[arguments]: Likewise.
* gnu/packages/guile.scm (guile-1.8)[arguments]: Likewise.
* gnu/packages/guile-wm.scm (guile-wm)[arguments]: Likewise.
* gnu/packages/hugs.scm (hugs)[arguments]: Likewise.
* gnu/packages/hurd.scm (gnumach-headers, hurd-headers, hurd-minimal)
[arguments]: Likewise.
* gnu/packages/image-viewers.scm (feh, sxiv)[arguments]: Likewise.
* gnu/packages/libcanberra.scm (libcanberra)[arguments]: Likewise.
* gnu/packages/linux.scm (bridge-utils, iw, fuse, unionfs-fuse/static,
lm-sensors, i2c-tools, xsensors, perf, mdadm, libaio, module-init-tools)
[arguments]: Likewise.
* gnu/packages/lisp.scm (ccl)[arguments]: Likewise.
* gnu/packages/lout.scm (lout)[arguments]: Likewise.
* gnu/packages/lua.scm (luajit)[arguments]: Likewise.
* gnu/packages/machine-learning.scm (shogun)[arguments]: Likewise.
* gnu/packages/mail.scm (exim)[arguments]: Likewise.
* gnu/packages/man.scm (man-pages, txt2man)[arguments]: Likewise.
* gnu/packages/maths.scm (lapack, superlu-dist, openlibm, openspecfun)
[arguments]: Likewise.
* gnu/packages/messaging.scm (bitlbee)[arguments]: Likewise.
* gnu/packages/mp3.scm (libmad, id3lib, mp3info)[arguments]: Likewise.
* gnu/packages/music.scm (solfege)[arguments]: Likewise.
* gnu/packages/noweb.scm (noweb)[arguments]: Likewise.
* gnu/packages/patchutils.scm (patchutils, quilt, colordiff)[arguments]:
Likewise.
* gnu/packages/pdf.scm (xpdf, zathura-cb, zathura-ps, zathura-djvu,
zathura-pdf-poppler, zathura, podofo, fbida)[arguments]: Likewise.
* gnu/packages/perl.scm (perl-file-list, perl-test-harness)[arguments]:
Likewise.
* gnu/packages/photo.scm (gphoto2)[arguments]: Likewise.
* gnu/packages/popt.scm (popt)[arguments]: Likewise.
* gnu/packages/pretty-print.scm (source-highlight, astyle)[arguments]:
Likewise.
* gnu/packages/pumpio.scm (pumpa)[arguments]: Likewise.
* gnu/packages/python.scm (python-passlib, python-pycrypto, python2-empy,
python-sqlalchemy, python-docopt)[arguments]: Likewise.
* gnu/packages/rdf.scm (lrdf)[arguments]: Likewise.
* gnu/packages/regex.scm (tre)[arguments]: Likewise.
* gnu/packages/rrdtool.scm (rrdtool)[arguments]: Likewise.
* gnu/packages/ruby.scm (ruby-2.1, ruby-1.8)[arguments]: Likewise.
* gnu/packages/sawfish.scm (sawfish)[arguments]: Likewise.
* gnu/packages/scheme.scm (racket)[arguments]: Likewise.
* gnu/packages/sdl.scm (guile-sdl)[arguments]: Likewise.
* gnu/packages/serveez.scm (serveez)[arguments]: Likewise.
* gnu/packages/skribilo.scm (skribilo)[arguments]: Likewise.
* gnu/packages/smalltalk.scm (smalltalk)[arguments]: Likewise.
* gnu/packages/suckless.scm (dmenu, slock)[arguments]: Likewise.
* gnu/packages/tcl.scm (expect)[arguments]: Likewise.
* gnu/packages/telephony.scm (commoncpp)[arguments]: Likewise.
* gnu/packages/textutils.scm (recode, libgtextutils)[arguments]:
Likewise.
* gnu/packages/time.scm (time)[arguments]: Likewise.
* gnu/packages/tor.scm (privoxy)[arguments]: Likewise.
* gnu/packages/uucp.scm (uucp)[arguments]: Likewise.
* gnu/packages/video.scm (libdvdnav-4)[arguments]: Likewise.
* gnu/packages/web-browsers.scm (lynx)[arguments]: Likewise.
* gnu/packages/web.scm (tinyproxy)[arguments]: Likewise.
* gnu/packages/wicd.scm (wicd)[arguments]: Likewise.
* gnu/packages/wm.scm (bspwm)[arguments]: Likewise.
* gnu/packages/xdisorg.scm (sxhkd, xcape)[arguments]: Likewise.
* gnu/packages/xfce.scm (xfconf)[arguments]: Likewise.
* gnu/packages/xfig.scm (transfig)[arguments]: Likewise.
* gnu/packages/xorg.scm (imake)[arguments]: Likewise.
2017-07-29 11:28:42 -04:00
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-after 'install 'move-gui
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
;; Move the GUI to its own output, so that "out" doesn't
|
|
|
|
|
;; depend on GTK+.
|
|
|
|
|
(let ((out (assoc-ref outputs "out"))
|
|
|
|
|
(gui (assoc-ref outputs "gui")))
|
|
|
|
|
(mkdir-p (string-append gui "/bin"))
|
|
|
|
|
(rename-file (string-append out "/bin/transmission-gtk")
|
2020-06-10 21:28:53 -04:00
|
|
|
|
(string-append gui "/bin/transmission-gtk"))
|
2016-04-02 16:37:15 -04:00
|
|
|
|
|
2020-04-02 05:00:02 -04:00
|
|
|
|
(for-each
|
|
|
|
|
(lambda (dir)
|
|
|
|
|
(rename-file (string-append out "/share/" dir)
|
|
|
|
|
(string-append gui "/share/" dir)))
|
2020-11-27 16:35:46 -05:00
|
|
|
|
'("appdata" "applications" "icons" "pixmaps"))
|
2020-11-12 11:27:06 -05:00
|
|
|
|
|
|
|
|
|
(mkdir-p (string-append gui "/share/man/man1"))
|
|
|
|
|
(rename-file
|
|
|
|
|
(string-append out "/share/man/man1/transmission-gtk.1")
|
|
|
|
|
(string-append gui "/share/man/man1/transmission-gtk.1"))
|
|
|
|
|
#t))))))
|
2014-05-26 05:51:49 -04:00
|
|
|
|
(inputs
|
2020-06-17 01:02:01 -04:00
|
|
|
|
`(("libevent" ,libevent)
|
2014-05-26 05:51:49 -04:00
|
|
|
|
("curl" ,curl)
|
|
|
|
|
("openssl" ,openssl)
|
|
|
|
|
("zlib" ,zlib)
|
|
|
|
|
("gtk+" ,gtk+)))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("intltool" ,intltool)
|
|
|
|
|
("pkg-config" ,pkg-config)))
|
2019-10-20 07:03:12 -04:00
|
|
|
|
(home-page "https://transmissionbt.com/")
|
2014-05-26 05:51:49 -04:00
|
|
|
|
(synopsis "Fast and easy BitTorrent client")
|
|
|
|
|
(description
|
|
|
|
|
"Transmission is a BitTorrent client that comes with graphical,
|
|
|
|
|
textual, and Web user interfaces. Transmission also has a daemon for
|
gnu packages: Clean up synopses and descriptions.
* gnu/packages/admin.scm, gnu/packages/algebra.scm, gnu/packages/audio.scm,
gnu/packages/backup.scm, gnu/packages/base.scm, gnu/packages/bittorrent.scm,
gnu/packages/code.scm, gnu/packages/compression.scm,
gnu/packages/databases.scm, gnu/packages/enchant.scm,
gnu/packages/firmware.scm, gnu/packages/fonts.scm,
gnu/packages/freedesktop.scm, gnu/packages/games.scm, gnu/packages/gd.scm,
gnu/packages/gl.scm, gnu/packages/gnome.scm, gnu/packages/gsasl.scm,
gnu/packages/gstreamer.scm, gnu/packages/gtk.scm, gnu/packages/guile.scm,
gnu/packages/haskell.scm, gnu/packages/language.scm,
gnu/packages/lesstif.scm, gnu/packages/libreoffice.scm,
gnu/packages/linux.scm, gnu/packages/llvm.scm, gnu/packages/maths.scm,
gnu/packages/mcrypt.scm, gnu/packages/mit-krb5.scm, gnu/packages/mp3.scm,
gnu/packages/ncdu.scm, gnu/packages/networking.scm, gnu/packages/ntp.scm,
gnu/packages/ocaml.scm, gnu/packages/openbox.scm, gnu/packages/pdf.scm,
gnu/packages/perl.scm, gnu/packages/pretty-print.scm,
gnu/packages/pulseaudio.scm, gnu/packages/python.scm,
gnu/packages/rdesktop.scm, gnu/packages/rdf.scm, gnu/packages/ruby.scm,
gnu/packages/slang.scm, gnu/packages/slim.scm, gnu/packages/telephony.scm,
gnu/packages/tls.scm, gnu/packages/tmux.scm, gnu/packages/tre.scm,
gnu/packages/unrtf.scm, gnu/packages/version-control.scm,
gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/wget.scm,
gnu/packages/xdisorg.scm, gnu/packages/xfce.scm, gnu/packages/xiph.scm:
Fix typos. Trim long lines. Add missing periods in the end of sentences.
Use double spaces between sentences. Remove trailing whitespaces.
2015-07-17 08:16:07 -04:00
|
|
|
|
unattended operations. It supports local peer discovery, full encryption,
|
2014-05-26 05:51:49 -04:00
|
|
|
|
DHT, µTP, PEX and Magnet Links.")
|
|
|
|
|
|
|
|
|
|
;; COPYING reads:
|
|
|
|
|
;;
|
|
|
|
|
;; Transmission can be redistributed and/or modified under the terms of
|
|
|
|
|
;; the GNU GPLv2 (http://www.gnu.org/licenses/license-list.html#GPLv2),
|
|
|
|
|
;; the GNU GPLv3 (http://www.gnu.org/licenses/license-list.html#GNUGPLv3),
|
|
|
|
|
;; or any future license endorsed by Mnemosyne LLC.
|
|
|
|
|
;;
|
|
|
|
|
;; A few files files carry an MIT/X11 license header.
|
2020-06-17 01:02:01 -04:00
|
|
|
|
(license (list l:gpl2 l:gpl3))))
|
2014-11-24 16:00:58 -05:00
|
|
|
|
|
2021-07-16 12:01:41 -04:00
|
|
|
|
(define-public transmission-remote-gtk
|
|
|
|
|
(package
|
|
|
|
|
(name "transmission-remote-gtk")
|
|
|
|
|
(version "1.4.1")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "https://github.com/transmission-remote-gtk/"
|
|
|
|
|
"transmission-remote-gtk/releases/download/"
|
|
|
|
|
version "/transmission-remote-gtk-" version
|
|
|
|
|
".tar.xz"))
|
|
|
|
|
(patches (search-patches "transmission-remote-gtk-fix-appstream.patch"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1aqjl5rgamgcgqvcldd1gzyfh2xci0m7070924d6vz2qln0q75sr"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("gettext" ,gnu-gettext)
|
|
|
|
|
("pkg-config" ,pkg-config)))
|
|
|
|
|
(inputs
|
|
|
|
|
`(("appstream-glib" ,appstream-glib)
|
|
|
|
|
("curl" ,curl)
|
|
|
|
|
("gtk+" ,gtk+)
|
|
|
|
|
("json-glib" ,json-glib)))
|
|
|
|
|
(synopsis "Gtk frontend to the Transmission daemon")
|
|
|
|
|
(description "transmission-remote-gtk is a GTK client for remote management
|
|
|
|
|
of the Transmission BitTorrent client, using its HTTP RPC protocol.")
|
|
|
|
|
(home-page "https://github.com/transmission-remote-gtk/transmission-remote-gtk")
|
|
|
|
|
(license l:gpl2+)))
|
|
|
|
|
|
2014-11-24 16:00:58 -05:00
|
|
|
|
(define-public libtorrent
|
|
|
|
|
(package
|
|
|
|
|
(name "libtorrent")
|
2019-08-18 10:04:25 -04:00
|
|
|
|
(version "0.13.8")
|
2014-11-24 16:00:58 -05:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append
|
2015-10-03 15:21:33 -04:00
|
|
|
|
"http://rtorrent.net/downloads/libtorrent-"
|
2014-11-24 16:00:58 -05:00
|
|
|
|
version ".tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2019-08-18 10:04:25 -04:00
|
|
|
|
"10z9i1rc41cmmi7nx8k7k1agsx6afv09g9cl7g9zr35fyhl5l4gd"))))
|
2014-11-24 16:00:58 -05:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(inputs `(("openssl" ,openssl)
|
|
|
|
|
("zlib" ,zlib)))
|
|
|
|
|
(native-inputs `(("pkg-config" ,pkg-config)
|
2015-10-03 15:21:33 -04:00
|
|
|
|
("cppunit" ,cppunit)))
|
2014-11-24 16:00:58 -05:00
|
|
|
|
(synopsis "BitTorrent library of rtorrent")
|
|
|
|
|
(description
|
|
|
|
|
"LibTorrent is a BitTorrent library used by and developed in parallel
|
|
|
|
|
with the BitTorrent client rtorrent. It is written in C++ with emphasis on
|
|
|
|
|
speed and efficiency.")
|
2015-10-03 15:16:27 -04:00
|
|
|
|
(home-page "https://github.com/rakshasa/libtorrent")
|
2014-11-24 16:00:58 -05:00
|
|
|
|
(license l:gpl2+)))
|
2014-11-22 09:57:26 -05:00
|
|
|
|
|
|
|
|
|
(define-public rtorrent
|
|
|
|
|
(package
|
|
|
|
|
(name "rtorrent")
|
2019-08-18 10:04:44 -04:00
|
|
|
|
(version "0.9.8")
|
2014-11-22 09:57:26 -05:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append
|
2015-10-03 15:23:40 -04:00
|
|
|
|
"http://rtorrent.net/downloads/rtorrent-"
|
2014-11-22 09:57:26 -05:00
|
|
|
|
version ".tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2019-08-18 10:04:44 -04:00
|
|
|
|
"1bs2fnf4q7mlhkhzp3i1v052v9xn8qa7g845pk9ia8hlpw207pwy"))))
|
2014-11-22 09:57:26 -05:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(inputs `(("libtorrent" ,libtorrent)
|
|
|
|
|
("ncurses" ,ncurses)
|
|
|
|
|
("curl" ,curl)
|
|
|
|
|
("cyrus-sasl" ,cyrus-sasl)
|
|
|
|
|
("openssl" ,openssl)
|
|
|
|
|
("zlib" ,zlib)))
|
|
|
|
|
(native-inputs `(("pkg-config" ,pkg-config)
|
|
|
|
|
("cppunit" ,cppunit)))
|
|
|
|
|
(synopsis "BitTorrent client with ncurses interface")
|
|
|
|
|
(description
|
|
|
|
|
"rTorrent is a BitTorrent client with an ncurses interface. It supports
|
|
|
|
|
full encryption, DHT, PEX, and Magnet Links. It can also be controlled via
|
|
|
|
|
XML-RPC over SCGI.")
|
2015-10-03 15:16:27 -04:00
|
|
|
|
(home-page "https://github.com/rakshasa/rtorrent")
|
2014-11-22 09:57:26 -05:00
|
|
|
|
(license l:gpl2+)))
|
2017-01-26 20:28:45 -05:00
|
|
|
|
|
|
|
|
|
(define-public tremc
|
2020-07-13 15:48:40 -04:00
|
|
|
|
(package
|
|
|
|
|
(name "tremc")
|
|
|
|
|
(version "0.9.2")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/tremc/tremc")
|
|
|
|
|
(commit version)))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"1fqspp2ckafplahgba54xmx0sjidx1pdzyjaqjhz0ivh98dkx2n5"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:tests? #f ; no test suite
|
|
|
|
|
#:make-flags
|
|
|
|
|
(list (string-append "PREFIX=" (assoc-ref %outputs "out")))
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
;; The software is just a Python script that must be copied into place.
|
|
|
|
|
(delete 'configure)
|
|
|
|
|
(delete 'build))))
|
|
|
|
|
(inputs
|
|
|
|
|
`(("python" ,python)))
|
|
|
|
|
(synopsis "Console client for the Transmission BitTorrent daemon")
|
|
|
|
|
(description "Tremc is a console client, with a curses interface, for the
|
2017-01-26 20:28:45 -05:00
|
|
|
|
Transmission BitTorrent daemon.")
|
2020-07-13 15:48:40 -04:00
|
|
|
|
(home-page "https://github.com/tremc/tremc")
|
|
|
|
|
(license l:gpl3+)))
|
2016-01-18 00:05:10 -05:00
|
|
|
|
|
|
|
|
|
(define-public transmission-remote-cli
|
|
|
|
|
(package
|
|
|
|
|
(name "transmission-remote-cli")
|
|
|
|
|
(version "1.7.1")
|
|
|
|
|
(source (origin
|
2018-11-28 15:38:16 -05:00
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
gnu: Remove ".git" from "https://github/…/….git".
Until now, 'lookup-origin' and thus 'lookup-origin-revision' in (guix
swh) would sometimes return #f for these because the ".git" URLs are
redirects to the non-".git" URLs. Consequently, 'guix lint -c archival'
would keep saying "scheduled Software Heritage archival"; likewise, the
fallback download code would fail.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/aidc.scm,
gnu/packages/algebra.scm,
gnu/packages/android.scm,
gnu/packages/animation.scm,
gnu/packages/arcan.scm,
gnu/packages/assembly.scm,
gnu/packages/audio.scm,
gnu/packages/authentication.scm,
gnu/packages/avr.scm,
gnu/packages/axoloti.scm,
gnu/packages/backup.scm,
gnu/packages/bash.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioconductor.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/boost.scm,
gnu/packages/build-tools.scm,
gnu/packages/c.scm,
gnu/packages/calendar.scm,
gnu/packages/cdrom.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/chez.scm,
gnu/packages/clojure.scm,
gnu/packages/code.scm,
gnu/packages/compression.scm,
gnu/packages/compton.scm,
gnu/packages/coq.scm,
gnu/packages/cpp.scm,
gnu/packages/cran.scm,
gnu/packages/crypto.scm,
gnu/packages/curl.scm,
gnu/packages/databases.scm,
gnu/packages/datastructures.scm,
gnu/packages/debug.scm,
gnu/packages/disk.scm,
gnu/packages/distributed.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/dns.scm,
gnu/packages/docker.scm,
gnu/packages/education.scm,
gnu/packages/efi.scm,
gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm,
gnu/packages/embedded.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/erlang.scm,
gnu/packages/fabric-management.scm,
gnu/packages/file-systems.scm,
gnu/packages/finance.scm,
gnu/packages/firmware.scm,
gnu/packages/flashing-tools.scm,
gnu/packages/fonts.scm,
gnu/packages/fontutils.scm,
gnu/packages/fpga.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/genealogy.scm,
gnu/packages/genimage.scm,
gnu/packages/geo.scm,
gnu/packages/gimp.scm,
gnu/packages/gl.scm,
gnu/packages/gnome-xyz.scm,
gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/golang.scm,
gnu/packages/gpodder.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/groff.scm,
gnu/packages/groovy.scm,
gnu/packages/gtk.scm,
gnu/packages/guile-xyz.scm,
gnu/packages/guile.scm,
gnu/packages/hardware.scm,
gnu/packages/haskell-apps.scm,
gnu/packages/haskell-xyz.scm,
gnu/packages/hexedit.scm,
gnu/packages/i2p.scm,
gnu/packages/ibus.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/ipfs.scm,
gnu/packages/java-graphics.scm,
gnu/packages/java-maths.scm,
gnu/packages/java.scm,
gnu/packages/javascript.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/jupyter.scm,
gnu/packages/kodi.scm,
gnu/packages/language.scm,
gnu/packages/lego.scm,
gnu/packages/less.scm,
gnu/packages/libusb.scm,
gnu/packages/linux.scm,
gnu/packages/lirc.scm,
gnu/packages/lisp-xyz.scm,
gnu/packages/llvm.scm,
gnu/packages/logging.scm,
gnu/packages/lolcode.scm,
gnu/packages/lua.scm,
gnu/packages/lxde.scm,
gnu/packages/lxqt.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/markup.scm,
gnu/packages/maths.scm,
gnu/packages/maven.scm,
gnu/packages/mes.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/node-xyz.scm,
gnu/packages/ocaml.scm,
gnu/packages/ocr.scm,
gnu/packages/onc-rpc.scm,
gnu/packages/opencl.scm,
gnu/packages/opencog.scm,
gnu/packages/pantheon.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/perl6.scm,
gnu/packages/phabricator.scm,
gnu/packages/popt.scm,
gnu/packages/printers.scm,
gnu/packages/prolog.scm,
gnu/packages/protobuf.scm,
gnu/packages/pulseaudio.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/python-xyz.scm,
gnu/packages/qt.scm,
gnu/packages/radio.scm,
gnu/packages/rails.scm,
gnu/packages/rdf.scm,
gnu/packages/rednotebook.scm,
gnu/packages/rpc.scm,
gnu/packages/rsync.scm,
gnu/packages/ruby.scm,
gnu/packages/rust.scm,
gnu/packages/scheme.scm,
gnu/packages/screen.scm,
gnu/packages/security-token.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/shellutils.scm,
gnu/packages/simh.scm,
gnu/packages/sml.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/stenography.scm,
gnu/packages/sync.scm,
gnu/packages/syncthing.scm,
gnu/packages/synergy.scm,
gnu/packages/telephony.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tmux.scm,
gnu/packages/tor.scm,
gnu/packages/toys.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/vim.scm,
gnu/packages/virtualization.scm,
gnu/packages/vlang.scm,
gnu/packages/vnc.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wireservice.scm,
gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm,
tests/lint.scm: Remove trailing ".git" from 'git-reference' URL.
2020-07-12 16:53:28 -04:00
|
|
|
|
(url "https://github.com/fagga/transmission-remote-cli")
|
2018-11-28 15:38:16 -05:00
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
2016-01-18 00:05:10 -05:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2018-11-28 15:38:16 -05:00
|
|
|
|
"09w9f8vrm61lapin8fmq4rgahr95y3c6wss10g0fgd0kl16f895v"))))
|
2016-01-18 00:05:10 -05:00
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:python ,python-2 ; only supports Python 2
|
|
|
|
|
#:tests? #f ; no test suite
|
|
|
|
|
#:phases (modify-phases %standard-phases
|
|
|
|
|
;; The software is just a Python script that must be
|
|
|
|
|
;; copied into place.
|
|
|
|
|
(delete 'build)
|
|
|
|
|
(replace 'install
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
(let* ((out (assoc-ref outputs "out"))
|
|
|
|
|
(bin (string-append out "/bin"))
|
|
|
|
|
(man (string-append out "/share/man/man1"))
|
|
|
|
|
;; FIXME install zsh completions
|
|
|
|
|
(completions (string-append out "/etc/bash_completion.d")))
|
|
|
|
|
(install-file "transmission-remote-cli" bin)
|
|
|
|
|
(install-file "transmission-remote-cli.1" man)
|
|
|
|
|
(install-file
|
|
|
|
|
(string-append
|
|
|
|
|
"completion/bash/"
|
|
|
|
|
"transmission-remote-cli-bash-completion.sh")
|
|
|
|
|
completions)))))))
|
|
|
|
|
(synopsis "Console client for the Transmission BitTorrent daemon")
|
|
|
|
|
(description "Transmission-remote-cli is a console client, with a curses
|
2017-01-27 02:05:11 -05:00
|
|
|
|
interface, for the Transmission BitTorrent daemon. This package is no longer
|
|
|
|
|
maintained upstream.")
|
2016-01-18 00:05:10 -05:00
|
|
|
|
(home-page "https://github.com/fagga/transmission-remote-cli")
|
2017-01-27 02:05:11 -05:00
|
|
|
|
(license l:gpl3+)
|
|
|
|
|
(properties `((superseded . ,tremc)))))
|
2016-01-27 06:59:49 -05:00
|
|
|
|
|
|
|
|
|
(define-public aria2
|
|
|
|
|
(package
|
|
|
|
|
(name "aria2")
|
2019-10-07 04:18:45 -04:00
|
|
|
|
(version "1.35.0")
|
2016-01-27 06:59:49 -05:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
2019-10-07 04:18:45 -04:00
|
|
|
|
(uri (string-append "https://github.com/aria2/aria2/releases/"
|
|
|
|
|
"download/release-" version
|
|
|
|
|
"/aria2-" version ".tar.xz"))
|
2016-01-27 06:59:49 -05:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2019-10-07 04:18:45 -04:00
|
|
|
|
"1zbxc517d97lb96f15xcy4l7b66grxrp3h2ids2jiwkaip87yaqy"))))
|
2016-01-27 06:59:49 -05:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
2016-08-24 15:13:34 -04:00
|
|
|
|
`(#:configure-flags (list "--enable-libaria2"
|
|
|
|
|
(string-append "--with-bashcompletiondir="
|
|
|
|
|
%output "/etc/bash_completion.d/"))
|
2016-01-27 06:59:49 -05:00
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-after 'unpack 'delete-socket-tests
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "test/LpdMessageDispatcherTest.cc"
|
|
|
|
|
(("CPPUNIT_TEST_SUITE_REGISTRATION\\(LpdMessageDispatcherTest\\);" text)
|
|
|
|
|
(string-append "// " text)))
|
|
|
|
|
(substitute* "test/LpdMessageReceiverTest.cc"
|
|
|
|
|
(("CPPUNIT_TEST_SUITE_REGISTRATION\\(LpdMessageReceiverTest\\);" text)
|
2017-01-04 11:11:37 -05:00
|
|
|
|
(string-append "// " text)))
|
|
|
|
|
#t)))))
|
2016-01-27 06:59:49 -05:00
|
|
|
|
(native-inputs
|
2016-05-26 01:59:22 -04:00
|
|
|
|
`(("cppunit" ,cppunit) ; for the tests
|
|
|
|
|
("pkg-config" ,pkg-config)))
|
2016-01-27 06:59:49 -05:00
|
|
|
|
(inputs
|
|
|
|
|
`(("c-ares" ,c-ares)
|
|
|
|
|
("gnutls" ,gnutls)
|
|
|
|
|
("gmp" ,gmp)
|
|
|
|
|
("libssh2" ,libssh2)
|
|
|
|
|
("libxml2" ,libxml2)
|
|
|
|
|
("nettle" ,nettle)
|
|
|
|
|
("sqlite" ,sqlite)
|
|
|
|
|
("zlib" ,zlib)))
|
2016-05-26 01:59:22 -04:00
|
|
|
|
(home-page "https://aria2.github.io/")
|
2016-01-27 06:59:49 -05:00
|
|
|
|
(synopsis "Utility for parallel downloading files")
|
|
|
|
|
(description
|
|
|
|
|
"Aria2 is a lightweight, multi-protocol & multi-source command-line
|
|
|
|
|
download utility. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
|
|
|
|
|
Aria2 can be manipulated via built-in JSON-RPC and XML-RPC interfaces.")
|
|
|
|
|
(license l:gpl2+)))
|
2016-11-18 16:58:01 -05:00
|
|
|
|
|
|
|
|
|
(define-public uget
|
|
|
|
|
(package
|
|
|
|
|
(name "uget")
|
2020-11-25 10:58:29 -05:00
|
|
|
|
(version "2.2.1")
|
2020-05-25 14:19:47 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "mirror://sourceforge/urlget/"
|
|
|
|
|
"uget%20%28stable%29/" version "/uget-"
|
|
|
|
|
version ".tar.gz"))
|
|
|
|
|
(sha256
|
2020-11-25 10:58:29 -05:00
|
|
|
|
(base32 "0dlrjhnm1pg2vwmp7nl2xv1aia5hyirb3021rl46x859k63zap24"))))
|
2016-11-18 16:58:01 -05:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(inputs
|
|
|
|
|
`(("curl" ,curl)
|
|
|
|
|
("gtk+" ,gtk+)
|
|
|
|
|
("glib" ,glib)
|
|
|
|
|
("gnutls" ,gnutls)
|
|
|
|
|
("gstreamer" ,gstreamer)
|
|
|
|
|
("libgcrypt" ,libgcrypt)
|
|
|
|
|
("libnotify" ,libnotify)
|
|
|
|
|
("openssl" ,openssl)))
|
|
|
|
|
(native-inputs
|
2016-12-03 16:19:55 -05:00
|
|
|
|
`(("intltool" ,intltool)
|
|
|
|
|
("pkg-config" ,pkg-config)))
|
2020-05-25 14:19:12 -04:00
|
|
|
|
(home-page "https://ugetdm.com/")
|
2016-11-18 16:58:01 -05:00
|
|
|
|
(synopsis "Universal download manager with GTK+ interface")
|
|
|
|
|
(description
|
|
|
|
|
"uGet is portable download manager with GTK+ interface supporting
|
|
|
|
|
HTTP, HTTPS, BitTorrent and Metalink, supporting multi-connection
|
|
|
|
|
downloads, download scheduling, download rate limiting.")
|
|
|
|
|
(license l:lgpl2.1+)))
|
2016-12-02 10:10:46 -05:00
|
|
|
|
|
|
|
|
|
(define-public mktorrent
|
|
|
|
|
(package
|
|
|
|
|
(name "mktorrent")
|
2018-01-20 17:20:26 -05:00
|
|
|
|
(version "1.1")
|
2016-12-02 10:10:46 -05:00
|
|
|
|
(source (origin
|
2018-11-28 16:17:10 -05:00
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
gnu: Remove ".git" from "https://github/…/….git".
Until now, 'lookup-origin' and thus 'lookup-origin-revision' in (guix
swh) would sometimes return #f for these because the ".git" URLs are
redirects to the non-".git" URLs. Consequently, 'guix lint -c archival'
would keep saying "scheduled Software Heritage archival"; likewise, the
fallback download code would fail.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/aidc.scm,
gnu/packages/algebra.scm,
gnu/packages/android.scm,
gnu/packages/animation.scm,
gnu/packages/arcan.scm,
gnu/packages/assembly.scm,
gnu/packages/audio.scm,
gnu/packages/authentication.scm,
gnu/packages/avr.scm,
gnu/packages/axoloti.scm,
gnu/packages/backup.scm,
gnu/packages/bash.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioconductor.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/boost.scm,
gnu/packages/build-tools.scm,
gnu/packages/c.scm,
gnu/packages/calendar.scm,
gnu/packages/cdrom.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/chez.scm,
gnu/packages/clojure.scm,
gnu/packages/code.scm,
gnu/packages/compression.scm,
gnu/packages/compton.scm,
gnu/packages/coq.scm,
gnu/packages/cpp.scm,
gnu/packages/cran.scm,
gnu/packages/crypto.scm,
gnu/packages/curl.scm,
gnu/packages/databases.scm,
gnu/packages/datastructures.scm,
gnu/packages/debug.scm,
gnu/packages/disk.scm,
gnu/packages/distributed.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/dns.scm,
gnu/packages/docker.scm,
gnu/packages/education.scm,
gnu/packages/efi.scm,
gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm,
gnu/packages/embedded.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/erlang.scm,
gnu/packages/fabric-management.scm,
gnu/packages/file-systems.scm,
gnu/packages/finance.scm,
gnu/packages/firmware.scm,
gnu/packages/flashing-tools.scm,
gnu/packages/fonts.scm,
gnu/packages/fontutils.scm,
gnu/packages/fpga.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/genealogy.scm,
gnu/packages/genimage.scm,
gnu/packages/geo.scm,
gnu/packages/gimp.scm,
gnu/packages/gl.scm,
gnu/packages/gnome-xyz.scm,
gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/golang.scm,
gnu/packages/gpodder.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/groff.scm,
gnu/packages/groovy.scm,
gnu/packages/gtk.scm,
gnu/packages/guile-xyz.scm,
gnu/packages/guile.scm,
gnu/packages/hardware.scm,
gnu/packages/haskell-apps.scm,
gnu/packages/haskell-xyz.scm,
gnu/packages/hexedit.scm,
gnu/packages/i2p.scm,
gnu/packages/ibus.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/ipfs.scm,
gnu/packages/java-graphics.scm,
gnu/packages/java-maths.scm,
gnu/packages/java.scm,
gnu/packages/javascript.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/jupyter.scm,
gnu/packages/kodi.scm,
gnu/packages/language.scm,
gnu/packages/lego.scm,
gnu/packages/less.scm,
gnu/packages/libusb.scm,
gnu/packages/linux.scm,
gnu/packages/lirc.scm,
gnu/packages/lisp-xyz.scm,
gnu/packages/llvm.scm,
gnu/packages/logging.scm,
gnu/packages/lolcode.scm,
gnu/packages/lua.scm,
gnu/packages/lxde.scm,
gnu/packages/lxqt.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/markup.scm,
gnu/packages/maths.scm,
gnu/packages/maven.scm,
gnu/packages/mes.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/node-xyz.scm,
gnu/packages/ocaml.scm,
gnu/packages/ocr.scm,
gnu/packages/onc-rpc.scm,
gnu/packages/opencl.scm,
gnu/packages/opencog.scm,
gnu/packages/pantheon.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/perl6.scm,
gnu/packages/phabricator.scm,
gnu/packages/popt.scm,
gnu/packages/printers.scm,
gnu/packages/prolog.scm,
gnu/packages/protobuf.scm,
gnu/packages/pulseaudio.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/python-xyz.scm,
gnu/packages/qt.scm,
gnu/packages/radio.scm,
gnu/packages/rails.scm,
gnu/packages/rdf.scm,
gnu/packages/rednotebook.scm,
gnu/packages/rpc.scm,
gnu/packages/rsync.scm,
gnu/packages/ruby.scm,
gnu/packages/rust.scm,
gnu/packages/scheme.scm,
gnu/packages/screen.scm,
gnu/packages/security-token.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/shellutils.scm,
gnu/packages/simh.scm,
gnu/packages/sml.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/stenography.scm,
gnu/packages/sync.scm,
gnu/packages/syncthing.scm,
gnu/packages/synergy.scm,
gnu/packages/telephony.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tmux.scm,
gnu/packages/tor.scm,
gnu/packages/toys.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/vim.scm,
gnu/packages/virtualization.scm,
gnu/packages/vlang.scm,
gnu/packages/vnc.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wireservice.scm,
gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm,
tests/lint.scm: Remove trailing ".git" from 'git-reference' URL.
2020-07-12 16:53:28 -04:00
|
|
|
|
(url "https://github.com/Rudde/mktorrent")
|
2018-11-28 16:17:10 -05:00
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
2016-12-02 10:10:46 -05:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2018-11-28 16:17:10 -05:00
|
|
|
|
"17pdc5mandl739f8q26n5is8ga56s83aqcrwhlnnplbxwx2inidr"))))
|
2016-12-02 10:10:46 -05:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:phases (modify-phases %standard-phases
|
|
|
|
|
(delete 'configure)) ; no configure script
|
2020-11-16 05:12:27 -05:00
|
|
|
|
#:make-flags (list (string-append "CC=" ,(cc-for-target))
|
2016-12-02 10:10:46 -05:00
|
|
|
|
(string-append "PREFIX=" (assoc-ref %outputs "out"))
|
|
|
|
|
"NO_HASH_CHECK=1"
|
|
|
|
|
"USE_LARGE_FILES=1"
|
|
|
|
|
"USE_LONG_OPTIONS=1"
|
|
|
|
|
"USE_PTHREADS=1")
|
|
|
|
|
#:tests? #f)) ; no tests
|
2018-01-20 17:20:26 -05:00
|
|
|
|
(home-page "https://github.com/Rudde/mktorrent")
|
2016-12-02 10:10:46 -05:00
|
|
|
|
(synopsis "Utility to create BitTorrent metainfo files")
|
2018-01-20 17:22:20 -05:00
|
|
|
|
(description
|
|
|
|
|
"mktorrent is a simple command-line utility to create BitTorrent
|
|
|
|
|
@dfn{metainfo} files, often known simply as @dfn{torrents}, from both single
|
|
|
|
|
files and whole directories. It can add multiple trackers and web seed URLs,
|
|
|
|
|
and set the @code{private} flag to disallow advertisement through the
|
|
|
|
|
distributed hash table (@dfn{DHT}) and Peer Exchange. Hashing is multi-threaded
|
2016-12-02 10:10:46 -05:00
|
|
|
|
and will take advantage of multiple processor cores where possible.")
|
|
|
|
|
(license (list l:public-domain ; sha1.*, used to build without OpenSSL
|
|
|
|
|
l:gpl2+)))) ; with permission to link with OpenSSL
|
2017-01-22 09:38:51 -05:00
|
|
|
|
|
|
|
|
|
(define-public libtorrent-rasterbar
|
|
|
|
|
(package
|
|
|
|
|
(name "libtorrent-rasterbar")
|
2020-08-11 09:08:28 -04:00
|
|
|
|
(version "1.2.8")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri
|
|
|
|
|
(string-append "https://github.com/arvidn/libtorrent/"
|
|
|
|
|
"releases/download/libtorrent-" version "/"
|
|
|
|
|
"libtorrent-rasterbar-" version ".tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1phn4klzvfzvidv5g566pnrrxj8l0givpy6s4r17d45wznqxc006"))))
|
2017-01-22 09:38:51 -05:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:configure-flags
|
|
|
|
|
(list (string-append "--with-boost-libdir="
|
|
|
|
|
(assoc-ref %build-inputs "boost")
|
|
|
|
|
"/lib")
|
|
|
|
|
"--enable-python-binding"
|
2019-07-02 19:08:14 -04:00
|
|
|
|
"--enable-tests")
|
2017-01-22 09:38:51 -05:00
|
|
|
|
#:make-flags (list
|
|
|
|
|
(string-append "LDFLAGS=-Wl,-rpath="
|
gnu: Remove more GCC < 7 workarounds.
* gnu/packages/abiword.scm (abiword)[arguments]: Do not pass "-std=c++11" to
the GCC command line.
* gnu/packages/aidc.scm (zbar)[arguments]: Likewise.
* gnu/packages/android.scm (android-libbase, android-libcutils,
android-libziparchive, fastboot)[arguments]: Likewise.
* gnu/packages/audio.scm (azr3, guitarix, suil)[arguments]: Likewise.
* gnu/packages/bioinformatics.scm (bless)[arguments]: Likewise.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[arguments]: Likewise.
* gnu/packages/code.scm (rtags)[arguments]: Likewise.
* gnu/packages/coq.scm (coq-gappa)[arguments]: Likewise.
* gnu/packages/emulators.scm (dolphin-emu)[arguments]: Likewise.
* gnu/packages/engineering.scm (xyce-serial, xyce-parallel)[arguments]: Likewise.
* gnu/packages/gnupg.scm (pinentry-qt)[arguments]: Likewise.
* gnu/packages/gobby.scm (libnet6, obby)[arguments]: Likewise.
* gnu/packages/graph.scm (python-faiss)[arguments]: Likewise.
* gnu/packages/graphics.scm (povray)[arguments]: Likewise.
* gnu/packages/image-processing.scm (opencv, itk-snap)[arguments]: Likewise.
* gnu/packages/image.scm (freeimage)[arguments]: Likewise.
* gnu/packages/kodi.scm (crossguid)[arguments]: Likewise.
* gnu/packages/music.scm (amsynth, qmidiarp, qmidiroute, seq24)[arguments]: Likewise.
* gnu/packages/pdf.scm (python-poppler-qt5)[arguments]: Likewise.
* gnu/packages/sagemath.scm (lcalc)[arguments]: Likewise.
* gnu/packages/video.scm (vlc, mlt, v4l-utils)[arguments]: Likewise.
2019-10-20 07:31:19 -04:00
|
|
|
|
(assoc-ref %outputs "out") "/lib"))))
|
2017-01-22 09:38:51 -05:00
|
|
|
|
(inputs `(("boost" ,boost)
|
|
|
|
|
("openssl" ,openssl)))
|
2020-03-13 15:16:37 -04:00
|
|
|
|
(native-inputs `(("python" ,python-wrapper)
|
2017-01-22 09:38:51 -05:00
|
|
|
|
("pkg-config" ,pkg-config)))
|
2018-01-20 18:26:51 -05:00
|
|
|
|
(home-page "https://www.libtorrent.org/")
|
2020-08-11 09:07:50 -04:00
|
|
|
|
(synopsis "Feature-complete BitTorrent implementation")
|
2017-01-22 09:38:51 -05:00
|
|
|
|
(description
|
2020-08-11 09:07:50 -04:00
|
|
|
|
"libtorrent-rasterbar is a feature-complete C++ BitTorrent implementation
|
2017-01-22 09:38:51 -05:00
|
|
|
|
focusing on efficiency and scalability. It runs on embedded devices as well as
|
|
|
|
|
desktops.")
|
|
|
|
|
(license l:bsd-2)))
|
|
|
|
|
|
2018-04-06 16:07:28 -04:00
|
|
|
|
(define-public qbittorrent
|
|
|
|
|
(package
|
|
|
|
|
(name "qbittorrent")
|
2020-07-09 15:37:40 -04:00
|
|
|
|
(version "4.2.5")
|
2019-02-16 22:28:24 -05:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
gnu: Remove ".git" from "https://github/…/….git".
Until now, 'lookup-origin' and thus 'lookup-origin-revision' in (guix
swh) would sometimes return #f for these because the ".git" URLs are
redirects to the non-".git" URLs. Consequently, 'guix lint -c archival'
would keep saying "scheduled Software Heritage archival"; likewise, the
fallback download code would fail.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/aidc.scm,
gnu/packages/algebra.scm,
gnu/packages/android.scm,
gnu/packages/animation.scm,
gnu/packages/arcan.scm,
gnu/packages/assembly.scm,
gnu/packages/audio.scm,
gnu/packages/authentication.scm,
gnu/packages/avr.scm,
gnu/packages/axoloti.scm,
gnu/packages/backup.scm,
gnu/packages/bash.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioconductor.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/boost.scm,
gnu/packages/build-tools.scm,
gnu/packages/c.scm,
gnu/packages/calendar.scm,
gnu/packages/cdrom.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/chez.scm,
gnu/packages/clojure.scm,
gnu/packages/code.scm,
gnu/packages/compression.scm,
gnu/packages/compton.scm,
gnu/packages/coq.scm,
gnu/packages/cpp.scm,
gnu/packages/cran.scm,
gnu/packages/crypto.scm,
gnu/packages/curl.scm,
gnu/packages/databases.scm,
gnu/packages/datastructures.scm,
gnu/packages/debug.scm,
gnu/packages/disk.scm,
gnu/packages/distributed.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/dns.scm,
gnu/packages/docker.scm,
gnu/packages/education.scm,
gnu/packages/efi.scm,
gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm,
gnu/packages/embedded.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/erlang.scm,
gnu/packages/fabric-management.scm,
gnu/packages/file-systems.scm,
gnu/packages/finance.scm,
gnu/packages/firmware.scm,
gnu/packages/flashing-tools.scm,
gnu/packages/fonts.scm,
gnu/packages/fontutils.scm,
gnu/packages/fpga.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/genealogy.scm,
gnu/packages/genimage.scm,
gnu/packages/geo.scm,
gnu/packages/gimp.scm,
gnu/packages/gl.scm,
gnu/packages/gnome-xyz.scm,
gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/golang.scm,
gnu/packages/gpodder.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/groff.scm,
gnu/packages/groovy.scm,
gnu/packages/gtk.scm,
gnu/packages/guile-xyz.scm,
gnu/packages/guile.scm,
gnu/packages/hardware.scm,
gnu/packages/haskell-apps.scm,
gnu/packages/haskell-xyz.scm,
gnu/packages/hexedit.scm,
gnu/packages/i2p.scm,
gnu/packages/ibus.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/ipfs.scm,
gnu/packages/java-graphics.scm,
gnu/packages/java-maths.scm,
gnu/packages/java.scm,
gnu/packages/javascript.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/jupyter.scm,
gnu/packages/kodi.scm,
gnu/packages/language.scm,
gnu/packages/lego.scm,
gnu/packages/less.scm,
gnu/packages/libusb.scm,
gnu/packages/linux.scm,
gnu/packages/lirc.scm,
gnu/packages/lisp-xyz.scm,
gnu/packages/llvm.scm,
gnu/packages/logging.scm,
gnu/packages/lolcode.scm,
gnu/packages/lua.scm,
gnu/packages/lxde.scm,
gnu/packages/lxqt.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/markup.scm,
gnu/packages/maths.scm,
gnu/packages/maven.scm,
gnu/packages/mes.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/node-xyz.scm,
gnu/packages/ocaml.scm,
gnu/packages/ocr.scm,
gnu/packages/onc-rpc.scm,
gnu/packages/opencl.scm,
gnu/packages/opencog.scm,
gnu/packages/pantheon.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/perl6.scm,
gnu/packages/phabricator.scm,
gnu/packages/popt.scm,
gnu/packages/printers.scm,
gnu/packages/prolog.scm,
gnu/packages/protobuf.scm,
gnu/packages/pulseaudio.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/python-xyz.scm,
gnu/packages/qt.scm,
gnu/packages/radio.scm,
gnu/packages/rails.scm,
gnu/packages/rdf.scm,
gnu/packages/rednotebook.scm,
gnu/packages/rpc.scm,
gnu/packages/rsync.scm,
gnu/packages/ruby.scm,
gnu/packages/rust.scm,
gnu/packages/scheme.scm,
gnu/packages/screen.scm,
gnu/packages/security-token.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/shellutils.scm,
gnu/packages/simh.scm,
gnu/packages/sml.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/stenography.scm,
gnu/packages/sync.scm,
gnu/packages/syncthing.scm,
gnu/packages/synergy.scm,
gnu/packages/telephony.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tmux.scm,
gnu/packages/tor.scm,
gnu/packages/toys.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/vim.scm,
gnu/packages/virtualization.scm,
gnu/packages/vlang.scm,
gnu/packages/vnc.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wireservice.scm,
gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm,
tests/lint.scm: Remove trailing ".git" from 'git-reference' URL.
2020-07-12 16:53:28 -04:00
|
|
|
|
(url "https://github.com/qbittorrent/qBittorrent")
|
2019-02-16 22:28:24 -05:00
|
|
|
|
(commit (string-append "release-" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
2020-07-09 15:37:40 -04:00
|
|
|
|
(base32 "1n613ylg6i9gisgk0dbr2kpfasyizrkdjff1r8smd4vri2qrdksn"))))
|
2018-04-06 16:07:28 -04:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:configure-flags
|
|
|
|
|
(list (string-append "--with-boost-libdir="
|
|
|
|
|
(assoc-ref %build-inputs "boost")
|
|
|
|
|
"/lib")
|
|
|
|
|
"--enable-debug"
|
2020-03-22 12:06:36 -04:00
|
|
|
|
"QMAKE_LRELEASE=lrelease")
|
|
|
|
|
#:modules ((guix build gnu-build-system)
|
|
|
|
|
(guix build qt-utils)
|
|
|
|
|
(guix build utils))
|
|
|
|
|
#:imported-modules (,@%gnu-build-system-modules
|
|
|
|
|
(guix build qt-utils))
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-after 'install 'wrap-qt
|
2020-12-25 17:02:18 -05:00
|
|
|
|
(lambda* (#:key outputs inputs #:allow-other-keys)
|
|
|
|
|
(let ((out (assoc-ref outputs "out")))
|
|
|
|
|
(wrap-qt-program "qbittorrent" #:output out #:inputs inputs))
|
2020-03-22 12:06:36 -04:00
|
|
|
|
#t)))))
|
2018-04-06 16:07:28 -04:00
|
|
|
|
(native-inputs
|
|
|
|
|
`(("pkg-config" ,pkg-config)
|
|
|
|
|
("qttools" ,qttools)))
|
|
|
|
|
(inputs
|
|
|
|
|
`(("boost" ,boost)
|
|
|
|
|
("libtorrent-rasterbar" ,libtorrent-rasterbar)
|
|
|
|
|
("openssl" ,openssl)
|
2018-09-20 09:29:15 -04:00
|
|
|
|
("python" ,python-wrapper)
|
2021-04-09 21:53:32 -04:00
|
|
|
|
("qtbase" ,qtbase-5)
|
2018-04-06 16:07:28 -04:00
|
|
|
|
("qtsvg" ,qtsvg)
|
|
|
|
|
("zlib" ,zlib)))
|
|
|
|
|
(home-page "https://www.qbittorrent.org/")
|
|
|
|
|
(synopsis "Graphical BitTorrent client")
|
|
|
|
|
(description
|
|
|
|
|
"qBittorrent is a BitTorrent client programmed in C++/Qt that uses
|
|
|
|
|
libtorrent (sometimes called libtorrent-rasterbar) by Arvid Norberg.
|
2017-01-22 09:38:51 -05:00
|
|
|
|
|
2018-04-06 16:07:28 -04:00
|
|
|
|
It aims to be a good alternative to all other BitTorrent clients out there.
|
|
|
|
|
qBittorrent is fast, stable and provides unicode support as well as many
|
|
|
|
|
features.")
|
|
|
|
|
(license l:gpl2+)))
|
2018-11-22 04:49:05 -05:00
|
|
|
|
|
|
|
|
|
(define-public deluge
|
|
|
|
|
(package
|
|
|
|
|
(name "deluge")
|
gnu: deluge: Update to 2.0.3.
* gnu/packages/bittorrent.scm (deluge): Update to 2.0.3.
[source]: Update URL.
[inputs]: Remove libtorrent, python2-chardet, python2-pygtk,
python2-pyopenssl, python2-pyxdg, python2-service-identity, python2-twisted.
[propagated-inputs]: Add gtk+, librsvg, libtorrent, python-pycairo,
python-chardet, python-dbus, python-mako, python-pygobject, python-pillow,
python-pyopenssl, python-pyxdg, python-rencode, python-service-identity,
python-setproctitle, python-six, python-twisted, and python-zope-interface.
[native-inputs]: Add python-wheel.
[arguments]: Disable tests. Add 'fix-gettext-warning and 'wrap phase.
2020-08-31 19:51:47 -04:00
|
|
|
|
(version "2.0.3")
|
2018-11-22 04:49:05 -05:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append
|
gnu: deluge: Update to 2.0.3.
* gnu/packages/bittorrent.scm (deluge): Update to 2.0.3.
[source]: Update URL.
[inputs]: Remove libtorrent, python2-chardet, python2-pygtk,
python2-pyopenssl, python2-pyxdg, python2-service-identity, python2-twisted.
[propagated-inputs]: Add gtk+, librsvg, libtorrent, python-pycairo,
python-chardet, python-dbus, python-mako, python-pygobject, python-pillow,
python-pyopenssl, python-pyxdg, python-rencode, python-service-identity,
python-setproctitle, python-six, python-twisted, and python-zope-interface.
[native-inputs]: Add python-wheel.
[arguments]: Disable tests. Add 'fix-gettext-warning and 'wrap phase.
2020-08-31 19:51:47 -04:00
|
|
|
|
"https://ftp.osuosl.org/pub/deluge/source/"
|
|
|
|
|
(version-major+minor version) "/deluge-" version ".tar.xz"))
|
2018-11-22 04:49:05 -05:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
gnu: deluge: Update to 2.0.3.
* gnu/packages/bittorrent.scm (deluge): Update to 2.0.3.
[source]: Update URL.
[inputs]: Remove libtorrent, python2-chardet, python2-pygtk,
python2-pyopenssl, python2-pyxdg, python2-service-identity, python2-twisted.
[propagated-inputs]: Add gtk+, librsvg, libtorrent, python-pycairo,
python-chardet, python-dbus, python-mako, python-pygobject, python-pillow,
python-pyopenssl, python-pyxdg, python-rencode, python-service-identity,
python-setproctitle, python-six, python-twisted, and python-zope-interface.
[native-inputs]: Add python-wheel.
[arguments]: Disable tests. Add 'fix-gettext-warning and 'wrap phase.
2020-08-31 19:51:47 -04:00
|
|
|
|
"14d8kn2pvr1qv8mwqrxmj85jycr73vwfqz12hzag0ararbkfhyky"))))
|
2018-11-22 04:49:05 -05:00
|
|
|
|
(build-system python-build-system)
|
gnu: deluge: Update to 2.0.3.
* gnu/packages/bittorrent.scm (deluge): Update to 2.0.3.
[source]: Update URL.
[inputs]: Remove libtorrent, python2-chardet, python2-pygtk,
python2-pyopenssl, python2-pyxdg, python2-service-identity, python2-twisted.
[propagated-inputs]: Add gtk+, librsvg, libtorrent, python-pycairo,
python-chardet, python-dbus, python-mako, python-pygobject, python-pillow,
python-pyopenssl, python-pyxdg, python-rencode, python-service-identity,
python-setproctitle, python-six, python-twisted, and python-zope-interface.
[native-inputs]: Add python-wheel.
[arguments]: Disable tests. Add 'fix-gettext-warning and 'wrap phase.
2020-08-31 19:51:47 -04:00
|
|
|
|
(propagated-inputs
|
|
|
|
|
`(("gtk+" ,gtk+)
|
|
|
|
|
("librsvg" ,librsvg)
|
|
|
|
|
("libtorrent" ,libtorrent-rasterbar)
|
|
|
|
|
("python-pycairo" ,python-pycairo)
|
|
|
|
|
("python-chardet" ,python-chardet)
|
|
|
|
|
("python-dbus" ,python-dbus)
|
|
|
|
|
("python-mako" ,python-mako)
|
|
|
|
|
("python-pygobject" ,python-pygobject)
|
|
|
|
|
("python-pillow" ,python-pillow)
|
|
|
|
|
("python-pyopenssl" ,python-pyopenssl)
|
|
|
|
|
("python-pyxdg" ,python-pyxdg)
|
|
|
|
|
("python-rencode" ,python-rencode)
|
|
|
|
|
("python-service-identity" ,python-service-identity)
|
|
|
|
|
("python-setproctitle" ,python-setproctitle)
|
|
|
|
|
("python-six" ,python-six)
|
|
|
|
|
("python-twisted" ,python-twisted)
|
|
|
|
|
("python-zope-interface" ,python-zope-interface)))
|
2018-11-22 04:49:05 -05:00
|
|
|
|
(native-inputs
|
gnu: deluge: Update to 2.0.3.
* gnu/packages/bittorrent.scm (deluge): Update to 2.0.3.
[source]: Update URL.
[inputs]: Remove libtorrent, python2-chardet, python2-pygtk,
python2-pyopenssl, python2-pyxdg, python2-service-identity, python2-twisted.
[propagated-inputs]: Add gtk+, librsvg, libtorrent, python-pycairo,
python-chardet, python-dbus, python-mako, python-pygobject, python-pillow,
python-pyopenssl, python-pyxdg, python-rencode, python-service-identity,
python-setproctitle, python-six, python-twisted, and python-zope-interface.
[native-inputs]: Add python-wheel.
[arguments]: Disable tests. Add 'fix-gettext-warning and 'wrap phase.
2020-08-31 19:51:47 -04:00
|
|
|
|
`(("intltool" ,intltool)
|
|
|
|
|
("python-wheel" ,python-wheel)))
|
|
|
|
|
;; TODO: Enable tests.
|
|
|
|
|
;; After "pytest-twisted" is packaged, HOME is set, and an X server is
|
|
|
|
|
;; started, some of the tests still fail. There are likely some tests
|
|
|
|
|
;; that require a network connection.
|
2018-11-22 04:49:05 -05:00
|
|
|
|
(arguments
|
gnu: deluge: Update to 2.0.3.
* gnu/packages/bittorrent.scm (deluge): Update to 2.0.3.
[source]: Update URL.
[inputs]: Remove libtorrent, python2-chardet, python2-pygtk,
python2-pyopenssl, python2-pyxdg, python2-service-identity, python2-twisted.
[propagated-inputs]: Add gtk+, librsvg, libtorrent, python-pycairo,
python-chardet, python-dbus, python-mako, python-pygobject, python-pillow,
python-pyopenssl, python-pyxdg, python-rencode, python-service-identity,
python-setproctitle, python-six, python-twisted, and python-zope-interface.
[native-inputs]: Add python-wheel.
[arguments]: Disable tests. Add 'fix-gettext-warning and 'wrap phase.
2020-08-31 19:51:47 -04:00
|
|
|
|
`(#:tests? #f
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
;; Remove this phase when upgrading to version 2.0.4 or beyond, as
|
|
|
|
|
;; the issue is fixed upstream.
|
|
|
|
|
(add-after 'unpack 'fix-gettext-warning
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "deluge/i18n/util.py"
|
|
|
|
|
(("names='ngettext'") "names=['ngettext']"))
|
|
|
|
|
#t))
|
|
|
|
|
(add-after 'install 'wrap
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
(let ((out (assoc-ref outputs "out"))
|
|
|
|
|
(gi-typelib-path (getenv "GI_TYPELIB_PATH")))
|
|
|
|
|
(for-each
|
|
|
|
|
(lambda (program)
|
|
|
|
|
(wrap-program program
|
|
|
|
|
`("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))
|
|
|
|
|
(map (lambda (name)
|
|
|
|
|
(string-append out "/bin/" name))
|
|
|
|
|
'("deluge" "deluge-gtk"))))
|
|
|
|
|
#t)))))
|
2018-11-22 04:49:05 -05:00
|
|
|
|
(home-page "https://www.deluge-torrent.org/")
|
|
|
|
|
(synopsis "Fully-featured cross-platform BitTorrent client")
|
|
|
|
|
(description
|
|
|
|
|
"Deluge contains the common features to BitTorrent clients such as
|
|
|
|
|
Protocol Encryption, DHT, Local Peer Discovery (LSD), Peer Exchange
|
|
|
|
|
(PEX), UPnP, NAT-PMP, Proxy support, Web seeds, global and per-torrent
|
|
|
|
|
speed limits. Deluge heavily utilises the libtorrent library. It is
|
|
|
|
|
designed to run as both a normal standalone desktop application and as a
|
|
|
|
|
client-server.")
|
|
|
|
|
(license l:gpl3+)))
|