Package Details: sdrangel-bin 7.27.2-1

Git Clone URL: https://aur.archlinux.org/sdrangel-bin.git (read-only, click to copy)
Package Base: sdrangel-bin
Description: Qt5/OpenGL SDR and signal analyzer frontend.
Upstream URL: https://github.com/f4exb/sdrangel
Keywords: sdr
Licenses: GPL-3.0-only
Conflicts: sdrangel-git
Provides: sdrangel
Submitter: olivierlm
Maintainer: Bevan
Last Packager: Bevan
Votes: 11
Popularity: 0.000046
First Submitted: 2020-05-24 18:45 (UTC)
Last Updated: 2026-08-20 12:33 (UTC)

Dependencies (24)

Required by (0)

Sources (1)

Pinned Comments

Bevan commented on 2026-08-11 12:49 (UTC)

We are currently waiting for a release with successful Ubuntu builds, which is what we are using for this -bin package. With https://github.com/f4exb/sdrangel/commit/38a665f16fd62c8832892313c7d09c0168459eae now in master, the next release will hopefully be available for Ubuntu again.

olivierlm commented on 2022-03-15 12:05 (UTC) (edited on 2023-06-27 08:13 (UTC) by olivierlm)

This binary and its modules are originally built for Ubuntu 22.04, as such some modules require specific library version that might not match installed version. As a consequence, these modules will not be loaded. To debug such issues, run sdrangel in a term and watch for following errors at startup :

2022-03-15 13:02:50.854 (W) PluginManager::loadPluginsDir: Cannot load library /usr/lib/sdrangel/plugins/libmodatv.so: (libopencv_videoio.so.4.2: cannot open shared object file: No such file or directory)
2022-03-15 13:02:50.863 (W) PluginManager::loadPluginsDir: Cannot load library /usr/lib/sdrangel/plugins/liboutputusrp.so: (libuhd.so.3.15.0: cannot open shared object file: No such file or directory)

If you need these modules, use the sdrangel-git AUR package instead or wait for the binary to use a more up-to-date version of the library.

Latest Comments

1 2 3 Next › Last »

Bevan commented on 2026-08-11 12:49 (UTC)

We are currently waiting for a release with successful Ubuntu builds, which is what we are using for this -bin package. With https://github.com/f4exb/sdrangel/commit/38a665f16fd62c8832892313c7d09c0168459eae now in master, the next release will hopefully be available for Ubuntu again.

NonaSuomy commented on 2026-04-16 13:30 (UTC) (edited on 2026-04-16 13:31 (UTC) by NonaSuomy)

Please compile the latest release, would like to test out the lora/meshtastic plugin. Thank you!

alu1 commented on 2026-02-03 13:17 (UTC)

sdrangel-bin throws no errors but does not recognise usrp b210 due the deb package being linked to uhd4.6.0 rather than latest uhd4.9.0. requires a build of sdrangel-git instead, but that aur package also has issues (see comment there)

gatonero commented on 2025-05-25 22:07 (UTC) (edited on 2025-05-25 22:07 (UTC) by gatonero)

I'm missing the DATV demodulator plugin

androw commented on 2025-01-02 11:09 (UTC)

qt5-quickcontrols2 should also be add as optional deps for maps features.

simona commented on 2024-08-22 20:21 (UTC)

libfakeroot internal error: payload not recognized!

simona commented on 2024-08-03 09:30 (UTC)

:: pulseaudio-17.0-3 e pipewire-pulse-1:1.2.2-1 vanno in conflitto. Rimuovere pipewire-pulse? [s/N]

Bevan commented on 2024-08-03 07:57 (UTC)

This package currently depends on pulseaudio which is not provided anymore by pipewire-pulse[1]. Maybe this should depend on pulse-native-provider instead which is provided by pulseaudio and pipewire-pulse.

[1] https://gitlab.archlinux.org/archlinux/packaging/packages/pipewire/-/commit/21e2129fedcf35521dc220fb06b391c283726c49

PeterHa commented on 2024-05-19 09:43 (UTC)

The binary seems to come without the SoapySDR plugins. Could you please enable them? You may need to fix cmake/Modules/FindSoapySDR.cmake.

Note: Start the program with "sdrangel --soapy" and then you should find the plugins "SoapySDR Input" and "SoapySDR Output" at Help->Loaded Plugins.