mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-04-04 02:28:33 -04:00
Add python-mako to list of required build packages.
This commit is contained in:
parent
0ff50a244e
commit
1f7891ea4c
@ -71,6 +71,7 @@ for:
|
||||
libxml2-dev bison flex ffmpeg libpostproc-dev libavcodec-dev libavformat-dev \
|
||||
libopus-dev libcodec2-dev libairspy-dev libhackrf-dev \
|
||||
libbladerf-dev libsoapysdr-dev libiio-dev \
|
||||
python-mako \
|
||||
autoconf automake libtool
|
||||
- sh: if [[ ! "${CMAKE_CUSTOM_OPTIONS}" =~ "ENABLE_EXTERNAL_LIBRARIES=ON" ]]; then bash cmake/ci/build_cm256cc.sh; fi
|
||||
- sh: if [[ ! "${CMAKE_CUSTOM_OPTIONS}" =~ "ENABLE_EXTERNAL_LIBRARIES=ON" ]]; then bash cmake/ci/build_mbelib.sh; fi
|
||||
|
5
debian/control
vendored
5
debian/control
vendored
@ -26,7 +26,8 @@ Build-Depends: debhelper (>= 9),
|
||||
libavformat-dev,
|
||||
libopus-dev,
|
||||
libairspy-dev,
|
||||
libhackrf-dev
|
||||
libhackrf-dev,
|
||||
python-mako
|
||||
# TODO:
|
||||
# - more dependencies based on version; newer has more devices
|
||||
# - manage dependencies not present upstream
|
||||
@ -36,7 +37,7 @@ Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libasound2, libgl1-mesa-glx, libqt5multimedia5-plugins, pulseaudio, ffmpeg
|
||||
Description: SDR/Analyzer/Generator front-end for various hardware
|
||||
SDR/Analyzer/Generator front-end for Airspy, BladeRF, HackRF,
|
||||
RTL-SDR, FunCube, LimeSDR, PlutoSDR.
|
||||
RTL-SDR, FunCube, LimeSDR, PlutoSDR, USRP.
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user