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.94 |
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)
- airspyhf-gitAUR (optional)
- bladerf (bladerf-gitAUR, libbladerf-gitAUR) (optional)
- codec2 (codec2-gitAUR, codec2-lpcnetAUR) (optional)
- hackrf (hackrf-gitAUR) (optional)
- libad9361 (libad9361-gitAUR) (optional)
- libiio (libiio-gitAUR) (optional)
- libsdrplayAUR (optional)
- limesuite (limesuite-gitAUR) (optional)
- portaudio (optional)
- rtaudio (rtaudio-gitAUR) (optional)
- rtl-sdr (rtl-sdr-librtlsdr-gitAUR, rtl-sdr-exp-gitAUR, rtl-sdr-gitAUR, rtl-sdr-blog-gitAUR, rtl-sdr-blogAUR) (optional)
- soapysdr (soapysdr-gitAUR) (optional)
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 »
dnaeon commented on 2023-06-01 07:38 (UTC)
FYI: here's an updated PKGBUILD, which I use based on the latest build flags for SDRPlusPlus.
https://gist.github.com/dnaeon/38562a5c8f814f319ef4298d4e34acb9
eclairevoyant commented on 2023-05-15 22:31 (UTC)
Might need some patches, I haven't looked into it myself since I build the -git version instead. It is quite an old release...
salcedo commented on 2023-05-15 22:26 (UTC)
Thanks. Currently, 1.0.4 is the latest release and it no longer builds. If anyone would like to take over from here, I can orphan.
eclairevoyant commented on 2023-05-15 22:00 (UTC) (edited on 2023-05-15 22:01 (UTC) by eclairevoyant)
Actually it looks like https://aur.archlinux.org/packages/rtaudio-git already disables jack support. So you can build that directly, then rebuild/reinstall sdrpp-git, ensuring to use rtaudio-git instead of rtaudio.
Also @thotypous based on the recent issue it seems that @ryzerth has no interest in maintaining this PKGBUILD.
eclairevoyant commented on 2023-05-15 21:49 (UTC)
There's no changes to make here, it seems you'll need to rebuild rtaudio instead. You could make your own PKGBUILD (rtaudio-pulse or something) that disables alsa/jack support, and also has
rtaudio
as provides/conflicts.eclairevoyant commented on 2023-05-15 21:01 (UTC)
Source files must be unique in SRCDEST per the wiki, please update accordingly (https://wiki.archlinux.org/title/PKGBUILD#source):
iamkarlson commented on 2023-05-15 20:46 (UTC) (edited on 2023-05-15 20:47 (UTC) by iamkarlson)
Can anyone incorporate changes with pipewire support? I believe it's stated here what's needed to be done: https://github.com/AlexandreRouma/SDRPlusPlus/issues/734#issuecomment-1105564425
Also, worth checking this issue https://github.com/AlexandreRouma/SDRPlusPlus/issues/173
eclairevoyant commented on 2023-04-10 03:47 (UTC)
done
thotypous commented on 2023-04-10 03:28 (UTC)
Hey all, I received an email notification earlier today saying this package was orphaned, so I adopted it, since I use it and I happened to be logged to AUR at the time.
However, a while after I adopted it, I reread the email and realized it was not ryzerth who had orphaned it, but AUR administration. Since ryzerth is the upstream author of this software, I find it nonsensical for him not to be a maintainer for the package, unless he was not interested anymore. Thus I added him as co-maintainer.
The issue regarding pkgver() was solved by ryzerth at least since 2021-03-02, when he implemented a pkgver() using the number of revisions since beginning of the history, in compliance with AUR VCS package guidelines. Anyway, I added 2WheelDev who seemed to be closely following this package, in case they want to help in the future.
eclairevoyant, your suggestions seem good, can you please commit them? I also added you as a co-maintainer.
eclairevoyant commented on 2023-04-09 23:12 (UTC) (edited on 2023-04-09 23:14 (UTC) by eclairevoyant)
gcc
andmake
should be removed from themakedepends
as they are part ofbase-devel
as per https://wiki.archlinux.org/title/PKGBUILD#makedepends:Also this needs
git
in themakedepends
to build properly andlicense
should be corrected toGPL3
.arch
is also wrong considering this is going have ELF binaries, it should bex86_64
.« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »