Search Criteria
Package Details: openwebrx 0.20.1-3
Git Clone URL: | https://aur.archlinux.org/openwebrx.git (read-only, click to copy) |
---|---|
Package Base: | openwebrx |
Description: | Open source, multi-user SDR receiver software with a web interface |
Upstream URL: | https://www.openwebrx.de/ |
Licenses: | |
Submitter: | tjbp |
Maintainer: | tjbp |
Last Packager: | tjbp |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2017-12-07 15:58 |
Last Updated: | 2020-12-16 11:45 |
Dependencies (11)
- js8py (python-js8py-git)
- netcat (nmap-netcat, libressl-netcat, gnu-netcat, openbsd-netcat)
- owrx_connector (owrx_connector-git)
- rtl-sdr (rtl-sdr-keenerd-git, rtl-sdr-git, rtl-sdr-librtlsdr-git)
- csdr>=0.17 (csdr-git, csdr-jketterl-git)
- codec2 (codec2-git) (optional)
- digiham (digiham-git) (optional)
- direwolf (direwolf-git) (optional)
- dsd (dsd-git, dsd-louiserigherve-git) (optional)
- mbelib (mbelib-git) (optional)
- sox (sox-dsd-git) (optional)
Latest Comments
Refutationalist commented on 2020-12-19 14:24
@tjbp that seemed to do it, but I did have to install python-setuptools to get openwebrx to run. Thanks a bunch for packaging this!
tjbp commented on 2020-12-16 11:56
@Refutationalist I've taken over csdr and pointed at jketterl's repo - so you can use the csdr package now. You were probably missing netcat (nc) too since I've just added that as a dependency.
Refutationalist commented on 2020-12-12 10:50
@tjb: I am building from the most recent csdr-jketterl-git in AUR. When I run makepkg on openwerbrx, it does not see the current version (0.17.0.r14.gc1c47ce) as meeting the "csdr>=0.17" requirement.
Changing the PKGBUILD to just depend on csdr-jketterl-git without a version does allow the package to build, but with the error that I am seeing. This is on a clean VM with very little installed.
tjbp commented on 2020-12-07 12:08
@Refutationalist have just updated it to Python 3.9. Your error is however not related to Python - csdr is in the package dependencies, makepkg shouldn't have built your package without it. It also needs to be >=0.17 of csdr, which currently only csdr-jketterl-git provides.
Refutationalist commented on 2020-12-06 02:29
I'm trying to make this work on a recent Arch Linux install, with Python 3.9. I make the appropriate changes to the PKGBUILD, and it dies with:
ERROR - you are missing required dependencies to run openwebrx. please check that the following core requirements are installed and up to date: ERROR - csdr, nmux, nc
I'm not even close to a python person, who this might be a simple fix that's beyond me. Any ideas?