Search Criteria
Package Details: soapysdr-git 3:0.8.1.r25.g9cbaa3c-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/soapysdr-git.git (read-only, click to copy) |
---|---|
Package Base: | soapysdr-git |
Description: | Vendor and platform neutral SDR support library |
Upstream URL: | https://github.com/pothosware/SoapySDR |
Keywords: | dsp sdr |
Licenses: | boost |
Conflicts: | soapysdr |
Provides: | soapysdr |
Submitter: | valvetime |
Maintainer: | xiretza |
Last Packager: | xiretza |
Votes: | 22 |
Popularity: | 0.000000 |
First Submitted: | 2015-12-25 14:16 (UTC) |
Last Updated: | 2022-03-21 07:46 (UTC) |
Dependencies (15)
- python (python37AUR, python311AUR, python310AUR)
- cmake (cmake-gitAUR) (make)
- doxygen (doxygen-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- graphviz (make)
- swig (swig-gitAUR) (make)
- soapyairspy (soapyairspy-gitAUR) (optional) – Airspy backend
- soapyaudio (optional) – Audio devices backend
- soapybladerf (optional) – BladeRF backend
- soapyhackrf (soapyhackrf-gitAUR) (optional) – HackRF backend
- soapynetsdr (optional) – NetSDR backend
- soapyosmo (optional) – OsmoSDR backend
- soapyremote (soapyremote-gitAUR) (optional) – SoapySDR remote support
- soapyrtlsdr (soapyrtlsdr-gitAUR) (optional) – rtl-sdr backend
- soapyuhd (soapyuhd-gitAUR) (optional) – UHD backend
Required by (39)
- abracadabra (requires soapysdr) (optional)
- cubicsdr (requires soapysdr)
- cyberether-git (requires soapysdr) (optional)
- dumphfdl (requires soapysdr) (optional)
- dumpvdl2-git (requires soapysdr) (optional)
- glrpt-git (requires soapysdr)
- hacktv-git (requires soapysdr)
- libxtrx-git (requires soapysdr)
- limesuite-git (requires soapysdr)
- linhpsdr-git (requires soapysdr)
- lms8suite-git (requires soapysdr)
- mlrpt-git (requires soapysdr)
- owrx_connector-git (requires soapysdr) (optional)
- owrx_connector-luarvique (requires soapysdr)
- pihpsdr-git (requires soapysdr)
- pothos (requires soapysdr)
- pothos-git (requires soapysdr)
- quisk (requires soapysdr) (optional)
- rtl-433-git (requires soapysdr)
- rtlsdr-airband-git (requires soapysdr)
- Show 19 more...
Latest Comments
df8oe commented on 2024-04-14 11:28 (UTC)
Build fails:
ImportError: No module named pathlib
python-pathlib2 is installed.
grozours commented on 2021-10-09 22:43 (UTC) (edited on 2021-10-09 22:45 (UTC) by grozours)
Date: Sun, 10 Oct 2021 00:29:38 +0200 Subject: [PATCH] correction path documentation
PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PKGBUILD b/PKGBUILD index 89d47f5..2881d47 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -51,5 +51,5 @@ package() { make DESTDIR="$pkgdir" install
install -dm 755 "$pkgdir"/usr/share/doc/$_pkgname - cp -r -a --no-preserve=ownership docs/html "$pkgdir"/usr/share/doc/$_pkgname + cp -r -a --no-preserve=ownership docs/doxygen/html "$pkgdir"/usr/share/doc/$_pkgname } -- 2.33.0
xiretza commented on 2021-10-08 13:50 (UTC)
package()
fails:xiretza commented on 2021-04-24 09:32 (UTC)
Please change the
provides
tosoapysdr=$pkgver
so that other packages can usesoapysdr>0.7.2
to depend on the git version or any future releases.djringjr commented on 2018-01-28 07:12 (UTC)
make[2]: [CMakeFiles/sdrPlaySupport.dir/build.make:87: CMakeFiles/sdrPlaySupport.dir/Settings.cpp.o] Error 1 make[1]: [CMakeFiles/Makefile2:68: CMakeFiles/sdrPlaySupport.dir/all] Error 2 make: *** [Makefile:130: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build soapysdrplay-git.
<deleted-account> commented on 2018-01-26 18:43 (UTC)
Any idea why these is not a release version of this package? There seems to be one before but not anymore
arthurulfeldt commented on 2016-11-23 18:12 (UTC)
viraptor commented on 2016-02-27 03:12 (UTC)