File: control

package info (click to toggle)
cutesdr 1.20-3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 2,840 kB
  • sloc: cpp: 18,903; makefile: 21; sh: 5
file content (27 lines) | stat: -rw-r--r-- 1,233 bytes parent folder | download
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
Source: cutesdr
Section: hamradio
Priority: optional
Maintainer: A. Maitland Bottoms <bottoms@debian.org>
Build-Depends: debhelper (>= 10), cmake, qt5-qmake, qtbase5-dev,
 qtbase5-dev-tools, libusb-1.0-0-dev, libftdi1-dev, qtmultimedia5-dev,
 pkg-config, icoutils
Standards-Version: 4.1.4
Homepage: http://www.rfspace.com/RFSPACE/OtherApps.html
Vcs-Browser: https://sourceforge.net/projects/cutesdr/

Package: cutesdr
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: simple demodulation and spectrum display program
 The CuteSDR application's primary purpose is for spawning custom
 applications or for educational use. It is NOT a full featured
 program as it is purposely kept simple in order for developers to
 more easily spin off their own applications. A further goal was to
 use only the stock functionality of Qt ie no libraries or special
 drivers. This limits CuteSDR to using only a network connection.
 The main gui and framework is written by Moe Wheatly, AE4JY.
 .
 CuteSDR itself has only a network interface and will directly support
 the RFSPACE NetSDR and SDR-IP radios. The siqs_ftdi and SDRxxServer
 applications (packaged separately) provide network interfaces to
 RFSPACE USB devices.