Package Details: sdrangel-git 7.22.2.r28.bd67d553e-1

Git Clone URL: https://aur.archlinux.org/sdrangel-git.git (read-only, click to copy)
Package Base: sdrangel-git
Description: Qt5/OpenGL SDR and signal analyzer frontend.
Upstream URL: https://github.com/f4exb/sdrangel
Keywords: amateurradio hamradio
Licenses: GPL3
Conflicts: sdrangel
Provides: sdrangel
Submitter: Mikos
Maintainer: nemanjan00
Last Packager: nemanjan00
Votes: 16
Popularity: 0.98
First Submitted: 2015-12-08 10:08 (UTC)
Last Updated: 2024-11-01 13:42 (UTC)

Dependencies (65)

Required by (0)

Sources (1)

Pinned Comments

nemanjan00 commented on 2024-08-03 13:51 (UTC)

I have adopter package for pretty much one single reason. I refuse to have packages that are abandoned on my machine, for security reasons.

If someone wants to take over, I have no issue with it. That being said, I am not sure I will be able to keep it up to date

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

dreieck commented on 2023-09-05 19:25 (UTC)

Version 7.15.4.r29.74977c88d-1 builds for me. Hm.

italic commented on 2023-08-29 15:59 (UTC)

My build fails right where wily shows. The commit shows a source URL in CMakeLists.txt so I think it's downloaded as part of the (externals) build, but maybe it needs to be activated with either the profiler or backend parameters?

wily commented on 2023-08-29 01:12 (UTC) (edited on 2023-08-29 01:23 (UTC) by wily)

sdrangel was updated last week to add vkFFT support. The current package also failed installing with via yay on my system:

[ 14%] Building CXX object sdrbase/CMakeFiles/sdrbase.dir/audio/audioresampler.cpp.o
In file included from /opt/data/.cache/yay/sdrangel-git/src/sdrangel/sdrbase/dsp/vkfftutils.cpp:4:
/opt/data/.cache/yay/sdrangel-git/src/sdrangel/sdrbase/dsp/vkfftutils.h:8:10: fatal error: vkFFT.h: No such file or directory
    8 | #include <vkFFT.h>
      |          ^~~~~~~~~
compilation terminated.

AUR build CMakeLists.txt didn't include a VKFFT_BACKEND cache parameter so I fixed by cloning the vkFFT headers and re-running cmake with the new cache parameter -DVKFFT_INCLUDE_DIR (note VKFFT_BACKEND=0 is for Vulkan and VKFFT_BACKEND=1 is for CUDA):

wily@hercules/opt/build$ git clone https://github.com/DTolm/VkFFT/
wily@hercules/opt/data/.cache/yay/sdrangel-git/src/sdrangel$ cmake -DVKFFT_INCLUDE_DIR=/opt/build/VkFFT/vkFFT/ -DVKFFT_BACKEND=1

Thanks for maintaining!

xiretza commented on 2023-08-28 17:43 (UTC)

How does this dependency manifest itself? The package builds fine for me.

italic commented on 2023-08-28 16:30 (UTC)

I'm running Manjaro, so our repos are slightly different, but I'm unable to build because of a dependency on vkfft, which is in none of our repos or in Arch (that I can find). For now I can compile it locally, but it would be great to get this new lib into the repos somewhere.

xiretza commented on 2023-08-23 10:10 (UTC)

Thanks, added!

dreieck commented on 2023-08-23 08:45 (UTC)

qt5-gamepad is needed as dependency. Please add.

Otherwise, cmake for me with

CMake Error at /usr/lib/cmake/Qt5/Qt5Config.cmake:28 (find_package):
  Could not find a package configuration file provided by "Qt5Gamepad" with
  any of the following names:

    Qt5GamepadConfig.cmake
    qt5gamepad-config.cmake

  Add the installation prefix of "Qt5Gamepad" to CMAKE_PREFIX_PATH or set
  "Qt5Gamepad_DIR" to a directory containing one of the above files.  If
  "Qt5Gamepad" provides a separate development package or SDK, be sure it has
  been installed.
Call Stack (most recent call first):
  CMakeLists.txt:668 (find_package)


-- Configuring incomplete, errors occurred!

Thanks for maintaining.

MarsSeed commented on 2023-08-13 12:42 (UTC) (edited on 2023-10-31 14:21 (UTC) by MarsSeed)

comment from AUR/sdrangel-without-sdrplay-git

This only depends on libiio if the CMake option ENABLE_IIO is turned on, but I don't see any (optional or mandatory) reference to libad9361-iio.

jackdaw commented on 2023-06-05 21:24 (UTC)

qt5-gamepad was required when trying to install on Endeavour. It's available in the Extra repo. First comment - I'm guessing this is useful to someone or the maintainer. Let me know if not :)

edombek commented on 2023-04-26 09:48 (UTC)

please add qt5-gamepad to depends