Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions srcpkgs/SDRPlusPlus/patches/fstat64.patch
Original file line number Diff line number Diff line change
@@ -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)
{
2 changes: 1 addition & 1 deletion srcpkgs/SDRPlusPlus/template
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
10 changes: 10 additions & 0 deletions srcpkgs/SatDump/patches/time64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- a/src-core/common/calibration.h
+++ b/src-core/common/calibration.h
@@ -2,6 +2,7 @@

#include <math.h>
#include <map>
+#include <sys/time.h>

#define c1 1.1910427e-05
#define c2 1.4387752
8 changes: 4 additions & 4 deletions srcpkgs/SatDump/template
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
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
4 changes: 2 additions & 2 deletions srcpkgs/cpu_features/template
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -9,7 +9,7 @@ maintainer="Andrew Benson <[email protected]>"
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"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/gnuradio/template
Original file line number Diff line number Diff line change
@@ -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/*"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/gqrx/template
Original file line number Diff line number Diff line change
@@ -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)"
Expand Down
9 changes: 5 additions & 4 deletions srcpkgs/volk/template
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
Expand All @@ -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"
Expand Down