Package Details: sdrangel-bin 7.20.0-4

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: GPL3
Conflicts: sdrangel-git
Provides: sdrangel
Submitter: olivierlm
Maintainer: olivierlm
Last Packager: olivierlm
Votes: 9
Popularity: 0.82
First Submitted: 2020-05-24 18:45 (UTC)
Last Updated: 2024-04-24 08:01 (UTC)

Dependencies (25)

Required by (0)

Sources (1)

Pinned Comments

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

« First ‹ Previous 1 2

drws commented on 2022-08-05 22:53 (UTC)

The Ubuntu build has been apparently removed, so this doesn't work anymore. I just got 404 when I tried to upgrade.

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.

olivierlm commented on 2021-12-26 13:22 (UTC)

Package fixed, thanks for the update :)

ChiefGokhlayeh commented on 2021-12-17 18:41 (UTC)

Cool, very quick response! Unfortunately, I noticed now that ADS-B map feature additionally requires qt5-graphicaleffects. Otherwise the map stays blank.

https://github.com/f4exb/sdrangel/blob/35adc2545026bf43002f7ed02345ae11a20d1594/plugins/channelrx/demodadsb/map/map.qml#L5

olivierlm commented on 2021-12-17 17:16 (UTC)

Thanks, PKGBUILD is updated

ChiefGokhlayeh commented on 2021-12-17 17:04 (UTC)

Since v6.17.3, ADS-B and Satellite-Tracker plugin require qt5-speech for text-to-speech feature, otherwise plugins won't load. Could this be added to the dependencies?

olivierlm commented on 2021-03-02 09:38 (UTC) (edited on 2021-03-02 09:40 (UTC) by olivierlm)

Thanks. Added as a main dependency as many plugins rely on it (ADS-B, Vor, Map).

Cherenkov11 commented on 2021-03-02 02:27 (UTC)

The new plugin for ADS-B requires qt5-location as a dependency

olivierlm commented on 2020-12-27 01:21 (UTC)

I ran into some issues as well. Using a clean config file fixed it for me (backup ~/.config/f4exb/SDRangel.conf somewhere else).