Revisions of gr-osmosdr
buildservice-autocommit
accepted
request 1181292
from
Martin Pluskal (pluskalm)
(revision 33)
baserev update by copy to link target
Martin Pluskal (pluskalm)
accepted
request 1181095
from
Wojciech Kazubski (wkazubski)
(revision 32)
- Update to release (tag) 0.2.6 * lib/xtrx: honouring/using the loglevel parameter - Update to release (tag) 0.2.5 * Fix compilation of retpitaya and rtl_tcp with MinGW
buildservice-autocommit
accepted
request 1152199
from
Martin Pluskal (pluskalm)
(revision 31)
baserev update by copy to link target
Martin Pluskal (pluskalm)
accepted
request 1152195
from
Dominique Leuenberger (dimstar)
(revision 30)
Prepare for RPM 4.20
Dominique Leuenberger (dimstar_suse)
accepted
request 1084057
from
Martin Pluskal (pluskalm)
(revision 29)
initialized devel package after accepting 1084057
Martin Pluskal (pluskalm)
committed
(revision 28)
Martin Pluskal (pluskalm)
committed
(revision 27)
- Rename python plugin to python3 - Small spec file cleanup
Martin Hauke (mnhauke)
accepted
request 1062626
from
Wojciech Kazubski (wkazubski)
(revision 26)
- Disable XTRX support (causes runtime crash) - Update copyright year - Update to release (tag) 0.2.4 + reenabled MiriSDR support * FUNcube Dongle and FUNcube Dongle Pro+ support via gr-funcube - Patch gr-osmosdr-0009-use-with-gr-funcube.patch removed (applied upstream) - Fixed bug in patch gr-osmosdr-0007-sdrplay-use-std-ptr.patch
Martin Hauke (mnhauke)
accepted
request 976136
from
Wojciech Kazubski (wkazubski)
(revision 25)
- added a patch gr-osmosdr-0009-use-with-gr-funcube.patch, created by DL1KSV (slightly modified) restoring support for FUNcube Dongle and FUNcube Dongle Pro+ through gr-funcube - Disabled FreeSRP support as it breaks the build
Martin Hauke (mnhauke)
accepted
request 956185
from
Wojciech Kazubski (wkazubski)
(revision 24)
- added a patch gr-osmosdr-0007-sdrplay-use-std-ptr.patch needed for SDRplay support after switching to std::shared_ptr
Martin Hauke (mnhauke)
accepted
request 951731
from
Wojciech Kazubski (wkazubski)
(revision 23)
- update to git snapshot 0.2.3git20210128 - builds with GNU Radio 3.9 - Drop patches (applied upstream) * gr-osmosdr-0001-hackrf-fix-bandwidth-setting.patch * gr-osmosdr-0002-xtrx-remove-BOOST_FOREACH-and-obsolete-API-call.patch * gr-osmosdr-0003-xtrx-add-missing-libraries.patch
Martin Hauke (mnhauke)
accepted
request 909247
from
Wojciech Kazubski (wkazubski)
(revision 22)
- Update to release 0.2.3 * Fix receive path hangs if another thread closes down the hackrf receive whilst this buffer receive function is waiting to be woken up. This fixes hangs where consumers like gqrx via gnuradio will do a stop_rx/start_rx very quickly to change something, and the buffer receive path is waiting for a buffer. - Drop patches (applied upstream) * 0001-fix-windows-build.patch * 0002-Replace-BOOST_FOREACH-with-range-based-for-loops.patch * 0003-rfspace-Remove-broken-asio-code.patch * 0004-Remove-disabled-OsmoSDR-and-MiriSDR-code.patch * 0005-add-xtrx-support.patch - Add patches * gr-osmosdr-0001-hackrf-fix-bandwidth-setting.patch * gr-osmosdr-0002-xtrx-remove-BOOST_FOREACH-and-obsolete-API-call.patch * gr-osmosdr-0003-xtrx-add-missing-libraries.patch - Remove unneeded build dependencies for osmosdr and mirisdr - Rename devel-doc subpackage to doc - XTRX support limited to Intel and ARM architectures only
Martin Pluskal (pluskalm)
accepted
request 855600
from
Martin Hauke (mnhauke)
(revision 21)
- Update to release 0.2.2 * Add xtrx support * Remove disabled OsmoSDR and MiriSDR code * rfspace: Remove broken asio code * Replace BOOST_FOREACH with range-based for loops * fix windows build * HackRF: fix hackrf_source signedness * disable OsmoSDR as well as MiriSDR device support - Drop patches * gr-osmosdr-add-xtrx-support-git20200103-gr38.patch - Add patches * 0001-fix-windows-build.patch * 0002-Replace-BOOST_FOREACH-with-range-based-for-loops.patch * 0003-rfspace-Remove-broken-asio-code.patch * 0004-Remove-disabled-OsmoSDR-and-MiriSDR-code.patch * 0005-add-xtrx-support.patch
Martin Pluskal (pluskalm)
accepted
request 824384
from
Martin Hauke (mnhauke)
(revision 20)
- Update to release 0.2.1 * disable OsmoSDR as well as MiriSDR device support * cmake: actually make linking work * grc: Fix YML block generation * Remove unused imports of endian.hpp. * HackRF: convert _lut to float[] to reduce size by a factor of 256 * fcd: restore support for FUNcube Dongle and Pro+ * A lot of Boost functionality is available in C++11. Since GNU Radio is moving away from Boost, it probably makes sense to do so in gr-osmosdr as well. * I'm using an Airspy HF+ Discovery with the Soapy driver. whenever I turn AGC off it stops receiving samples. * rtl_tcp: Throw an exception if TCP connection fails * cmake: Go back CMake min ver. 3.8 by removing need for CMP0079 - Add _service file - Update patch: * gr-osmosdr-add-xtrx-support-git20200103-gr38.patch
Martin Pluskal (pluskalm)
accepted
request 778119
from
Wojciech Kazubski (wkazubski)
(revision 19)
- updated to release 0.2.0 * first release supporting GNU Radio 3.8 * GNU Radio 3.8 support is now in master branch * osmocom_fft uses Python 3 and Qt, also can handle continuous range for sample rate gracefully * initial support for Airspy HF+ * allow transmit/receive switching for HackRF * fixes and improvements to airspy and hackrf backends * requires cmake >= 3.13 for build - updated to version 0.2.0 snapshot 20200204 * based on latest osmocom git snapshot (branch gr-3.8) * builds with GNU Radio 3.8 - XTRX patchset reworked and rebased to xtrx/gr-osmosdr git snapshot 20190927 and modified to work with gr-3.8 branch - ready for SDRplay support via libsdrplay2 based on willcode/gr-osmosdr fork modified to work for gr-3.8 branch - Fix license tag: * GPL-2.0-or-later => GPL-3.0-or-later with two exceptions: - grc/gen_osmosdr_blocks.py => GPL2.0+ - swig/osmosdr_swig.i => no license specified - Fixed build with Boost 1.69 - User correct license tag: GPL-2.0-only => GPL-2.0-or-later - Limit %fdupes call to not cross the /usr subvolume boundary. - Adjust RPM groups. - Add patches: * 0001-update-for-new-API-and-multi-XTRX-support.patch - Remove patches: * fix-xtrx.patch - Build with support for XTRX - Add patches: * 0001-add-xtrx-support.patch * 0002-cmake-use-CMAKE_CURRENT_SOURCE_DIR-instead-of-CMAKE_.patch * 0003-add-antenna-AUTO-selection.patch * 0004-Add-XTRX-to-README-and-help-output.patch * 0005-XTRX-add-ability-to-specify-device-and-DSP-freq.patch * fix-xtrx.patch - Update to version 0.1.4+git.20180815: * bladerf: update bladerf to catch up with libbladeRF * bladeRF: add support for biastee on bladeRF micro * bladerf: remove vestigial map * bladerf: use bladerf_get_channel_count where available * bladerf: compatibility with older libbladeRF * bladerf: add support for MIMO * bladerf_common: tweak buffer/transfer settings * bladerf: add set_rx_mux_mode functionality * bladerf: add firmware loopback mode * bladerf_common: add agc= option to set gain mode * bladerf: use nchan option to enable multi-channels * bladerf: fix get_gain_names population * bladerf: formatting/style fixes on .h files * bladerf: formatting/consistency fixes * bladerf_common: formatting/whitespace/consistency * bladerf: replace bladerf_module with bladerf_direction * bladerf_common: cleanup on set_gain_mode * bladeRF: fix identification of channels * bladeRF: remove set_bb_gain * update copyright dates * formatting/wording tweaks * bladerf2: add get_gain_mode and set_gain_mode * WIP: libbladeRF rev2 refactoring etc * WIP: more port work * bladerf: initial support for new bladeRF hardware * link with pthreads only when using gcc * Remove workaround for gnuradio bug #528 as it has been fixed in 3.7.9.1 - Update to version 0.1.4+git.20180617: * Fix compilation with boost-1.67 * freesrp: whitespace fixes - Update to version 0.1.4+git.20170611: * freesrp - add support for multiple devices * rtl,rtl_tcp - add bias=0|1 parameter to contro l bias tee * RTL-TCP - convert to single class model * RTL-SDR - correct _lut to float[] to reduce size by a factor of 256 - Use %cmake macro - Update to version 0.1.4+git.20170421: * soapy - check for freq corr before invoking * soapy: support newer getSampleRateRange() API call * soapy: support set/getFrequencyCorrection() API * soapy - correct constant for frequency correction - Update to version 0.1.4+git.20170418: * Add support for FreeSRP - Use package-meta for tar_scm service and add git-core to BuildRequires - Update to version 0.1.4+git.20170227: - Use pkgconfig-style for BuildRequires - Rename %soname to %sover to better reflect its use - Fix build for all 64-bit platforms - Build development documentation - Add _service file - Run spec-cleaner - Support SoapySDR - Support for Airspy,BladeRF and Mirisdr added - update to version 0.1.4_137 - update to version 0.1.4_65_gafac116 - update to version 0.1.3_53_g959e7d2 - update to version 0.1.0_70_gf6f3b53 Support for HackRF Jawbreaker added. Untested, reports are welcome - update to version 0.1.0_git20130918 - Requires in spec file corrected - Support for sysmocom OsmoSDR added untested, reports are welcome - update to version 0.1.0_git20130814 - Support for funcube dongle pro+ added untested, reports are welcome - Osmocom IQ Imbalance Correction enabled - update to version 0.1.0_git20130730 - update to version 0.1.0_git20130728 changes for gnuradio-3.7.0 - update to version git20130509 further enhancements - fixed BuildRequires, Files and Post for python-gr-osmosdr package - update to version git20130428 further enhancements and new blocks - import into the hamradio repository
Martin Hauke (mnhauke)
accepted
request 772369
from
Wojciech Kazubski (wkazubski)
(revision 18)
- updated to version 0.2.0 snapshgot 20200204 * based on latest osmocom git snapshot (branch gr-3.8) * builds with GNU Radio 3.8 - XTRX patchset reworked and rebased to xtrx/gr-osmosdr git snapshot 20190927 and modified to work with gr-3.8 branch - ready for SDRplay support via libsdrplay2 based on willcode/gr-osmosdr fork modified to work for gr-3.8 branch
Martin Hauke (mnhauke)
committed
(revision 17)
Dominique Leuenberger (dimstar_suse)
accepted
request 707336
from
Martin Hauke (mnhauke)
(revision 16)
initialized devel package after accepting 707336
Martin Pluskal (pluskalm)
accepted
request 706874
from
Martin Hauke (mnhauke)
(revision 15)
- Fix license tag: * GPL-2.0-or-later => GPL-3.0-or-later with two exceptions: - grc/gen_osmosdr_blocks.py => GPL2.0+ - swig/osmosdr_swig.i => no license specified
Martin Hauke (mnhauke)
accepted
request 688045
from
Wojciech Kazubski (wkazubski)
(revision 14)
- Fixed build with Boost 1.69
Displaying revisions 1 - 20 of 33