VOOZH about

URL: https://aur.archlinux.org/packages/sdrangel-git

⇱ AUR (en) - sdrangel-git


Arch Linux User Repository

Search Criteria

Package Details: sdrangel-git 7.22.5.r52.89e392e91-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.000006
First Submitted: 2015-12-08 10:08 (UTC)
Last Updated: 2025-01-25 21:27 (UTC)

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 »

NonaSuomy commented on 2026-04-16 22:40 (UTC) (edited on 2026-04-17 01:14 (UTC) by NonaSuomy)

env CMAKE_POLICY_VERSION_MINIMUM=3.5 paru -S sdrangel-git

When it fails with dab errors because they changed their api and if you don't need DAB related features turn it off to resume install...

cd ~/.cache/paru/clone/sdrangel-git/src/build

rm CMakeCache.txt

cmake ../sdrangel -DCHANNELRX_DEMODDAB=OFF

make

make install

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

build currently fails with errors due to libdab-git. libdab-git should be installed from a sdrangel fork, changing source in libdab-git PKGBUILD from https://github.com/JvanKatwijk/dab-cmdline.git to https://github.com/srcejon/dab-cmdline.git#branch=msvc

dreieck commented on 2025-01-24 22:18 (UTC)

This issue reported on 2024-07-08 has been solved upstream.

lu9dce commented on 2024-11-01 12:40 (UTC)

To use the ADS-B map in SDRangel, the qt5-graphicaleffects library is required

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

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

aurweb v6.3.4

Report issues here.

Copyright © 2004-2026 aurweb Development Team.

AUR packages are user produced content. Any use of the provided files is at your own risk.