From 1f7891ea4ccb7b6ca5e18736cc5316775dcfa2f9 Mon Sep 17 00:00:00 2001 From: Jon Beniston Date: Sun, 4 Oct 2020 08:38:17 +0100 Subject: [PATCH] Add python-mako to list of required build packages. --- .appveyor.yml | 1 + debian/control | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index df725e11b..745ce2c6a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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 diff --git a/debian/control b/debian/control index 4130d4879..2df590a7e 100644 --- a/debian/control +++ b/debian/control @@ -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.