diff --git a/common/shlibs b/common/shlibs index f54df040e791be..e8a501c8cef60b 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3264,7 +3264,7 @@ liblwipv6.so.2 lwipv6-1.5a_1 libopentime.so.17 OpenTimelineIO-0.17.0_1 libopentimelineio.so.17 OpenTimelineIO-0.17.0_1 libpipewire-0.3.so.0 libpipewire-0.3.6_1 -libvolk.so.3.1 volk-3.1.0_1 +libvolk.so.3.2 volk-3.2.0_1 libgnuradio-runtime.so.3.10.12 gnuradio-3.10.12.0_1 libgnuradio-pmt.so.3.10.12 gnuradio-3.10.12.0_1 libgnuradio-blocks.so.3.10.12 gnuradio-3.10.12.0_1 diff --git a/srcpkgs/SDRPlusPlus/patches/fstat64.patch b/srcpkgs/SDRPlusPlus/patches/fstat64.patch new file mode 100644 index 00000000000000..65106479107964 --- /dev/null +++ b/srcpkgs/SDRPlusPlus/patches/fstat64.patch @@ -0,0 +1,11 @@ +--- a/core/src/spdlog/details/os-inl.h ++++ b/core/src/spdlog/details/os-inl.h +@@ -231,7 +231,7 @@ + int fd = ::fileno(f); + #endif + // 64 bits(but not in osx or cygwin, where fstat64 is deprecated) +-#if (defined(__linux__) || defined(__sun) || defined(_AIX)) && (defined(__LP64__) || defined(_LP64)) ++#if ((defined(__linux__) && defined(__GNU_SOURCE_)) || defined(__sun) || defined(_AIX)) && (defined(__LP64__) || defined(_LP64)) + struct stat64 st; + if (::fstat64(fd, &st) == 0) + { diff --git a/srcpkgs/SDRPlusPlus/template b/srcpkgs/SDRPlusPlus/template index 5d23934afa7d55..e3d6665baf856d 100644 --- a/srcpkgs/SDRPlusPlus/template +++ b/srcpkgs/SDRPlusPlus/template @@ -1,7 +1,7 @@ # Template file for 'SDRPlusPlus' pkgname=SDRPlusPlus version=1.0.4 -revision=3 +revision=4 build_style=cmake configure_args="-DOPT_BUILD_PLUTOSDR_SOURCE=0" hostmakedepends="pkg-config" diff --git a/srcpkgs/SatDump/patches/time64.patch b/srcpkgs/SatDump/patches/time64.patch new file mode 100644 index 00000000000000..255f0b9279ad1e --- /dev/null +++ b/srcpkgs/SatDump/patches/time64.patch @@ -0,0 +1,10 @@ +--- a/src-core/common/calibration.h ++++ b/src-core/common/calibration.h +@@ -2,6 +2,7 @@ + + #include + #include ++#include + + #define c1 1.1910427e-05 + #define c2 1.4387752 diff --git a/srcpkgs/SatDump/template b/srcpkgs/SatDump/template index 67c0549f00bb8f..3164ee11600f5f 100644 --- a/srcpkgs/SatDump/template +++ b/srcpkgs/SatDump/template @@ -1,17 +1,17 @@ # Template file for 'SatDump' pkgname=SatDump -version=1.2.0 -revision=2 +version=1.2.2 +revision=1 build_style=cmake hostmakedepends="pkgconf" makedepends="fftw-devel volk-devel libpng-devel LuaJIT-devel nng-devel librtlsdr-devel libhackrf-devel libairspy-devel libairspyhf-devel glew-devel glfw-devel libzstd-devel libgomp-devel ocl-icd-devel LimeSuite-devel - uhd-devel portaudio-cpp-devel tiff-devel jemalloc-devel" + uhd-devel portaudio-cpp-devel tiff-devel jemalloc-devel libcurl-devel" short_desc="Satellite data processing" maintainer="Adam Gausmann " license="GPL-3.0-or-later" homepage="https://github.com/SatDump/SatDump" changelog="https://github.com/SatDump/SatDump/releases" distfiles="https://github.com/SatDump/SatDump/archive/refs/tags/${version}.tar.gz" -checksum=099d51864a0a3e374b0d12a9ad13d8ac263b9ab0cb88d4e5b08c2b72b9afb20e +checksum=2ab7c6126e426ad79972b274cc380c0bb04c9e755d746d67f3af92c1dd569209 diff --git a/srcpkgs/cpu_features/template b/srcpkgs/cpu_features/template index b73fd13cd62f7f..11c014c1aac06b 100644 --- a/srcpkgs/cpu_features/template +++ b/srcpkgs/cpu_features/template @@ -1,6 +1,6 @@ # Template file for 'cpu_features' pkgname=cpu_features -version=0.9.0 +version=0.10.1 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=NO" @@ -9,7 +9,7 @@ maintainer="Andrew Benson " license="Apache-2.0" homepage="https://github.com/google/cpu_features" distfiles="https://github.com/google/cpu_features/archive/v${version}.tar.gz" -checksum=bdb3484de8297c49b59955c3b22dba834401bc2df984ef5cfc17acbe69c5018e +checksum=52639b380fced11d738f8b151dbfee63fb94957731d07f1966c812e5b90cbad4 cpu_features-devel_package() { short_desc+=" - development files" diff --git a/srcpkgs/gnuradio/template b/srcpkgs/gnuradio/template index 970402fe6559e7..d7108533d3acbd 100644 --- a/srcpkgs/gnuradio/template +++ b/srcpkgs/gnuradio/template @@ -1,7 +1,7 @@ # Template file for 'gnuradio' pkgname=gnuradio version=3.10.12.0 -revision=3 +revision=4 build_style=cmake build_helper="python3" conf_files="/etc/gnuradio/conf.d/*" diff --git a/srcpkgs/gqrx/template b/srcpkgs/gqrx/template index 884396fea05692..87b0928859b5ca 100644 --- a/srcpkgs/gqrx/template +++ b/srcpkgs/gqrx/template @@ -1,7 +1,7 @@ # Template file for 'gqrx' pkgname=gqrx version=2.17.7 -revision=2 +revision=3 build_style=cmake configure_args="$(vopt_if gr_audio -DLINUX_AUDIO_BACKEND=Gr-audio) $(vopt_if portaudio -DLINUX_AUDIO_BACKEND=Portaudio)" diff --git a/srcpkgs/volk/template b/srcpkgs/volk/template index 0a55abfb95ad52..7dff4acbd70c80 100644 --- a/srcpkgs/volk/template +++ b/srcpkgs/volk/template @@ -1,13 +1,14 @@ # Template file for 'volk' pkgname=volk -version=3.1.2 -revision=3 +version=3.2.0 +revision=1 _cpu_features_gitrev="188d0d3c383689cdb6bb70dc6da2469faec84f61" _sse2neon_ver=1.7.0 create_wrksrc=yes build_style=cmake configure_args="-DENABLE_LGPL=OFF" -hostmakedepends="pkg-config python3-cheetah3 git python3-Mako python3-six" +hostmakedepends="pkg-config python3-cheetah3 git python3-Mako python3-six + python3-packaging-bootstrap" makedepends="python3-cheetah3 python3-devel python3-Mako python3-six cpu_features-devel" short_desc="Vector-Optimized Library of Kernels" maintainer="Andrew Benson " @@ -16,7 +17,7 @@ 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 https://raw.githubusercontent.com/DLTcollab/sse2neon/v${_sse2neon_ver}/sse2neon.h" -checksum="90082bf68d76d00aa6c35f8bff0e93891b4204d817e1a3ba829486b445f715dc +checksum="5433b07537223e4ead30fed85ff9e915740e3738ff358d74eff39e483818b986 ef383c81e84e7ce56eeb9207ded6937f0aefd6747c319d8d3265e6d9be164db1 c36e1355c1a22d9c3357c945d1ef8bd005cb1f0f7b378e6577a45ea96931a083" skip_extraction="sse2neon.h"