The error in version 7.18.1-1 is in the file "sdrangel-2462-master.tar.gz". The files it contains all have version number 7.18.0
Search Criteria
Package Details: sdrangel-bin 7.22.5-1
Package Actions
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: | 9 |
Popularity: | 0.010261 |
First Submitted: | 2020-05-24 18:45 (UTC) |
Last Updated: | 2024-12-05 07:48 (UTC) |
Dependencies (24)
- ffmpeg4.4
- fftw
- lz4 (lz4-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-charts (qt5-charts-gitAUR)
- qt5-graphicaleffects (qt5-graphicaleffects-gitAUR)
- qt5-location
- qt5-multimedia
- qt5-speech
- qt5-websockets (qt5-websockets-gitAUR)
- airspy (airspy-gitAUR) (optional) – Airspy support
- codec2 (codec2-gitAUR, codec2-lpcnetAUR) (optional) – Required for M17 and FreeDV mod/demod
- dsdcc (dsdcc-gitAUR) (optional) – Required for Digital Speech Decoder (DSD) demodulator
- hackrf (hackrf-gitAUR) (optional) – HackRF support
- hamlib (hamlib-gitAUR, hamlib-noindi-gitAUR) (optional) – Required for Audio CAT SISO plugin
- libiio (libiio-gitAUR) (optional) – PlutoSDR support
- libsdrplayAUR (optional) – SDRplay support
- libuhd (libuhd-antsdr-gitAUR) (optional) – USRP support
- mbelib (optional) – Required for Digital Speech Decoder (DSD) demodulator
- opencv (opencv-cuda) (optional) – Required for ATV demodulator
- qt5-gamepadAUR (qt5-gamepad-gitAUR) (optional) – Required for GS-232 controller
- qt5-serialport (qt5-serialport-gitAUR) (optional) – Required for GS-232 controller
- qt5-webengine (optional) – Required for map features
- rtl-sdr (rtl-sdr-librtlsdr-gitAUR, rtl-sdr-exp-gitAUR, rtl-sdr-gitAUR, rtl-sdr-blog-gitAUR, rtl-sdr-blogAUR) (optional) – Realtek RTL2832U support
Required by (0)
Sources (1)
schinfo commented on 2024-02-25 08:52 (UTC) (edited on 2024-02-25 08:52 (UTC) by schinfo)
petris commented on 2024-02-24 22:32 (UTC)
Version 7.18.1-1 has problem extracting:
==> Validating source files with sha256sums...
sdrangel-2462-master.tar.gz ... Passed
==> Extracting sources...
-> Extracting sdrangel-2462-master.tar.gz with bsdtar
==> Starting prepare()...
ar: sdrangel_7.18.1-1_amd64.deb: No such file or directory
zstd: /*stdin*\: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
==> ERROR: A failure occurred in prepare().
Aborting...
Misaka13514 commented on 2024-01-28 06:29 (UTC)
Please follow Arch Linux RFC16: use SPDX license identifier in PKGBUILD.
https://gitlab.archlinux.org/archlinux/rfcs/-/blob/master/rfcs/0016-spdx-license-identifiers.rst
cderory commented on 2023-06-20 20:45 (UTC)
New version sdrangel-2135-master.tar.gz on website
cyberpunkrocker commented on 2022-11-04 20:10 (UTC)
Separate mbelib dependency is bit of a surplus, because dsdcc already depends on it and pulls it along when installing. Not that it actually matters, but you might want to clean up the PKGBUILD sometime :)
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.
olivierlm commented on 2021-12-17 17:16 (UTC)
Thanks, PKGBUILD is updated
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 :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.