Search Criteria
Package Details: sdrpp-git 1.0.4.r561.eab4264-1
Package Actions
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: | 23 |
Popularity: | 0.93 |
First Submitted: | 2021-02-14 23:36 (UTC) |
Last Updated: | 2024-01-24 00:49 (UTC) |
Dependencies (32)
- fftw
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- glfw (glfw-gitAUR, glfw-waywallAUR, glfw-wayland-minecraft-cursorfixAUR)
- libvolk (libvolk-gitAUR)
- airspy (airspy-gitAUR) (make)
- airspyhf-gitAUR (make)
- bladerf (bladerf-gitAUR, libbladerf-gitAUR) (make)
- cmake (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
- sdrpp-mirisdr-source-git (requires sdrpp)
- sdrpp-tetra-demodulator-git
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »
janmrog commented on 2022-02-04 10:46 (UTC)
Could you add a pipewire compatibility modification according to this isssue? https://github.com/AlexandreRouma/SDRPlusPlus/issues/173
manofsteal123 commented on 2022-01-12 16:57 (UTC)
I've tried editing the SRCINFO and PKGBUILD at build time with ---> pkgver=1.0.4 pkgrel=5 but it still builds with the wrong build number.(example: "r1045.1185e4e-1") Any suggestions on how to correct it. When I update the system I get this aur/sdrpp-git r1045.1185e4e-1 -> 1.0.4-5 it updates fine but it repeats every update.
EndlessEden commented on 2021-12-09 11:33 @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
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) duringmakepkg
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.
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »