Search Criteria
Package Details: rtorrent-ps-ch 1.8.3-2
Git Clone URL: | https://aur.archlinux.org/rtorrent-ps-ch.git (read-only, click to copy) |
---|---|
Package Base: | rtorrent-ps-ch |
Description: | Extended rTorrent-ps with additional UI patches, general fixes, and enhancements |
Upstream URL: | https://github.com/chros73/rtorrent-ps-ch |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | QDesjardin |
Maintainer: | QDesjardin |
Last Packager: | QDesjardin |
Votes: | 3 |
Popularity: | 0.56 |
First Submitted: | 2019-10-17 18:15 |
Last Updated: | 2019-10-19 15:12 |
Dependencies (4)
- libtorrent-ps-ch
- ncurses (ncurses-nohex, ncurses-git)
- xmlrpc-c (xmlrpc-c-svn)
- curl>=7.15.4 (curl-git, curl-minimal-git)
Required by (19)
- dotrtorrent (requires rtorrent)
- headphones (requires rtorrent) (optional)
- headphones-git (requires rtorrent) (optional)
- lidarr (requires rtorrent) (optional)
- lidarr-nightly (requires rtorrent) (optional)
- ntorrent (requires rtorrent) (optional)
- radarr (requires rtorrent) (optional)
- radarr-develop (requires rtorrent) (optional)
- radarr-nightly (requires rtorrent) (optional)
- readarr (requires rtorrent) (optional)
- readarr-nightly (requires rtorrent) (optional)
- rtorrent-systemd (requires rtorrent)
- sickgear-git (requires rtorrent) (optional)
- sonarr-develop (requires rtorrent) (optional)
- sonarr-phantom (requires rtorrent) (optional)
- uenv (requires rtorrent) (optional)
- uenv-git (requires rtorrent) (optional)
- unpackerr (requires rtorrent) (optional)
- watcher3 (requires rtorrent) (optional)
Sources (21)
- backport_rt_all_02-display_throttle_speed.patch
- backport_rt_all_04-partially_done_and_choke_group_fix.patch
- backport_rt_all_05-honor_system_file_allocate_fix.patch
- backport_rt_all_08-info_pane_xb_sizes.patch
- backport_rt_all_09-inotify_mod.patch
- backport_rt_all_80-ps-dl-ui-find.patch
- command_pyroscope.cc
- https://github.com/rakshasa/rtorrent/archive/v0.9.8.tar.gz
- ps-import.return_all.patch
- ps-include-timestamps_all.patch
- ps-info-pane-is-default_all.patch
- ps-issue-515_all.patch
- ps-item-stats-human-sizes_all.patch
- ps-log_messages_all.patch
- ps-object_std-map-serialization_all.patch
- ps-silent-catch_all.patch
- ps-ui_pyroscope_all.patch
- pyroscope_all.patch
- ui_pyroscope.cc
- ui_pyroscope.h
- ui_pyroscope_all.patch
Latest Comments
QDesjardin commented on 2019-10-19 15:08
Should be fixed now, thanks.
vp1981 commented on 2019-10-19 14:08
Hi, your PKGBUILD missed dependency: 'libtorrent-ps-ch'.
If I remove rtorrent and libtorrent packages from a system I could begin to run makepkg on your PKGBUILD which of course failed on configure step due to missing libtorrent. To avoid that you need to use
depends=('curl>=7.15.4' 'ncurses' 'xmlrpc-c' 'libtorrent-ps-ch')