kopia lustrzana https://github.com/f4exb/sdrangel
Add extra Qt5 packages for ADS-B and GS232 plugins
rodzic
1a9b6d1763
commit
be5a6b40d2
|
@ -67,6 +67,10 @@ for:
|
||||||
sudo apt-get -y install build-essential cmake git \
|
sudo apt-get -y install build-essential cmake git \
|
||||||
devscripts fakeroot debhelper libfftw3-dev qtbase5-dev libqt5opengl5-dev \
|
devscripts fakeroot debhelper libfftw3-dev qtbase5-dev libqt5opengl5-dev \
|
||||||
qttools5-dev qttools5-dev-tools qtmultimedia5-dev libqt5multimedia5-plugins libqt5websockets5-dev \
|
qttools5-dev qttools5-dev-tools qtmultimedia5-dev libqt5multimedia5-plugins libqt5websockets5-dev \
|
||||||
|
libqt5serialport5 libqt5quick5 qtpositioning5 \
|
||||||
|
qml-module-qtlocation qml-module-qtpositioning qml-module-qtquick-window2 qml-module-qtquick-dialogs \
|
||||||
|
qml-module-qtquick-controls qml-module-qtquick-layouts \
|
||||||
|
libqt5serialport5-dev qtdeclarative5-dev qtpositioning5-dev qtlocation5-dev \
|
||||||
libusb-1.0-0-dev libboost-all-dev libasound2-dev libopencv-dev libopencv-imgcodecs-dev \
|
libusb-1.0-0-dev libboost-all-dev libasound2-dev libopencv-dev libopencv-imgcodecs-dev \
|
||||||
libxml2-dev bison flex ffmpeg libpostproc-dev libavcodec-dev libavformat-dev \
|
libxml2-dev bison flex ffmpeg libpostproc-dev libavcodec-dev libavformat-dev \
|
||||||
libopus-dev libcodec2-dev libairspy-dev libhackrf-dev \
|
libopus-dev libcodec2-dev libairspy-dev libhackrf-dev \
|
||||||
|
|
|
@ -13,6 +13,19 @@ Build-Depends: debhelper (>= 9),
|
||||||
qtmultimedia5-dev,
|
qtmultimedia5-dev,
|
||||||
libqt5multimedia5-plugins,
|
libqt5multimedia5-plugins,
|
||||||
libqt5websockets5-dev,
|
libqt5websockets5-dev,
|
||||||
|
libqt5serialport5,
|
||||||
|
libqt5quick5,
|
||||||
|
qtpositioning5,
|
||||||
|
qml-module-qtlocation,
|
||||||
|
qml-module-qtpositioning,
|
||||||
|
qml-module-qtquick-window2,
|
||||||
|
qml-module-qtquick-dialogs,
|
||||||
|
qml-module-qtquick-controls,
|
||||||
|
qml-module-qtquick-layouts,
|
||||||
|
libqt5serialport5-dev,
|
||||||
|
qtdeclarative5-dev,
|
||||||
|
qtpositioning5-dev,
|
||||||
|
qtlocation5-dev,
|
||||||
libusb-1.0-0-dev,
|
libusb-1.0-0-dev,
|
||||||
libboost-all-dev,
|
libboost-all-dev,
|
||||||
libasound2-dev,
|
libasound2-dev,
|
||||||
|
@ -44,8 +57,9 @@ Description: SDR/Analyzer/Generator front-end for various hardware
|
||||||
Builds on Linux, Windows and Mac O/S
|
Builds on Linux, Windows and Mac O/S
|
||||||
Reception modes supported:
|
Reception modes supported:
|
||||||
Analog: AM, ATV, NFM, WFM, SSB, broadcast FM
|
Analog: AM, ATV, NFM, WFM, SSB, broadcast FM
|
||||||
Digital: D-Star, Yaesu SF, DMR, dPMR, LoRa
|
Digital: D-Star, Yaesu SF, DMR, dPMR, LoRa, ADS-B
|
||||||
Analyzer: Generic channel
|
Analyzer: Generic channel
|
||||||
Transmission modes supported:
|
Transmission modes supported:
|
||||||
Analog: AM, ATV, NFM, SSB, WFM
|
Analog: AM, ATV, NFM, SSB, WFM
|
||||||
|
Digital: Packet (AX.25), 802.15.4
|
||||||
Homepage: https://github.com/f4exb/sdrangel
|
Homepage: https://github.com/f4exb/sdrangel
|
||||||
|
|
Ładowanie…
Reference in New Issue