From b4c9e4fef91195f1dc220fa03645b4f511b156cc 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 dd41d3665aee..5cc81b9f90b2 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3240,7 +3240,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 ffbd9e232d05da4a145f695d5344589893b7e4a7 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/SDRPlusPlus/template b/srcpkgs/SDRPlusPlus/template index 641f013ad1f6..48d8acd9e6d3 100644 --- a/srcpkgs/SDRPlusPlus/template +++ b/srcpkgs/SDRPlusPlus/template @@ -1,7 +1,7 @@ -# Template file for 'SDRPlusPlus' +# 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 aaea2004ef42955e8fc9abead06f6a0ffe75c226 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 4a8229ba60c70635e22d81f867061f309293f00b 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)"