Search Criteria
Package Details: rtorrent-ps-ch 1.8.3-4
Package Actions
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: | GPL2 |
Conflicts: | rtorrent, rtorrent-ps |
Provides: | rtorrent |
Submitter: | QDesjardin |
Maintainer: | QDesjardin |
Last Packager: | QDesjardin |
Votes: | 4 |
Popularity: | 0.013116 |
First Submitted: | 2019-10-17 18:15 (UTC) |
Last Updated: | 2024-05-17 01:52 (UTC) |
Dependencies (6)
- autoconf (autoconf-gitAUR)
- automake (automake-gitAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- libtorrent-ps-chAUR
- ncurses (ncurses-gitAUR)
- xmlrpc-c (libxmlrpc)
Required by (35)
- autobrr (requires rtorrent) (optional)
- dotrtorrent (requires rtorrent)
- headphones (requires rtorrent) (optional)
- headphones-git (requires rtorrent) (optional)
- lidarr (requires rtorrent) (optional)
- lidarr-bin (requires rtorrent) (optional)
- lidarr-develop (requires rtorrent) (optional)
- lidarr-develop-bin (requires rtorrent) (optional)
- lidarr-git (requires rtorrent) (optional)
- lidarr-nightly-bin (requires rtorrent) (optional)
- mylar3 (requires rtorrent) (optional)
- nodejs-cross-seed (requires rtorrent) (optional)
- ntorrent (requires rtorrent) (optional)
- prowlarr (requires rtorrent) (optional)
- prowlarr-bin (requires rtorrent) (optional)
- prowlarr-develop (requires rtorrent) (optional)
- prowlarr-develop-bin (requires rtorrent) (optional)
- prowlarr-nightly-bin (requires rtorrent) (optional)
- radarr (requires rtorrent) (optional)
- radarr-bin (requires rtorrent) (optional)
- radarr-develop (requires rtorrent) (optional)
- radarr-develop-bin (requires rtorrent) (optional)
- radarr-nightly-bin (requires rtorrent) (optional)
- readarr-develop (requires rtorrent) (optional)
- readarr-develop-bin (requires rtorrent) (optional)
- readarr-nightly-bin (requires rtorrent) (optional)
- rtorrent-headless (requires rtorrent)
- rtorrent-systemd (requires rtorrent)
- sonarr (requires rtorrent) (optional)
- sonarr-bin (requires rtorrent) (optional)
- sonarr-develop (requires rtorrent) (optional)
- sonarr-develop-bin (requires rtorrent) (optional)
- uenv (requires rtorrent) (optional)
- uenv-git (requires rtorrent) (optional)
- whisparr-nightly-bin (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
francisuk1989 commented on 2024-05-17 02:09 (UTC)
@QDesjardin Perfect! and thanks for the quick fixes.
QDesjardin commented on 2024-05-17 01:53 (UTC)
@francisuk1989 updated the PKGBUILD to reflect those changes, thanks.
francisuk1989 commented on 2024-05-17 01:46 (UTC) (edited on 2024-05-17 01:50 (UTC) by francisuk1989)
Everything works great as of 2024-05-17, I did edit the PKGBUILD file and instead of curl 7.15.4 i used the latest curl 8.7.1 (from the Arch main Repos) and compiled and installed fine.
depends=('curl' 'autoconf' 'automake' 'ncurses' 'xmlrpc-c' 'libtorrent-ps-ch')
Also for the PKGBUILD file, Under Arch "any" can this be changed from "any" to x86_64
Ngjj commented on 2023-04-22 10:16 (UTC)
Hello. When I try to build the package pacman said that it couldn't find xmlrpc-c and libtorrent-ps-ch
QDesjardin commented on 2022-03-07 22:18 (UTC) (edited on 2022-03-07 22:37 (UTC) by QDesjardin)
Dependencies have been updated.
Also, even though upstream GitHub source says it's updated to 1.8.4, that's because their provided build.sh script was having issues downloading xmlrpc-c from bintray (a platform which has shut down recently). This issue doesn't apply here, since PKGBUILD pulls xmlrpc-c from Arch repositories.
solonovamax commented on 2021-04-20 14:43 (UTC)
Please add dependency on
autoconf
andautomake
. I forgot to install them and didn't have them on my system, and the build fails without them.QDesjardin commented on 2019-10-19 15:08 (UTC)
Should be fixed now, thanks.
vp1981 commented on 2019-10-19 14:08 (UTC)
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')