mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
gnuradio: build with new sdl12-compat library
This commit is contained in:
parent
fba9795efe
commit
bb7954f233
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gnuradio'
|
||||
pkgname=gnuradio
|
||||
version=3.10.11.0
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=cmake
|
||||
build_helper="python3"
|
||||
conf_files="/etc/gnuradio/conf.d/*"
|
||||
|
@ -12,10 +12,10 @@ _pydeps="python3-Mako python3-cairo python3-click python3-click-plugins python3-
|
|||
python3-jsonschema python3-numpy python3-pyqtgraph python3-pyzmq python3-scipy python3-yaml"
|
||||
hostmakedepends="pkg-config doxygen mathjax2 python3-Sphinx python3-pygccxml
|
||||
qt5-host-tools qt5-qmake ${_pydeps}"
|
||||
makedepends="SDL-devel SoapySDR-devel boost-devel codec2-devel cppzmq fftw-devel gmpxx-devel
|
||||
gsl-devel gtk+3-devel jack-devel libgsm-devel libiio-devel libsndfile-devel
|
||||
python3-devel python3-gobject-devel python3-pybind11 python3-pygccxml qwt-devel spdlog
|
||||
fmt-devel uhd-devel volk-devel"
|
||||
makedepends="sdl12-compat-devel SoapySDR-devel boost-devel codec2-devel cppzmq
|
||||
fftw-devel gmpxx-devel gsl-devel gtk+3-devel jack-devel libgsm-devel
|
||||
libiio-devel libsndfile-devel python3-devel python3-gobject-devel
|
||||
python3-pybind11 python3-pygccxml qwt-devel spdlog fmt-devel uhd-devel volk-devel"
|
||||
depends="${_pydeps} python3-cheetah3 python3-lxml python3-matplotlib"
|
||||
checkdepends="python3-pytest"
|
||||
short_desc="Framework for software defined radio"
|
||||
|
|
Loading…
Add table
Reference in a new issue