diff options
author | tnn <tnn@pkgsrc.org> | 2021-06-27 08:08:59 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2021-06-27 08:08:59 +0000 |
commit | 132bc66960864087e462e5697382e3e2478e973a (patch) | |
tree | 133a1ed0bc365d6b14722b5402aab7f467f1765e /ham/gnuradio-dtv | |
parent | 4ac90695c2f5df35da6edb1c034d21bfdafde4a2 (diff) | |
download | pkgsrc-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/gnuradio-dtv')
-rw-r--r-- | ham/gnuradio-dtv/Makefile | 3 | ||||
-rw-r--r-- | ham/gnuradio-dtv/PLIST | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/ham/gnuradio-dtv/Makefile b/ham/gnuradio-dtv/Makefile index 6b8a9935766..0804b96a8ec 100644 --- a/ham/gnuradio-dtv/Makefile +++ b/ham/gnuradio-dtv/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2021/06/01 09:12:24 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2021/06/27 08:09:00 tnn Exp $ PKGNAME= gnuradio-dtv-${VERSION} -PKGREVISION= 4 COMMENT= Various digital television standards of GNU Radio .include "../../ham/gnuradio-core/Makefile.common" diff --git a/ham/gnuradio-dtv/PLIST b/ham/gnuradio-dtv/PLIST index d44eaa99597..edcc7091eb2 100644 --- a/ham/gnuradio-dtv/PLIST +++ b/ham/gnuradio-dtv/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2021/04/07 16:14:08 tnn Exp $ +@comment $NetBSD: PLIST,v 1.10 2021/06/27 08:09:00 tnn Exp $ include/gnuradio/dtv/api.h include/gnuradio/dtv/atsc_consts.h include/gnuradio/dtv/atsc_deinterleaver.h @@ -62,7 +62,7 @@ lib/cmake/gnuradio/gnuradio-dtvConfig.cmake lib/cmake/gnuradio/gnuradio-dtvTargets-release.cmake lib/cmake/gnuradio/gnuradio-dtvTargets.cmake lib/libgnuradio-dtv.so -lib/libgnuradio-dtv.so.3.9.1 +lib/libgnuradio-dtv.so.3.9.2 lib/libgnuradio-dtv.so.${PKGVERSION} lib/pkgconfig/gnuradio-dtv.pc ${PYSITELIB}/gnuradio/dtv/__init__.py |