gnuradio: Add ettus USRP support (gr-uhd)

[ci skip]

closes #7100
This commit is contained in:
Remi Pommarel 2018-11-09 14:33:20 +01:00 committed by maxice8
parent 13575ee0f0
commit 513aca474f
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B
2 changed files with 6 additions and 4 deletions

View file

@ -3057,6 +3057,7 @@ libgnuradio-vocoder-3.7.13.4.so.0.0.0 gnuradio-3.7.13.4_1
libgnuradio-fcd-3.7.13.4.so.0.0.0 gnuradio-3.7.13.4_1
libgnuradio-wavelet-3.7.13.4.so.0.0.0 gnuradio-3.7.13.4_1
libgnuradio-wxgui-3.7.13.4.so.0.0.0 gnuradio-3.7.13.4_1
libgnuradio-uhd-3.7.13.4.so.0.0.0 gnuradio-3.7.13.4_3
libgnuradio-osmosdr-0.1.4.so.0.0.0 gnuradio-osmosdr-0.1.4_1
libflann_cpp.so.1.9 flann-1.9.1_1
libflann.so.1.9 flann-1.9.1_1

View file

@ -1,7 +1,7 @@
# Template file for 'gnuradio'
pkgname=gnuradio
version=3.7.13.4
revision=3
revision=4
build_style=cmake
nocross="relies on volk, which is not complete for arm"
conf_files="/etc/gnuradio/conf.d/*"
@ -10,7 +10,7 @@ pycompile_module="gnuradio grc_gnuradio pmt"
hostmakedepends="pkg-config doxygen swig python-cheetah python-lxml
python-numpy python-Sphinx"
makedepends="SDL-devel boost-devel fftw-devel gsl-devel jack-devel libgsm-devel
libusb-devel pygtk-devel volk-devel wxPython-devel"
libusb-devel pygtk-devel volk-devel wxPython-devel uhd-devel python-devel"
depends="pygtk python-cheetah python-lxml python-numpy"
short_desc="Framework for software defined radio"
maintainer="Andrew Benson <abenson+void@gmail.com>"
@ -19,13 +19,14 @@ homepage="https://www.gnuradio.org"
distfiles="https://github.com/gnuradio/gnuradio/archive/v${version}.tar.gz"
checksum=903ca4a7ccccdbd0bf2cc3f4412971f5f56ab6834932056b0f6791112c4e4787
if [ -n "$CROSS_BUILD" ]; then
if [ "$CROSS_BUILD" ]; then
nocross="https://build.voidlinux.eu/builders/armv7l_builder/builds/7596/steps/shell_3/logs/stdio"
fi
post_install() {
rm ${DESTDIR}/usr/share/gnuradio/examples/audio/dial_tone \
${DESTDIR}/usr/share/gnuradio/examples/fcd/fcd_nfm_rx
${DESTDIR}/usr/share/gnuradio/examples/fcd/fcd_nfm_rx \
${DESTDIR}/usr/share/gnuradio/examples/uhd/tags_demo
vinstall grc/scripts/freedesktop/gnuradio-grc.desktop 644 \
usr/share/applications
vinstall grc/scripts/freedesktop/gnuradio_logo_icon-square.svg 644 \