1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
|
Source: soapysdr
Section: hamradio
Priority: optional
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Uploaders: Andreas Bombe <aeb@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
cmake,
swig,
python3-dev,
Build-Depends-Indep:
doxygen
Standards-Version: 4.6.2
Homepage: https://github.com/pothosware/SoapySDR/wiki
Vcs-Browser: https://salsa.debian.org/debian-hamradio-team/soapysdr/soapysdr
Vcs-Git: https://salsa.debian.org/debian-hamradio-team/soapysdr/soapysdr.git
Rules-Requires-Root: no
Package: libsoapysdr0.8
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: soapysdr0.8-module-all | soapysdr0.8-module
Description: software defined radio interface library
SoapySDR is a library providing a common interface to SDR (software
defined radio) hardware. Support for different hardware is added through
external modules.
.
This package contains the shared library.
Package: libsoapysdr-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libsoapysdr0.8 (= ${binary:Version}),
${misc:Depends}
Provides: libsoapysdr0.8-dev
Suggests: libsoapysdr-doc
Description: SoapySDR library development files
SoapySDR is a library providing a common interface to SDR (software
defined radio) hardware. Support for different hardware is added through
external modules.
.
This package contains the development files for the library.
Package: libsoapysdr-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: SoapySDR library development documentation
SoapySDR is a library providing a common interface to SDR (software
defined radio) hardware. Support for different hardware is added through
external modules.
.
This package contains the development documentation for the library.
Package: soapysdr-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: software defined radio interface library tools
SoapySDR is a library providing a common interface to SDR (software
defined radio) hardware. Support for different hardware is added through
external modules.
.
This package contains the SoapySDRUtil command line utility which can
list available modules and hardware.
Package: python3-soapysdr
Section: python
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: python3-numpy
Description: SoapySDR Python 3 bindings
SoapySDR is a library providing a common interface to SDR (software
defined radio) hardware. Support for different hardware is added through
external modules.
.
This package contains the Python 3 bindings for the library.
Package: soapysdr0.8-module-all
Architecture: any
Multi-Arch: same
Depends:
soapysdr0.8-module-airspy [!hurd-i386],
soapysdr0.8-module-audio [linux-any],
soapysdr0.8-module-bladerf [!hurd-i386 !m68k !powerpcspe !sh4],
soapysdr0.8-module-hackrf [!hurd-i386],
soapysdr0.8-module-lms7 [!powerpcspe],
soapysdr0.8-module-mirisdr [!hurd-i386],
soapysdr0.8-module-osmosdr [!hurd-i386],
soapysdr0.8-module-redpitaya,
soapysdr0.8-module-remote,
soapysdr0.8-module-rfspace [!hurd-i386],
soapysdr0.8-module-rtlsdr [!hurd-i386],
soapysdr0.8-module-uhd,
${misc:Depends}
Description: All device support for SoapySDR (metapackage)
SoapySDR is a library providing a common interface to SDR (software
defined radio) hardware. Support for different hardware is added through
external modules.
.
This dependency package pulls in all available device support module packages.
You can remove this package if you prefer to pick and choose modules to
install.
Package: soapysdr-module-all
Architecture: any
Multi-Arch: same
Depends: soapysdr0.8-module-all, ${misc:Depends}
Description: All device support for default version of SoapySDR (metapackage)
SoapySDR is a library providing a common interface to SDR (software
defined radio) hardware. Support for different hardware is added through
external modules.
.
This package depends on the metapackage which in turn depends on all available
device support packages for the default version of libsoapysdr.
|