Package Details: sdrangel-git 7.21.4.r92.fcd43df71-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: 15
Popularity: 0.009857
First Submitted: 2015-12-08 10:08 (UTC)
Last Updated: 2024-08-03 14:33 (UTC)

Dependencies (64)

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

1 2 3 4 5 6 .. 8 Next › Last »

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

cyberpunkrocker commented on 2024-08-03 09:55 (UTC)

Pulseaudio dependency in PKGBUILDs has moved from 'pulseaudio' to 'pulse-native-provider'. Latest pipewire-pulse does not provide 'pulseaudio' any more. Please fix the PKGBUILD accordingly.

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

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

dreieck commented on 2024-07-08 16:41 (UTC)

Build currently fails for me with datvideorender.cpp:282:46: error: ‘AVCodecContext’ {aka ‘struct AVCodecContext’} has no member named ‘channels’:

[...]
/var/cache/makepkg/build/sdrangel-git/src/sdrangel/plugins/channelrx/demoddatv/datvideorender.cpp: In member function ‘bool DATVideoRender::preprocessStream()’:
/var/cache/makepkg/build/sdrangel-git/src/sdrangel/plugins/channelrx/demoddatv/datvideorender.cpp:282:46: error: ‘AVCodecContext’ {aka ‘struct AVCodecContext’} has no member named ‘channels’
  282 |     m_metaData.Channels = m_videoDecoderCtx->channels;
      |                                              ^~~~~~~~
/var/cache/makepkg/build/sdrangel-git/src/sdrangel/plugins/channelrx/demoddatv/datvideorender.cpp:308:48: error: ‘AVCodecContext’ {aka ‘struct AVCodecContext’} has no member named ‘channels’
  308 |         << " channels: " << m_audioDecoderCtx->channels
      |                                                ^~~~~~~~
/var/cache/makepkg/build/sdrangel-git/src/sdrangel/plugins/channelrx/demoddatv/datvideorender.cpp:309:54: error: ‘AVCodecContext’ {aka ‘struct AVCodecContext’} has no member named ‘channel_layout’; did you mean ‘ch_layout’?
  309 |         << " channel_layout: " << m_audioDecoderCtx->channel_layout
      |                                                      ^~~~~~~~~~~~~~
      |                                                      ch_layout
/var/cache/makepkg/build/sdrangel-git/src/sdrangel/plugins/channelrx/demoddatv/datvideorender.cpp: In member function ‘void DATVideoRender::setResampler()’:
/var/cache/makepkg/build/sdrangel-git/src/sdrangel/plugins/channelrx/demoddatv/datvideorender.cpp:628:72: error: ‘AVCodecContext’ {aka ‘struct AVCodecContext’} has no member named ‘channels’
  628 |     av_opt_set_int(m_audioSWR, "in_channel_count",  m_audioDecoderCtx->channels, 0);
      |                                                                        ^~~~~~~~
/var/cache/makepkg/build/sdrangel-git/src/sdrangel/plugins/channelrx/demoddatv/datvideorender.cpp:630:73: error: ‘AVCodecContext’ {aka ‘struct AVCodecContext’} has no member named ‘channel_layout’; did you mean ‘ch_layout’?
  630 |     av_opt_set_int(m_audioSWR, "in_channel_layout",  m_audioDecoderCtx->channel_layout, 0);
      |                                                                         ^~~~~~~~~~~~~~
      |                                                                         ch_layout
/var/cache/makepkg/build/sdrangel-git/src/sdrangel/plugins/channelrx/demoddatv/datvideorender.cpp:640:57: error: ‘AVCodecContext’ {aka ‘struct AVCodecContext’} has no member named ‘channels’
  640 |         << " in_channel_count: " <<  m_audioDecoderCtx->channels
      |                                                         ^~~~~~~~
/var/cache/makepkg/build/sdrangel-git/src/sdrangel/plugins/channelrx/demoddatv/datvideorender.cpp:642:58: error: ‘AVCodecContext’ {aka ‘struct AVCodecContext’} has no member named ‘channel_layout’; did you mean ‘ch_layout’?
  642 |         << " in_channel_layout: " <<  m_audioDecoderCtx->channel_layout
      |                                                          ^~~~~~~~~~~~~~
      |                                                          ch_layout
At global scope:
cc1plus: note: unrecognized command-line option ‘-Wno-inconsistent-missing-override’ may have been intended to silence earlier diagnostics
make[2]: *** [plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/build.make:195: plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/datvideorender.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:11471: plugins/channelrx/demoddatv/CMakeFiles/demoddatv.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
make: Leaving directory '/var/cache/makepkg/build/sdrangel-git/src/build'

↗ Upstream issue report.

Regards!

lachesis commented on 2024-01-03 00:39 (UTC) (edited on 2024-01-03 00:39 (UTC) by lachesis)

I get the ffk error as well. It For me, it happens when compiling a cuda package.

[ 14%] Building CXX object sdrbase/CMakeFiles/sdrbase.dir/dsp/cudavkfftengine.cpp.o
In file included from /home/user/.cache/yay/sdrangel-git/src/sdrangel/sdrbase/dsp/cudavkfftengine.h:24,
                 from /home/user/.cache/yay/sdrangel-git/src/sdrangel/sdrbase/dsp/cudavkfftengine.cpp:20:
/home/user/.cache/yay/sdrangel-git/src/sdrangel/sdrbase/dsp/vkfftengine.h:26:10: fatal error: vkFFT.h: No such file or directory

rek2 commented on 2023-12-13 04:54 (UTC)

grgrrg same issue here can't find vkFFT.h !! :( So frustrating.

xiretza commented on 2023-09-17 12:11 (UTC)

Sorry, still can't reproduce in a clean chroot. Please build in a clean chroot and upload the entire build log.

wily commented on 2023-09-07 04:37 (UTC) (edited on 2023-09-07 04:38 (UTC) by wily)

Still hitting the exact same issue as there is no update to this package. sdrangel-bin was updated a few days ago to new release 7.15.4-1 and installs/works well (even with my USRP devices) so perhaps try sdrangel-bin over sdrangel-git until the maintainer has time to fix the vkFFT issue.

$ yay -Ss sdrangel
aur/sdrangel-git 7.15.3.r0.028a44ce4-1 (+12 0.04) 
    Qt5/OpenGL SDR and signal analyzer frontend.
aur/sdrangel-bin 7.15.4-1 (+7 0.09) (Installed)
    Qt5/OpenGL SDR and signal analyzer frontend.

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

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