pothosware / SoapySDR

Vendor and platform neutral SDR support library.
https://github.com/pothosware/SoapySDR/wiki
Boost Software License 1.0
1.14k stars 179 forks source link

pybombs support for SoapySDR and modules #51

Closed guruofquality closed 6 years ago

guruofquality commented 9 years ago

Looking for volunteers :-)

pybombs is a source-based software package manager for linux. A very close equivalent is homebrew on OSX. pybombs could make it easier for some users to install SoapySDR and its many support modules with much less tedium. We do try to maintain debian packaging for ubuntu, but this would be applicable to a much wider linux ecosystem.

TODO

satisfy_deb

One neat thing about pybombs, that seems to be missing in homebrew is that it supports deb packages as a binary alternative when available. So we can use the satisfy_deb: directive given packages in the drivers PPA here: https://launchpad.net/~myriadrf/+archive/ubuntu/drivers

Reference

This is the equivalent recipes for homebrew (called formulas). Homebrew is distributed, although it looks like pybombs is more centralized; but this repo should give an idea of the level of work involved: https://github.com/pothosware/homebrew-pothos There needs to be a similar .lwr file for each soapy*.rb file

rolandspannagl commented 7 years ago

i started to add the packages needed for limesdr: https://github.com/oe3cts/gr-recipes... i'll try to add the other soapy* when i find time...

guruofquality commented 6 years ago

Cool, well I guess this was done, please open future issues in regards to pybombs recipes with the official pybombs repo or whatever the proper channels are.