Package Details: sdrpp-git 1.0.4.r561.eab4264-1

Git Clone URL: https://aur.archlinux.org/sdrpp-git.git (read-only, click to copy)
Package Base: sdrpp-git
Description: The bloat-free SDR receiver
Upstream URL: https://www.sdrpp.org/
Keywords: sdr++ sdr-plus-plus
Licenses: GPL3
Conflicts: sdrpp
Provides: sdrpp
Submitter: ryzerth
Maintainer: thotypous (ryzerth, 2WheelDev, eclairevoyant, dnaeon)
Last Packager: eclairevoyant
Votes: 19
Popularity: 0.46
First Submitted: 2021-02-14 23:36 (UTC)
Last Updated: 2024-01-24 00:49 (UTC)

Latest Comments

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

MAN91 commented on 2022-01-11 11:18 (UTC)

Thanks for your answer, Alex! Now I start first "sdrplay_apiService" via console, and then I start "sdrpp" via desktop link. My MSI SDR now is funcioning on Manjaro. I am very happy TNX 73 !

ryzerth commented on 2022-01-11 02:53 (UTC)

@MAN91 the sdrplay source is included. make sure the SDRplay api service is running.

MAN91 commented on 2022-01-10 19:54 (UTC)

Hello friend ! SDR++ is best sdr soft for Linux !

I have one problem with this version: SDRPlay source missing.

EndlessEden commented on 2021-12-09 11:33 (UTC) (edited on 2022-02-04 16:57 (UTC) by EndlessEden)

@ryzerth - Versioning is broken; resorting to exclusively revision.commit version-$pkgrel (example: "r1001.f8ff67c-1")

it should use, application version.revision.commit version-$pkgrel (example: "1.0.5.r1001.f8ff67c-1")

Current versioning breaks package comparisons against sdrpp -- NOTE: see update above.

ryzerth commented on 2021-10-07 16:25 (UTC)

@EndlessEden I'm not sure how old the code you have is but the address sanitize hasn't been enabled in the code for almost a year...

EndlessEden commented on 2021-10-07 15:43 (UTC)

can you please edit cmakefile at build time, removing address sanitizer. It really bugs out on some devices on arch. (https://github.com/AlexandreRouma/SDRPlusPlus/issues/10)

set(CMAKE_CXX_FLAGS "-O3 -std=c++17 -fsanitize=address -g") to set(CMAKE_CXX_FLAGS "-O3 -std=c++17")

dviktor commented on 2021-09-24 17:34 (UTC)

Is it possible to leave depends on plain airspy only? Then it will be possible to select desired version (airspy or airspy-git) during makepkg

gromain commented on 2021-09-11 17:53 (UTC)

I can confirm that building and running with only airspy instead of airspy-git works with an Airspy device. I'm running it with an Airspy HF+ Discovery.

cyberpunkrocker commented on 2021-08-10 05:44 (UTC) (edited on 2021-08-10 05:45 (UTC) by cyberpunkrocker)

@ryzerth airspy instead of airspy-git works at least for me. Well I don't have Airspy hardware to test, but at least sdr++ compiles and works fine afterwards.

ryzerth commented on 2021-08-05 19:41 (UTC)

@cyberpunkrocker I used airspy-git because the libairspy version from the non-aur repository was several months outdated and wasn't compatible with SDR++

I will check if it's now up to date and change accordingly if it's known to work correctly.