From 04a77246dfb356f6fa7a2717729d9d78bd5d6c73 Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Sat, 1 Feb 2020 20:59:03 +0100 Subject: [PATCH] uhd: update to 3.15.0.0. --- common/shlibs | 2 +- srcpkgs/uhd/template | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/shlibs b/common/shlibs index 3d15926b1eb..e24d5b32299 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3503,7 +3503,7 @@ libcaf_core.so.0.16.2 bro-2.6.1_1 libcaf_openssl.so.0.16.2 bro-2.6.1_1 libllhttp.so.1 llhttp-1.0.1_1 libpinyin.so.13 libpinyin-2.2.1_1 -libuhd.so.3.14.1 uhd-3.14.1.0_1 +libuhd.so.3.15.0 uhd-3.15.0.0_1 libeditline.so.1 editline-1.16.0_1 libgnuradio-rds-3.7.0git.so.0.0.0 gnuradio-rds-1.1.0_1 libgnuradio-nrsc5-1.0.0git.so.0.0.0 gnuradio-nrsc5-1.0.0_1 diff --git a/srcpkgs/uhd/template b/srcpkgs/uhd/template index 7d9d37c6ec2..8bda2879564 100644 --- a/srcpkgs/uhd/template +++ b/srcpkgs/uhd/template @@ -1,11 +1,11 @@ # Template file for 'uhd' pkgname=uhd -version=3.14.1.1 -revision=2 +version=3.15.0.0 +revision=1 wrksrc="${pkgname}-${version}" build_wrksrc=host build_style=cmake -hostmakedepends="doxygen pkg-config python-Mako python-numpy python-requests" +hostmakedepends="doxygen pkg-config python3-Mako python3-numpy python3-requests" makedepends="libusb-devel boost-devel" short_desc="Ettus USRP Hardware driver library" maintainer="Remi Pommarel " @@ -13,7 +13,7 @@ license="GPL-3.0-or-later" homepage="https://files.ettus.com/" changelog="https://raw.githubusercontent.com/EttusResearch/uhd/master/CHANGELOG" distfiles="https://github.com/EttusResearch/uhd/archive/v${version}.tar.gz" -checksum=8cbcb22d12374ceb2859689b1d68d9a5fa6bd5bd82407f66952863d5547d27d0 +checksum=eed4a77d75faafff56be78985950039f8d9d1eb9fcbd58b8862e481dd49825cd case "${XBPS_TARGET_MACHINE}" in arm*) configure_args="-DNEON_SIMD_ENABLE=OFF"