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.042458 |
| 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) (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 7 Next › Last »
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)thotypous commented on 2025-02-16 16:14 (UTC)
@herpderpdur No change is needed to the PKGBUILD. I just rebuilt it here and it fixed the issue.
herpderpdur commented on 2025-02-16 16:03 (UTC)
As of February 2025, sdrpp will not load because it cannot find libvolk.so.3.1 because the current version is 3.2
A simple workaround that worked on my system was just to create a symlink. I've never contributed to an AUR package so I'm hoping the maintainer will find this and update the pkgbuild.
sudo ln -s /usr/lib/libvolk.so.3.2 /usr/lib/libvolk.so.3.1
eclairevoyant commented on 2024-09-15 06:25 (UTC)
It's a git package, please learn how to use the AUR.
1 2 3 4 5 6 7 Next › Last »