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
|
Source: airspyhf
Section: hamradio
Priority: optional
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Uploaders: A. Maitland Bottoms <bottoms@debian.org>
Build-Depends: cmake,
debhelper-compat (= 13),
libusb-1.0-0-dev [!kfreebsd-any],
libusb2-dev [kfreebsd-any],
pkg-config
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://airspy.com/airspy-hf-plus
Vcs-Browser: https://salsa.debian.org/debian-hamradio-team/airspyhf
Vcs-Git: https://salsa.debian.org/debian-hamradio-team/airspyhf.git
Package: airspyhf
Section: comm
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, libairspyhf1 (= ${binary:Version}), ${misc:Depends}
Description: HF+VHF software defined radio receiver - user runtime
Airspy HF+ is an open source Software Defined Radio that can receive
9 kHZ to 31 MHz and 60 MHz to 260 MHz.
It is a High Speed USB device powered by the USB bus.
.
This package contains some utility applications.
* airspyhf_gpio
* airspyhf_lib_version
* airspyhf_info: probe device and show configuration
* airspyhf_rx
* airspyhf_calibrate
Package: libairspyhf-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libairspyhf1 (= ${binary:Version}), ${misc:Depends}
Description: HF+VHF software defined radio receiver - development
Airspy HF+ is an open source Software Defined Radio that can receive
9 kHZ to 31 MHz and 60 MHz to 260 MHz.
It is a High Speed USB device powered by the USB bus.
.
This package contains development files.
Package: libairspyhf1
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Description: HF+VHF software defined radio receiver - library
Airspy HF+ is an open source Software Defined Radio that can receive
9 kHZ to 31 MHz and 60 MHz to 260 MHz.
It is a High Speed USB device powered by the USB bus.
.
This package contains the shared library.
|