Debian Patches
Status for soapyosmo/0.2.5-9
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-fix-readme-markdown-format.patch | [PATCH 1/9] fix readme markdown format | Josh Blum <josh@joshknows.com> | no | 2017-07-01 | ||
0002-Squashed-gr-osmosdr-changes-from-5ecfa255.c653754d.patch | [PATCH 2/9] Squashed 'gr-osmosdr/' changes from 5ecfa255..c653754d c653754d Merge branch 'master' of git.osmocom.org:gr-osmosdr b7aab458 freesrp: whitespace fixes 1693e4e9 FreeSRP: Add support for multiple devices in get_devices 3c7d3f16 rtl,rtl_tcp: add bias=0|1 parameter to switch off|on bias voltage on gpio0 a3b4e5c8 rtl_tcp: delete LUT table in destructor 26f93e46 RTL-TCP: Convert to single class model 33a8d1c2 RTL-SDR: convert _lut to float[] to reduce size by a factor of 256 cf954948 soapy - correct constant for frequency correction 117f6488 soapy: support set/getFrequencyCorrection() API b361fa5a soapy: support newer getSampleRateRange() API call a9e536f4 soapy - check for freq corr before invoking |
Josh Blum <josh@joshknows.com> | no | 2017-07-02 | ||
0003-Update-internal-copy-of-gr-osmosdr.patch | [PATCH 3/9] Update internal copy of gr-osmosdr | Josh Blum <josh@joshknows.com> | no | 2017-07-02 | ||
0004-Squashed-gr-osmosdr-changes-from-c653754.4d83c60.patch | [PATCH 4/9] Squashed 'gr-osmosdr/' changes from c653754..4d83c60 4d83c60 bladerf: update bladerf to catch up with libbladeRF c06db96 bladeRF: add support for biastee on bladeRF micro 2e2ff98 bladerf: remove vestigial map b4e6913 bladerf: use bladerf_get_channel_count where available bee32d9 bladerf: compatibility with older libbladeRF 8f8b137 bladerf: add support for MIMO c4a0781 bladerf_common: tweak buffer/transfer settings c8e69ed bladerf: add set_rx_mux_mode functionality 68ba383 bladerf: add firmware loopback mode ea6cc4b bladerf_common: add agc= option to set gain mode 0132f6c bladerf: use nchan option to enable multi-channels 814fe08 bladerf: fix get_gain_names population 077697c bladerf: formatting/style fixes on .h files 399db91 bladerf: formatting/consistency fixes ed4dda1 bladerf_common: formatting/whitespace/consistency cee8785 bladerf: replace bladerf_module with bladerf_direction 07babe9 bladerf_common: cleanup on set_gain_mode 3523097 bladeRF: fix identification of channels 855ac41 bladeRF: remove set_bb_gain 4ffccd1 update copyright dates a6209e3 formatting/wording tweaks 107b35b bladerf2: add get_gain_mode and set_gain_mode 708096f WIP: libbladeRF rev2 refactoring etc 4395c3e WIP: more port work 56da34f bladerf: initial support for new bladeRF hardware 0b5c391 link with pthreads only when using gcc ea1fc34 Merge branch 'master' of git.osmocom.org:gr-osmosdr c98be5d Fix compilation with boost-1.67 ea6b356 Remove workaround for gnuradio bug #528 as it has been fixed in 3.7.9.1 |
Josh Blum <josh@joshknows.com> | no | 2018-11-04 | ||
0006-Disable-SoapyOsmo-rfspace-by-default-in-favor-of-Soa.patch | [PATCH 6/9] Disable SoapyOsmo rfspace by default in favor of SoapyNetSDR | Josh Blum <josh@joshknows.com> | no | 2019-06-01 | ||
0007-travis-removed-rfspace-from-ci-check.patch | [PATCH 7/9] travis: removed rfspace from ci check | Josh Blum <josh@joshknows.com> | no | 2019-06-01 | ||
0008-added-boost-chrono-lib-to-linker-options.patch | [PATCH 8/9] added boost chrono lib to linker options | Josh Blum <josh@joshknows.com> | no | 2020-02-09 | ||
0009-Update-for-compat-with-newer-CMake.patch | [PATCH 9/9] Update for compat with newer CMake | "Christian W. Zuckschwerdt" <christian@zuckschwerdt.org> | no | 2025-10-09 | ||
internal-common-library | Make common code shared library private Common code for the drivers is collected in a shared library. This is installed in the standard lib location, although it is not used outside these modules. . Install it into the SoapySDR directory instead and pull off the right RPATH shenanigans to make it work. The soname is changed to be based on the libsoapysdr ABI version to match. |
Andreas Bombe <aeb@debian.org> | no | |||
arch-i386-detection | Fix x86 architecture detection for SIMD enabling The cmake script uses CMAKE_SYSTEM_PROCESSOR to decide whether SSE2 should be enabled, but it does not detect the 32 bit x86 architecture properly. That variable is initialized from uname -m, which on Linux machines has x86_64 for amd64 architectures which is detected correctly. For 32 bit x86 it will have something like i386 or i686, but the script tries and fails to match that with "x86". . This patch adds a pattern "i[3-6]86" to catch these. |
Andreas Bombe | no | 2022-11-07 |