2019-05-22 11:16:06 -04:00
|
|
|
Source: sdrangel
|
|
|
|
Maintainer: Edouard Griffiths, F4EXB <f4exb06@gmail.com>
|
|
|
|
Section: hamradio
|
|
|
|
Priority: optional
|
|
|
|
Standards-Version: 3.9.2
|
|
|
|
Homepage: https://github.com/f4exb/sdrangel
|
|
|
|
Build-Depends: debhelper (>= 9),
|
|
|
|
libfftw3-dev,
|
2022-05-14 08:25:53 -04:00
|
|
|
libopengl-dev,
|
2019-05-22 11:16:06 -04:00
|
|
|
qtbase5-dev,
|
|
|
|
libqt5opengl5-dev,
|
|
|
|
qttools5-dev,
|
|
|
|
qttools5-dev-tools,
|
|
|
|
qtmultimedia5-dev,
|
|
|
|
libqt5multimedia5-plugins,
|
2019-06-08 15:25:08 -04:00
|
|
|
libqt5websockets5-dev,
|
2020-10-27 13:03:24 -04:00
|
|
|
libqt5quick5,
|
2021-02-27 23:40:15 -05:00
|
|
|
libqt5texttospeech5-dev,
|
2020-10-27 13:03:24 -04:00
|
|
|
qml-module-qtlocation,
|
|
|
|
qml-module-qtpositioning,
|
|
|
|
qml-module-qtquick-window2,
|
2021-02-27 23:40:15 -05:00
|
|
|
qml-module-qtquick-dialogs,
|
|
|
|
qml-module-qtquick-controls,
|
2021-04-16 17:56:15 -04:00
|
|
|
qml-module-qtquick-controls2,
|
2020-10-27 13:03:24 -04:00
|
|
|
qml-module-qtquick-layouts,
|
2021-11-12 11:51:23 -05:00
|
|
|
qml-module-qtgraphicaleffects,
|
2020-10-27 13:03:24 -04:00
|
|
|
libqt5serialport5-dev,
|
2021-01-13 16:03:55 -05:00
|
|
|
libqt5charts5-dev,
|
2021-02-27 06:51:42 -05:00
|
|
|
libqt5texttospeech5-dev,
|
2020-10-27 13:03:24 -04:00
|
|
|
qtdeclarative5-dev,
|
|
|
|
qtpositioning5-dev,
|
|
|
|
qtlocation5-dev,
|
2022-02-04 15:56:47 -05:00
|
|
|
qtwebengine5-dev,
|
2022-02-04 17:26:40 -05:00
|
|
|
qtbase5-private-dev,
|
2019-05-22 11:16:06 -04:00
|
|
|
libusb-1.0-0-dev,
|
2022-03-05 06:04:27 -05:00
|
|
|
libhidapi-dev,
|
2019-05-22 11:16:06 -04:00
|
|
|
libboost-all-dev,
|
|
|
|
libasound2-dev,
|
|
|
|
libopencv-dev,
|
2019-05-31 19:13:36 -04:00
|
|
|
libopencv-imgcodecs-dev,
|
2019-05-22 11:16:06 -04:00
|
|
|
libxml2-dev,
|
|
|
|
bison,
|
|
|
|
flex,
|
|
|
|
ffmpeg,
|
2021-04-16 17:56:15 -04:00
|
|
|
libfaad-dev,
|
2019-05-22 11:16:06 -04:00
|
|
|
libavcodec-dev,
|
|
|
|
libavformat-dev,
|
|
|
|
libopus-dev,
|
|
|
|
libairspy-dev,
|
2020-10-04 03:38:17 -04:00
|
|
|
libhackrf-dev,
|
2021-04-17 03:04:27 -04:00
|
|
|
libuhd-dev,
|
2021-04-16 17:56:15 -04:00
|
|
|
zlib1g-dev
|
2019-05-22 11:16:06 -04:00
|
|
|
# TODO:
|
|
|
|
# - more dependencies based on version; newer has more devices
|
|
|
|
# - manage dependencies not present upstream
|
|
|
|
|
|
|
|
Package: sdrangel
|
|
|
|
Architecture: any
|
2021-12-01 02:36:28 -05:00
|
|
|
Depends: ${shlibs:Depends},
|
|
|
|
${misc:Depends},
|
|
|
|
libasound2,
|
|
|
|
libgl1-mesa-glx,
|
|
|
|
libqt5multimedia5-plugins,
|
2022-04-05 07:42:48 -04:00
|
|
|
qtspeech5-speechd-plugin,
|
2021-12-01 02:36:28 -05:00
|
|
|
pulseaudio,
|
|
|
|
ffmpeg,
|
|
|
|
qml-module-qtlocation,
|
|
|
|
qml-module-qtpositioning,
|
|
|
|
qml-module-qtquick-window2,
|
|
|
|
qml-module-qtquick-dialogs,
|
|
|
|
qml-module-qtquick-controls,
|
|
|
|
qml-module-qtquick-controls2,
|
|
|
|
qml-module-qtquick-layouts,
|
|
|
|
qml-module-qtgraphicaleffects
|
2019-05-22 11:16:06 -04:00
|
|
|
Description: SDR/Analyzer/Generator front-end for various hardware
|
|
|
|
SDR/Analyzer/Generator front-end for Airspy, BladeRF, HackRF,
|
2021-04-16 17:56:15 -04:00
|
|
|
RTL-SDR, FunCube, LimeSDR, PlutoSDR, RSP, USRP.
|
2019-05-22 11:16:06 -04:00
|
|
|
Also File source and sink for I/Q samples, network I/Q sources with
|
|
|
|
remote instance.
|
|
|
|
Based on Qt5 framework and OpenGL for the spectrum and scope rendering.
|
|
|
|
Builds on Linux, Windows and Mac O/S
|
|
|
|
Reception modes supported:
|
2021-04-16 17:56:15 -04:00
|
|
|
Analog: AM, ATV, NFM, WFM, SSB, broadcast FM, APT
|
2021-05-07 16:50:27 -04:00
|
|
|
Digital: D-Star, Yaesu SF, DMR, dPMR, FreeDV, DAB, DVB-S, LoRa, ADS-B, Packet (AX.25/APRS), AIS
|
2019-05-22 11:16:06 -04:00
|
|
|
Analyzer: Generic channel
|
|
|
|
Transmission modes supported:
|
|
|
|
Analog: AM, ATV, NFM, SSB, WFM
|
2021-05-07 16:50:27 -04:00
|
|
|
Digital: DVB-S, Packet (AX.25), AIS, 802.15.4
|
2019-05-22 11:16:06 -04:00
|
|
|
Homepage: https://github.com/f4exb/sdrangel
|