Package Details: soapysdrplay-git r62.b789d59-1

Git Clone URL: https://aur.archlinux.org/soapysdrplay-git.git (read-only, click to copy)
Package Base: soapysdrplay-git
Description: Soapy SDR module for SDRPlay
Upstream URL: http://www.sdrplay.com
Keywords: sdr sdrplay soapy
Licenses: MIT
Submitter: danmc
Maintainer: ErnyTech
Last Packager: ErnyTech
Votes: 5
Popularity: 0.000017
First Submitted: 2016-03-20 05:04 (UTC)
Last Updated: 2022-03-30 16:36 (UTC)

Latest Comments

1 2 Next › Last »

dreieck commented on 2023-08-23 08:48 (UTC)

Ahoj,

several issues here:

  • Please add provides=("soapysdrplay"),
  • please add conflicts=("soapysdrplay"),
  • if not really really needed, please change the dependency on soapysdr-git to soapysdr, so that the user can choose which variant to use. If a specific minimal version is needed, use a versioned dependency, e.g. soapysdr>=0.8.1.

Thanks for maintaining!

joshuarubin commented on 2021-05-13 15:57 (UTC)

Mine uses the newer SoapySDRPlay3 repo. I'm not sure if there's much of a need to support the v2 api anymore, my guess is that there are older devices that don't work with v3, but I could be wrong.

The whole sdr ecosystem in Arch, and Linux generally, is in a weird state. GNURadio introduced a bunch of changes in 3.9 that required downstream devs to update their code, many of which never will. That leaves arch only officially supporting 3.8. Now some things are only being developed against gnuradio 3.9+ and we can't have both versions installed... I could rant about this for a while, not really relevant here. Maybe we should just build everything statically.

Anyway, I'm happy to maintain packages related to sdr stuff as I'm actively working on them.

danmc commented on 2021-05-13 15:10 (UTC)

So I've unfortunately been out of this for some time. @joshuarubin, it looks like there's not too much different between soapysdrplay3-git and this PKGBUILD. Is there a reason to keep using version 2? If not, I may suggest merging your changes and bumping pkgrel here to 2. I can orphan this package and you can take it over as well as it's likely I'm not going to be able to dedicate time to this in the near future.

joshuarubin commented on 2021-03-16 21:49 (UTC)

@nickoe that's correct. the problem is that the version listed in this PKGBUILD only exists in SoapySDRPlay2. so I'm never able to actually upgrade it to the latest version because it doesn't exist and yay always lists it as an available upgrade. besides, I always had to edit it to work with soapysdr (and not soapysdr-git) anyway.

nickoe commented on 2021-03-16 21:46 (UTC)

@joshuarubin, that does not make sense. Currently this package is ecceftively soapysdrplay3-git as it is using pothosware/SoapySDRPlay that redirects to pothosware/SoapySDRPlay3.

joshuarubin commented on 2021-03-16 21:06 (UTC)

@nickoe then the source should be changed to source=("$pkgname::git://github.com/pothosware/SoapySDRPlay2.git"). Still, I can't switch to soapysdr-git since it breaks other packages and SoapySDRPlay2 won't build against the soapysdr in community. So, instead, I made https://aur.archlinux.org/packages/soapysdrplay3-git/

nickoe commented on 2021-02-03 23:34 (UTC)

@joshuarubin See https://github.com/pothosware/SoapySDRPlay2/issues/65, the repos were shuffeled around a bit.

joshuarubin commented on 2021-02-03 21:10 (UTC)

The git repo only shows 33 commits, latest being 208f95d. Not sure where you're getting r66.3890517 from... https://github.com/pothosware/SoapySDRPlay3

deadite66 commented on 2020-12-11 08:22 (UTC) (edited on 2020-12-11 08:22 (UTC) by deadite66)

@nickoe it's part of the libsdrplay aur package.

nickoe commented on 2020-12-11 08:11 (UTC)

@deadite66, so systemd service... I did not know it used that. Any reason it is not enabled by this package?