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
|
Source: soapyuhd
Section: hamradio
Priority: optional
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Uploaders: Andreas Bombe <aeb@debian.org>,
A. Maitland Bottoms <bottoms@debian.org>
Build-Depends:
debhelper-compat (= 13),
cmake,
libboost-dev, libboost-system-dev, libboost-thread-dev,
libsoapysdr0.8-dev,
libuhd-dev
Standards-Version: 4.7.1
Homepage: https://github.com/pothosware/SoapyUHD/wiki
Vcs-Browser: https://salsa.debian.org/debian-hamradio-team/soapysdr/soapyuhd
Vcs-Git: https://salsa.debian.org/debian-hamradio-team/soapysdr/soapyuhd.git
Rules-Requires-Root: no
Package: soapysdr0.8-module-uhd
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: soapysdr0.8-module
Description: UHD device support for SoapySDR
Both SoapySDR and the Universal Hardware Driver by Ettus Research projects
provide libraries to access various software defined radio hardware through a
common interface.
.
This SoapySDR hardware support module makes all UHD devices available to
applications using SoapySDR. An interface in the other direction is available
in the uhd-soapysdr package.
Package: soapysdr-module-uhd
Architecture: any
Multi-Arch: same
Depends: soapysdr0.8-module-uhd, ${misc:Depends}
Description: UHD device support for SoapySDR (default version)
Both SoapySDR and the Universal Hardware Driver by Ettus Research projects
provide libraries to access various software defined radio hardware through a
common interface.
.
This SoapySDR hardware support module makes all UHD devices available to
applications using SoapySDR. An interface in the other direction is available
in the uhd-soapysdr package.
.
This is an empty dependency package that pulls in the UHD module for the
default version of libsoapysdr.
Package: uhd-soapysdr
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: SoapySDR device support for libuhd
Both SoapySDR and the Universal Hardware Driver by Ettus Research projects
provide libraries to access various software defined radio hardware through a
common interface.
.
This UHD module makes all SoapySDR devices available to applications using
libuhd. An interface in the other direction is available in the
soapysdr-module-uhd package.
|