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
1 2 3 4 5 6 .. 8 Next › Last »
manio commented on 2026-05-07 14:32 (UTC)
This was it! Thank you @thotypous :)
thotypous commented on 2026-05-07 14:18 (UTC)
@manio This looks like an outdated
libsdrplay/ SDRplay API header on your system, not a problem insdrpp-gititself.Current SDR++ git references newer SDRplay hardware IDs: -
SDRPLAY_RSP1B_ID-SDRPLAY_RSPdxR2_IDThese are defined in newer SDRplay API headers. On my system and in a clean chroot the package builds successfully with
libsdrplay 3.15.x.Please check your installed SDRplay API version:
With a recent version you should see something like:
If those IDs are missing, update/rebuild
libsdrplayfirst, then rebuildsdrpp-git.Also make sure you do not have stale SDRplay headers installed manually under
/usr/local/include, because those can override the packaged headers during compilation.manio commented on 2026-05-07 14:05 (UTC)
Hi I want to let you know that package is broken:
thotypous commented on 2025-12-08 14:44 (UTC)
@dreieck Thank you. I changed it to "GPL-3.0-only", since the project files do not contain the wording "or any later version". Please correct me if I'm wrong.
@jacopotediosi
rtaudiois already listed asoptdepends. Sinceaudio_sourceandaudio_sinkare plugins, sdrpp will happily run with audio disabled ifrtaudiois not installed. I'm not sure if sdrpp is very useful without audio, but maybe someone wants just to see the spectrogram without listening to audio, or to record to wav?jacopotediosi commented on 2025-12-08 10:54 (UTC)
rtaudiois wrongly indicated asmakedependsbut it's actually used also at runtime, so it should be adependsdreieck commented on 2025-10-21 16:34 (UTC)
Ahoj,
the license identifier should be changed to be SPDX compliant:
sdrpp-git E: GPL3 is not a valid SPDX license identifier. See https://spdx.org/licenses/ for valid identifiers, or prefix the identifier with 'LicenseRef-', if it is custom.Regards and thanks for the package!
thotypous commented on 2025-09-22 12:34 (UTC)
@sTiKyt yes, upstream changed this, there is some discussion some comments below
sTiKyt commented on 2025-09-22 12:05 (UTC)
Depends on rtaudio for audio to work, but it wasn't required when i installed the package?
thotypous commented on 2025-05-13 21:55 (UTC)
@monkeyonkeyboard Fixed! Thanks, and sorry for the delay, for some reason I missed the email notification.
monkeyonkeyboard commented on 2025-04-10 10:55 (UTC)
With the addition of CMake 4.0.0, the following extra CMake argument needs to be added to the PKGBUILD:
-DCMAKE_POLICY_VERSION_MINIMUM=3.5(and/or patching
core/libcorrect/CMakeLists.txtin the sources)1 2 3 4 5 6 .. 8 Next › Last »