Search Criteria
Package Details: sdrpp-brown-git v1.1709823358.r414.ec20cc23-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/sdrpp-brown-git.git (read-only, click to copy) |
---|---|
Package Base: | sdrpp-brown-git |
Description: | SDR++Brown (fork), is not the original bloat-free SDR software |
Upstream URL: | https://github.com/sannysanoff/SDRPlusPlusBrown |
Licenses: | GPL-3.0-or-later |
Conflicts: | sdrpp, sdrpp-brown, sdrpp-git |
Provides: | sdrpp, sdrpp-brown, sdrpp-git |
Submitter: | edward-p |
Maintainer: | edward-p |
Last Packager: | edward-p |
Votes: | 2 |
Popularity: | 1.38 |
First Submitted: | 2025-06-15 12:07 (UTC) |
Last Updated: | 2025-07-03 12:03 (UTC) |
Dependencies (32)
- fftw (fftw-amdAUR)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- glfw (glfw-gitAUR, glfw-wayland-minecraft-cursorfixAUR)
- libvolk (libvolk-gitAUR)
- airspy (airspy-gitAUR) (make)
- airspyhf-gitAUR (make)
- bladerf (bladerf-gitAUR, libbladerf-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- codec2 (codec2-gitAUR, codec2-lpcnetAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- hackrf (hackrf-gitAUR) (make)
- libad9361 (libad9361-gitAUR) (make)
- libiio (libiio-gitAUR) (make)
- libsdrplayAUR (make)
- limesuite (limesuite-gitAUR) (make)
- portaudio (make)
- rtaudio (rtaudio-gitAUR) (make)
- rtl-sdr (rtl-sdr-librtlsdr-gitAUR, rtl-sdr-exp-gitAUR, rtl-sdr-gitAUR, rtl-sdr-blog-gitAUR, rtl-sdr-blogAUR) (make)
- soapysdr (soapysdr-gitAUR) (make)
- airspy (airspy-gitAUR) (optional)
- Show 12 more dependencies...
Required by (3)
- sdrpp-headers-git (requires sdrpp-git)
- sdrpp-mirisdr-source-git (requires sdrpp)
- sdrpp-tetra-demodulator-git (requires sdrpp-git)
Latest Comments
edward-p commented on 2025-07-04 13:09 (UTC) (edited on 2025-07-04 13:10 (UTC) by edward-p)
not only the
ch_extravhf_decoder
, but alsodsdcc_decoder
, which will download thembelib
. https://github.com/sannysanoff/SDRPlusPlusBrown/blob/ec20cc23be2285d2f61c48482bd683652d5e73f4/decoder_modules/dsdcc_decoder/CMakeLists.txtI already openned the issue: https://github.com/sannysanoff/SDRPlusPlusBrown/issues/50
ra1nb0w commented on 2025-07-04 12:53 (UTC) (edited on 2025-07-04 12:53 (UTC) by ra1nb0w)
using
-DOPT_BUILD_CH_EXTRAVHF_DECODER=OFF
fixes the issue. https://github.com/sannysanoff/SDRPlusPlusBrown/blob/ec20cc23be2285d2f61c48482bd683652d5e73f4/decoder_modules/ch_extravhf_decoder/CMakeLists.txt is doing something wrong like downloading the file from internet without checking the local paths. You should open an upstream issue since the option is ON by default. Anyway, thanks!edward-p commented on 2025-07-03 12:03 (UTC) (edited on 2025-07-03 12:03 (UTC) by edward-p)
@ra1nb0w
It seems an upstream issue. Sorry, I'm not familiar with cmake. I don't know how to avoid install those third-party libraries comes with SDR++Brown. I found it also contains:
which will be conflict to
extra/mbelib
For now, what I can do is adding some
rm
commands inpackage()
to delete them. And the PKGBUILD is updated, please try again.ra1nb0w commented on 2025-06-26 07:46 (UTC)
it is trying to overwrite all itpp during the installation phase
seems used by the ch_extravhf_decoder module.