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.36
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 »

xiretza commented on 2021-07-23 09:10 (UTC)

That's certainly a good way to ensure interesting headaches down the line... qcustomplot is in community, but since you're on a different distribution, I have no idea what they're doing. https://archlinux.org/packages/community/x86_64/qcustomplot/

df8oe commented on 2021-07-23 09:07 (UTC) (edited on 2021-07-23 10:29 (UTC) by df8oe)

I got it working using paru instead of yay with the following command: paru --assume-installed qcustomplot -S sdrangel-git

df8oe commented on 2021-07-22 05:35 (UTC)

Has anyone a soultion for the "qcustomplot" dependency? I am not able to solve this at Raspberry Pi. I cannot find the package and do not know if it is provided by any other package... Older Versions of sdrangel are working flawlessly.

polymechanos commented on 2021-05-16 11:17 (UTC)

Just a general comment I wanted to make, as I noticed quite a few people having trouble with the numerous dependencies that sdrangel has now: With a small tweak of the PKGBUILD file, you can unplug libraries if you're not using the corresponding hardware.

For example, if one only uses the SDRPlay family of radios, one can use the build flag -DENABLE_<LIBRARY_NAME>=OFF for all the other hardware types (where LIBRARY_NAME = XTRX, LIMESUITE, etc...) and also remove the library names from 'makedepends' and 'optdepends'. This makes building faster, as there is much less code, and also avoids issues that pop up with individual libraries from time to time.

xiretza commented on 2021-05-01 18:38 (UTC)

You have a nice dependency chain there which tells you it's a problem downstream of https://aur.archlinux.org/packages/liblms7002m-xtrx-git/, where it's already been reported :)

luxwarp commented on 2021-05-01 18:05 (UTC)

something is wrong :D

-> Could not find all required packages:
python2-yaml (Wanted by: sdrangel-git -> libxtrx-git -> liblms7002m-xtrx- 
    git -> python2-cheetah -> python2-markdown)

xiretza commented on 2021-05-01 17:03 (UTC)

DAB and satellite tracker should now be working, and I added quickcontrols as a dependency.

luxwarp commented on 2021-04-26 11:08 (UTC)

One more thing, qt5-quickcontrol2 is needed for map plugin to work :)

xiretza commented on 2021-04-23 21:09 (UTC)

@luxwarp: thanks, I'm working on it, might take a few days to package all of those dependencies though.

luxwarp commented on 2021-04-23 20:42 (UTC)

Missing features is, DAB Demodulator, and Satellite Tracker.

I build it exactly as it says on https://github.com/f4exb/sdrangel/wiki/Compile-from-source-in-Linux

except for "sudo apt-get install" parts.

So basically installing dependencies via pacman, and then follow the instructions for ex

cd /opt/build
git clone https://github.com/srcejon/aptdec.git
cd aptdec
git checkout libaptdec
mkdir build; cd build
cmake -Wno-dev -DCMAKE_INSTALL_PREFIX=/opt/install/aptdec ..
make -j $(nproc) install

etc.