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
|
Source: cubicsdr
Section: hamradio
Priority: optional
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Uploaders: Andreas Bombe <aeb@debian.org>,
Christoph Berg <myon@debian.org>,
Build-Depends: debhelper (>= 11),
cmake,
pkg-config,
libsoapysdr-dev,
libliquid-dev,
libhamlib-dev,
libwxgtk3.0-dev,
libgl-dev,
librtaudio-dev,
libtinyxml-dev
Standards-Version: 4.2.1
Homepage: https://cubicsdr.com/
Vcs-Browser: https://salsa.debian.org/debian-hamradio-team/cubicsdr
Vcs-Git: https://salsa.debian.org/debian-hamradio-team/cubicsdr.git
Package: cubicsdr
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Software Defined Radio receiver
CubicSDR is a cross-platform Software-Defined Radio application which allows
you to navigate the radio spectrum and demodulate any signals you might
discover. It currently includes several common analog demodulation schemes such
as AM and FM and will support digital modes in the future.
.
CubicSDR uses SoapySDR to access SDR hardware and thereby supports all hardware
for which a SoapySDR module exists.
|