Package Details: sdrpp-git 1.0.4.r845.4658a1ad-1

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)

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 rtaudio is already listed as optdepends. Since audio_source and audio_sink are plugins, sdrpp will happily run with audio disabled if rtaudio is 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)

rtaudio is wrongly indicated as makedepends but it's actually used also at runtime, so it should be a depends

dreieck 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.txt in 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.