Add python-mako to list of required build packages.

pull/652/head
Jon Beniston 2020-10-04 08:38:17 +01:00
rodzic 0ff50a244e
commit 1f7891ea4c
2 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -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
Wyświetl plik

@ -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.