Search Criteria
Package Details: sdrpp-git 1.0.4.r845.4658a1ad-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/sdrpp-git.git (read-only, click to copy) |
|---|---|
| Package Base: | sdrpp-git |
| Description: | The bloat-free SDR receiver |
| Upstream URL: | https://www.sdrpp.org/ |
| Keywords: | sdr++ sdr-plus-plus |
| Licenses: | GPL-3.0-only |
| Conflicts: | sdrpp |
| Provides: | sdrpp |
| Submitter: | ryzerth |
| Maintainer: | thotypous (ryzerth, 2WheelDev, eclairevoyant, dnaeon) |
| Last Packager: | thotypous |
| Votes: | 26 |
| Popularity: | 0.45 |
| First Submitted: | 2021-02-14 23:36 (UTC) |
| Last Updated: | 2025-12-08 14:42 (UTC) |
Dependencies (32)
- fftw (fftw-amdAUR)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- glfw (glfw-gitAUR, glfw-wayland-minecraft-cursorfixAUR)
- libvolk (libvolk-gitAUR)
- airspy (airspy-gitAUR) (make)
- airspyhf-gitAUR (make)
- bladerf (bladerf-gitAUR, libbladerf-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- codec2 (codec2-gitAUR, codec2-lpcnetAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- hackrf (hackrf-gitAUR) (make)
- libad9361 (libad9361-gitAUR) (make)
- libiio (libiio-gitAUR) (make)
- libsdrplayAUR (make)
- limesuite (limesuite-gitAUR) (make)
- portaudio (make)
- rtaudio (rtaudio-gitAUR) (make)
- rtl-sdr (rtl-sdr-librtlsdr-gitAUR, rtl-sdr-gitAUR, rtl-sdr-blogAUR, rtl-sdr-blog-gitAUR, rtl-sdr-exp-gitAUR) (make)
- soapysdr (soapysdr-gitAUR) (make)
- airspy (airspy-gitAUR) (optional)
- Show 12 more dependencies...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »
cyberpunkrocker commented on 2021-08-10 05:44 (UTC) (edited on 2021-08-10 05:45 (UTC) by cyberpunkrocker)
@ryzerth airspy instead of airspy-git works at least for me. Well I don't have Airspy hardware to test, but at least sdr++ compiles and works fine afterwards.
ryzerth commented on 2021-08-05 19:41 (UTC)
@cyberpunkrocker I used airspy-git because the libairspy version from the non-aur repository was several months outdated and wasn't compatible with SDR++
I will check if it's now up to date and change accordingly if it's known to work correctly.
cyberpunkrocker commented on 2021-08-04 14:33 (UTC)
Please replace 'airspy-git' dependency with 'airspy', which is already in official packages. 'airspy-git' already provides 'airspy', so you can install either one.
shuyuan-liu commented on 2021-04-26 23:20 (UTC)
@dhtseany I'm on GNOME 40 on Wayland and I needed to replace
glfw-waylandwithglfw-x11to get SDR++ to open. The error message when I'm usingglfw-waylandis different from yours though, so I'm not sure if it helps. Another thing to check is whether you are on Wayland or X - there is a button to select between them when you log in, in the bottom right corner.ryzerth commented on 2021-04-26 23:13 (UTC)
Hello,
@thotypous @shuyuan-liu The modifications to include makedepends/optdepends instead of required dependencies have been implemented. I've also added the dependency for the new SDRplay module.
@lmartinez-mirror Thanks for resolving the issue. Git doesn't need to be part of the makedepends as the AUR requires git anyway.
@dhtseany This is now fixed, thanks for mentioning!
Seems to be a GLFW issue with Wayland, not sure what the solution is. Definitely not an issue in SDR++
Regards, ryzerth
dhtseany commented on 2021-04-26 22:00 (UTC)
Am I the only one experiencing difficulties with the recent update of Gnome? I'm catching the following error when attempting to launch from the terminal:
[error] Glfw Error 65544: Wayland: Failed to connect to display
dhtseany commented on 2021-04-24 21:49 (UTC) (edited on 2021-04-24 21:50 (UTC) by dhtseany)
I had to also install hackrf to get this to build successfully. Thanks for your efforts!
lmartinez-mirror commented on 2021-04-24 03:30 (UTC)
Hi, I was the maintainer for
sdrplusplus-git. I've already gone ahead and flagged it for deletion, if it hasn't been deleted already.I do need to note that this package is missing
gitin itsmakedepends. Without it, this package will not build in a clean chroot.gitis not a part ofbase-devel, so it has to be added explicitly.shuyuan-liu commented on 2021-03-29 14:52 (UTC)
I checked the Installing Dependencies section on the SDR++ page and it lists the packages used by each plugin / module:
In my opinion the libraries for SDR devices can all be made optdepends and makedepends, but since most people would want to have audio output, I would suggest keeping rtaudio as a normal dependency.
thotypous commented on 2021-03-29 13:47 (UTC)
First of all, thank you for implementing my suggestions.
lsquared618's suggestion is good, but please keep airspy-git, airspyhf-git, rtl-sdr, etc both as makedepends and optdepends. If you include them just as optdepends, it will break the build.
I have just tested removing airspy-git, airspyhf-git, etc with
pacman -Rddand sdrpp-git keeps working. Fortunately, they have a plugin system, thus the plugins for which dependencies are not available are simply not loaded, without impairing the rest of the software:« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »