summaryrefslogtreecommitdiff
path: root/ham/gr-osmosdr
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2021-06-27 08:08:59 +0000
committertnn <tnn@pkgsrc.org>2021-06-27 08:08:59 +0000
commit132bc66960864087e462e5697382e3e2478e973a (patch)
tree133a1ed0bc365d6b14722b5402aab7f467f1765e /ham/gr-osmosdr
parent4ac90695c2f5df35da6edb1c034d21bfdafde4a2 (diff)
downloadpkgsrc-132bc66960864087e462e5697382e3e2478e973a.tar.gz
gnuradio-*: update to 3.9.2.0
Changed SoapySDR support (gr-soapy) GRC Parameter expressions and/or values can be displayed in blocks on the flowgraph. Previously, only values were displayed. Look for the "Show Parameter ..." toggles under the View menu. Deprecated blocks are shown in a distinct color (orange), and the optional deprecated property has been added to block yaml Dark theme works better, especially for parameter fields Vector length is now correctly applied to all input ports Validation has been improved. Raw types are validated. Port connections are checked by type rather than by item size. Variable names that cause name conflicts in Python code (e.g., with package names) are rejected Bus logic fixes Blocks can no longer be dragged off the screen and lost forever gnuradio-runtime Remove pmt::pmt_* functions, which were not actually implemented. This is technically an API change, but any use of the API would have resulted in a link error. Remove Python bindings for internal buffer functions gr-analog Added an example for PLL Frequency Detector Better names for parameters in PLL GRC blocks gr-blocks Consistent naming for Vector Length parameter in GRC blocks count_bits uses VOLK popcnt for better performance (used for example in the Correlate Access Code block) Rotator block phase increment parameter is controllable via a message, and a tag can be added at the point where the increment is adjusted gr-digital MPSK example updated to use a Linear Equalizer (replacing deprecated block) gr-filter Filter Delay documentation improvement Interpolating FIR filter can generate C++ code gr-dtv VL-SNR bugs fixed (incorrect constants). gr-qtgui Improve autoscaling for vector sinks Fix floating-point resolution problems in several widgets, due to interpretation of PMT doubles as floats gr-uhd Add policy enum to Python bindings for tune_request Additional time spec options on UHD blocks (PC Clock on Next PPS, GPS Time on Next PPS) Fix up code that was generating warnings Fix command handler logic to apply commands from messages to the correct channel gr_filter_design "File/Save" is disabled until the taps have been computed, and the GUI is reset after a save, to make it clearer which data is being saved. Entries are hidden for parameters that do not apply to the selected filter type. Save window type as an integer instead of a Python enum name gr_modtool Improve validation of module and block names Build System and Infrastructure Improved messages related to dependencies MPIR and GMP. Only one of these packages is required, and the previous error messages were confusing. Cleaner builds for Windows and Conda. A number of general cmake improvements have resulted from this work. In-tree packaging files for DEB and RPM, used with Launchpad and COPR Added man pages for GNU Radio tools Test code generation for all in-tree GRC examples In GrPybind.cmake, PYBIND11_INCLUDE_DIR (incorrect) was changed to pybind11_INCLUDE_DIR
Diffstat (limited to 'ham/gr-osmosdr')
-rw-r--r--ham/gr-osmosdr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ham/gr-osmosdr/Makefile b/ham/gr-osmosdr/Makefile
index fa04c1debd6..3b99ceb0cea 100644
--- a/ham/gr-osmosdr/Makefile
+++ b/ham/gr-osmosdr/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2021/04/21 13:24:52 adam Exp $
+# $NetBSD: Makefile,v 1.34 2021/06/27 08:09:01 tnn Exp $
DISTNAME= gr-osmosdr-0.2.3.20210128
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= ham
# main git repo doesn't allow snapshots to be downloaded
#MASTER_SITES= https://git.osmocom.org/gr-osmosdr/snapshot/