From 68992ecec75d19eb8681e991304c30add48293f9 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Thu, 26 Jan 2023 18:26:37 -0600 Subject: [PATCH 1/4] volk: update to 3.0.0. --- common/shlibs | 2 +- srcpkgs/volk/template | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/common/shlibs b/common/shlibs index ce31638c1c9e..cdffd90a54ff 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3241,7 +3241,7 @@ libarcan_tui.so.0.15 arcan-0.6.1.1_1 libarcan_a12.so.0.1 arcan-0.6.1.1_1 liblwipv6.so.2 lwipv6-1.5a_1 libpipewire-0.3.so.0 libpipewire-0.3.6_1 -libvolk.so.2.5 volk-2.5.0_1 +libvolk.so.3.0 volk-3.0.0_1 libgnuradio-runtime.so.3.10.3 gnuradio-3.10.3.0_1 libgnuradio-pmt.so.3.10.3 gnuradio-3.10.3.0_1 libgnuradio-blocks.so.3.10.3 gnuradio-3.10.3.0_1 diff --git a/srcpkgs/volk/template b/srcpkgs/volk/template index 9b526944cb7c..0fce1a674f30 100644 --- a/srcpkgs/volk/template +++ b/srcpkgs/volk/template @@ -1,19 +1,20 @@ # Template file for 'volk' pkgname=volk -version=2.5.2 -revision=2 +version=3.0.0 +revision=1 _cpu_features_gitrev="188d0d3c383689cdb6bb70dc6da2469faec84f61" create_wrksrc=yes build_style=cmake +configure_args="-DENABLE_LGPL=OFF" hostmakedepends="pkg-config python3-cheetah3 git python3-Mako python3-six" makedepends="python3-cheetah3 python3-devel python3-Mako python3-six" short_desc="Vector-Optimized Library of Kernels" maintainer="Andrew Benson " -license="GPL-3.0-or-later" +license="LGPL-3.0-or-later" homepage="http://libvolk.org/" distfiles="https://github.com/gnuradio/volk/archive/v${version}.tar.gz https://github.com/google/cpu_features/archive/${_cpu_features_gitrev}.tar.gz" -checksum="fb447b8053f574a72697a26f08d51fb70d3b54b4e90e72b705138f8bc7ae6722 +checksum="617c25a5a240e41e50d695851925541b19e011d516c3e0c288a5aeefb3ceb7fd ef383c81e84e7ce56eeb9207ded6937f0aefd6747c319d8d3265e6d9be164db1" case "$XBPS_TARGET_MACHINE" in From dbb2a059b172700ceb1a1dc6101d4827f30a3d01 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Thu, 26 Jan 2023 18:25:53 -0600 Subject: [PATCH 2/4] SDRPlusPlus: rebuild for volk-3.0.0 --- srcpkgs/SDRPlusPlus/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/SDRPlusPlus/template b/srcpkgs/SDRPlusPlus/template index 641f013ad1f6..2c9128bfcafd 100644 --- a/srcpkgs/SDRPlusPlus/template +++ b/srcpkgs/SDRPlusPlus/template @@ -1,7 +1,7 @@ # Template file for 'SDRPlusPlus' pkgname=SDRPlusPlus version=1.0.4 -revision=1 +revision=2 build_style=cmake configure_args="-DOPT_BUILD_PLUTOSDR_SOURCE=0" hostmakedepends="pkg-config" From 6f3d8de683282d67939814d7a21b8132dcc15a1d Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Thu, 26 Jan 2023 18:25:53 -0600 Subject: [PATCH 3/4] gnuradio: rebuild for volk-3.0.0 --- srcpkgs/gnuradio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gnuradio/template b/srcpkgs/gnuradio/template index a1b1fee2ab8a..0d86e0c343bb 100644 --- a/srcpkgs/gnuradio/template +++ b/srcpkgs/gnuradio/template @@ -1,7 +1,7 @@ # Template file for 'gnuradio' pkgname=gnuradio version=3.10.3.0 -revision=7 +revision=8 build_style=cmake conf_files="/etc/gnuradio/conf.d/*" configure_args="-DMATHJAX2_USE_ROOT=/usr/share/mathjax From de10cc2b76d4c036b6c1983b46015e9071c9cb53 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Thu, 26 Jan 2023 18:25:53 -0600 Subject: [PATCH 4/4] gqrx: rebuild for volk-3.0.0 --- srcpkgs/gqrx/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gqrx/template b/srcpkgs/gqrx/template index 2561d1cb7f95..c2215b30dc9b 100644 --- a/srcpkgs/gqrx/template +++ b/srcpkgs/gqrx/template @@ -1,7 +1,7 @@ # Template file for 'gqrx' pkgname=gqrx version=2.15.9 -revision=1 +revision=2 build_style=cmake configure_args="$(vopt_if gr_audio -DLINUX_AUDIO_BACKEND=Gr-audio) $(vopt_if portaudio -DLINUX_AUDIO_BACKEND=Portaudio)"