1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-09-03 21:57:51 -04:00

Add python-mako to list of required build packages.

This commit is contained in:
Jon Beniston 2020-10-04 08:38:17 +01:00
parent 0ff50a244e
commit 1f7891ea4c
2 changed files with 4 additions and 2 deletions

View File

@ -71,6 +71,7 @@ for:
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 \
libbladerf-dev libsoapysdr-dev libiio-dev \ libbladerf-dev libsoapysdr-dev libiio-dev \
python-mako \
autoconf automake libtool 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_cm256cc.sh; fi
- sh: if [[ ! "${CMAKE_CUSTOM_OPTIONS}" =~ "ENABLE_EXTERNAL_LIBRARIES=ON" ]]; then bash cmake/ci/build_mbelib.sh; fi - sh: if [[ ! "${CMAKE_CUSTOM_OPTIONS}" =~ "ENABLE_EXTERNAL_LIBRARIES=ON" ]]; then bash cmake/ci/build_mbelib.sh; fi

5
debian/control vendored
View File

@ -26,7 +26,8 @@ Build-Depends: debhelper (>= 9),
libavformat-dev, libavformat-dev,
libopus-dev, libopus-dev,
libairspy-dev, libairspy-dev,
libhackrf-dev libhackrf-dev,
python-mako
# TODO: # TODO:
# - more dependencies based on version; newer has more devices # - more dependencies based on version; newer has more devices
# - manage dependencies not present upstream # - manage dependencies not present upstream
@ -36,7 +37,7 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libasound2, libgl1-mesa-glx, libqt5multimedia5-plugins, pulseaudio, ffmpeg Depends: ${shlibs:Depends}, ${misc:Depends}, libasound2, libgl1-mesa-glx, libqt5multimedia5-plugins, pulseaudio, ffmpeg
Description: SDR/Analyzer/Generator front-end for various hardware Description: SDR/Analyzer/Generator front-end for various hardware
SDR/Analyzer/Generator front-end for Airspy, BladeRF, HackRF, 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 Also File source and sink for I/Q samples, network I/Q sources with
remote instance. remote instance.
Based on Qt5 framework and OpenGL for the spectrum and scope rendering. Based on Qt5 framework and OpenGL for the spectrum and scope rendering.