Search Criteria
Package Details: libsdrplay 3.15.2-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/libsdrplay.git (read-only, click to copy) |
|---|---|
| Package Base: | libsdrplay |
| Description: | Modules for the SDRplay receiver |
| Upstream URL: | http://www.sdrplay.com |
| Keywords: | sdr |
| Licenses: | custom:eula |
| Submitter: | danmc |
| Maintainer: | edombek |
| Last Packager: | edombek |
| Votes: | 15 |
| Popularity: | 0.28 |
| First Submitted: | 2016-03-19 23:44 (UTC) |
| Last Updated: | 2025-08-19 15:12 (UTC) |
Dependencies (1)
- libusb (libusb-gitAUR)
Required by (12)
- dumphfdl (optional)
- dumpvdl2-git (optional)
- gr-sdrplay3-git
- qt-dab (optional)
- rsp_tcp-git
- sdrangel-bin (optional)
- sdrpp-brown-git (make)
- sdrpp-brown-git (optional)
- sdrpp-git (make)
- sdrpp-git (optional)
- soapysdrplay3-git
- soapysdrplay3-luarvique-git
Latest Comments
1 2 3 Next › Last »
dreieck commented on 2025-10-21 16:30 (UTC)
You download prebuilt binaries.
So you should rename your package to
libsdrplay-bin(i.e. with the-binsuffix) and addprovides=("libsdrplay=${pkgver}"),conflicts=('libsdrplay')andreplaces('libsdrplay<=3.15.2').Regards and thanls for the package!
dreieck commented on 2025-10-21 16:29 (UTC)
The license identifier should be made SPDX compliant:
Regards and thanks for the package!
Haggleforth commented on 2025-01-28 14:30 (UTC)
It looks like it keeps timing out while fetching SDRplay_RSP_API-Linux-3.15.2.run
manofsteal123 commented on 2024-07-01 14:58 (UTC)
Did you rebuild sdrpp after updating libsdrplay? I will try rebuilding (after rebuilding sdrpp, the add-on libsdrplay was recognized) Thank you for the heads up
deadite66 commented on 2024-07-01 04:13 (UTC)
Did you rebuild sdrpp after updating libsdrplay?
manofsteal123 commented on 2024-07-01 03:01 (UTC)
Ok, it builds properly, but it lacks something. On SDR++ it doesn't see the plugin SDRplay, I was forced to downgrade back to libsdrplay-3.14.0-1-x86_64.pkg.
edombek commented on 2024-06-30 16:10 (UTC)
Thanks, fixed
deadite66 commented on 2024-06-16 06:18 (UTC) (edited on 2024-06-16 06:25 (UTC) by deadite66)
posted the pkgbuild somewhere else, sorry didn't think about having to login the ubuntu pastebin.
https://pastebin.ai/zsdzodvblx
though basically it just adds this in the package section so it works correctly with aarch64 and x86_64.
and change to this.
snydergd commented on 2024-06-16 04:24 (UTC)
I'm seeing the same problem of
cannot stat 'x86_64/libsdrplay_api.so.3.15', and as others have mentioned it seems to be that the folder from the source isamd64which is compatible with, but does not match,x86_64that${CARCH}is (used to determine source folder for copy). My solution is a modifiedPKGBUILDfile which creates a link fromx86_64to the existingamd64, so that regardless of whether you haveamd64orx86_64, it will work.I'm providing a patch as well in case this makes it easier.
I'm new to AUR, so not sure how notifications work, so using a tag of @edombek in hopes of drawing attention. It seems like a few people have hit this snag. Will also say I'm very thankful for this package!
1 2 3 Next › Last »