Received: by mail.netbsd.org (Postfix, from userid 605) id CA0C084E69; Mon, 23 Jan 2023 19:26:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 05A1184D3D for ; Mon, 23 Jan 2023 19:26:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id VJoJ7NAt7FDt for ; Mon, 23 Jan 2023 19:26:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D102C84D32 for ; Mon, 23 Jan 2023 19:26:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C8CA5FA90; Mon, 23 Jan 2023 19:26:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1674501982105700" MIME-Version: 1.0 Date: Mon, 23 Jan 2023 19:26:22 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/ham To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230123192622.C8CA5FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1674501982105700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jan 23 19:26:22 UTC 2023 Modified Files: pkgsrc/ham/gnuradio-channels: Makefile pkgsrc/ham/gnuradio-companion: Makefile pkgsrc/ham/gnuradio-core: Makefile PLIST distinfo version.mk pkgsrc/ham/gnuradio-core/patches: patch-gr-audio_lib_CMakeLists.txt pkgsrc/ham/gnuradio-ctrlport: Makefile pkgsrc/ham/gnuradio-digital: Makefile pkgsrc/ham/gnuradio-doxygen: Makefile PLIST pkgsrc/ham/gnuradio-dtv: Makefile pkgsrc/ham/gnuradio-fec: Makefile pkgsrc/ham/gnuradio-network: Makefile pkgsrc/ham/gnuradio-qtgui: Makefile pkgsrc/ham/gnuradio-soapy-sdr: Makefile pkgsrc/ham/gnuradio-trellis: Makefile pkgsrc/ham/gnuradio-uhd: Makefile PLIST pkgsrc/ham/gnuradio-utils: Makefile pkgsrc/ham/gnuradio-video-sdl: Makefile pkgsrc/ham/gnuradio-vocoder: Makefile pkgsrc/ham/gnuradio-wavelet: Makefile pkgsrc/ham/gnuradio-zeromq: Makefile Removed Files: pkgsrc/ham/gnuradio-core/patches: patch-gr-blocks_include_gnuradio_blocks_blockinterleaving.h Log Message: gnuradio: updated to 3.10.5.0 3.10.5.0 Runtime Python block have access to the block logger, as in C++ Default log level changed to INFO (from OFF) Memory-based logger gr.dictionary_logger_backend() added for log debugging API Note: The Python block gateway is now completely implemented in the PyBind11 wrapper, in order to clean up Python dependencies. This is technically an API change, but should not have any external effect. PMT serialization of Complex32 vectors is now REAL | IMAG on all platforms Python IO signature replication (multiple ports specified by one signature) fixed GRC Continue processing block connections after a connection error occurs Drawing/scaling fixes that improve user experience on HiDPI and Windows machines Build system and packaging Many deprecation warnings fixed Make target link libraries PRIVATE wherever possible, removing unnecessary downstream dependencies Add Fedora 37 and drop Fedora 35 CI targets Conda re-rendered with more recent packages - thanks to Ryan Volz for making Conda an easy-to-use, cross-platform method of installing GNU Radio Debian and Fedora packaging specs are no longer included in the code base, since they were out of date, and are maintained by downstreams Testing Code formatting rules for clang format updated to v14 Removed all compiler warning suppression Enable Python block testing for Conda on macOS Many other improvements that make maintenance easier - thanks again to Clayton Smith. In the process of fixing tests, a number of latent bugs were fixed throughout the code. gr-analog AGC3 performance and bug fixes Python has access to control_loop parent class in PLL blocks CTCSS detection of standard tones improved by fixing floating point comparison gr-blocks Probe Signal cross platform reliability improved by better thread synchronization gr-digital CRC32 and CRC16 blocks use little-endian order regardless of host order. This is a wire format change. The options were to have different endian machines unable to communicate, or older and newer versions unable to communicate. Note that there is a more general set of blocks (CRC Append and CRC Check) that are recommended for use wherever possible. Packet headers use consistent bit order across machines Floating point/rounding fix in constellation lookup table gr-fec LDPC G matrix n and k can be access from Python LDPC matrix output size calculation corrected CCSDS/Viterbi path metrics overflow fix gr-network Improve UDP Source/Sink efficiency by removing a layer of buffering and using the GR circular buffer instead of the Boost equivalent gr-qtgui Fixed Python code generation for Msg CheckBox, Digital Number Control, Toggle Button, Toggle Switch gr-soapy Sources will generate rx_time, rx_freq and rx_rate tags, as in UHD sources, where supported by the underlying Soapy driver gr-uhd Re-enable uhd.find_devices(), in addition to uhd.find() RFNoC: generate correct Python code when using clock/time source RFNoC: allow specification of adapter IDs for streamers RFNoC: enable setting of vlen and types for streamers RFNoC: streamers pay attention to stream args RFNoC: sync block controller with gr-ettus OOT RFNoC:set_property() and get_property() added to the C++ and Python APIs RFNoC: Python binds added for rfnoc_block_generic gr-zeromq Sinks will optionally block on full queue, providing backpressure. Previously, overflow data was dropped. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/ham/gnuradio-channels/Makefile cvs rdiff -u -r1.62 -r1.63 pkgsrc/ham/gnuradio-companion/Makefile cvs rdiff -u -r1.104 -r1.105 pkgsrc/ham/gnuradio-core/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/ham/gnuradio-core/PLIST cvs rdiff -u -r1.49 -r1.50 pkgsrc/ham/gnuradio-core/distinfo cvs rdiff -u -r1.8 -r1.9 pkgsrc/ham/gnuradio-core/version.mk cvs rdiff -u -r1.3 -r1.4 \ pkgsrc/ham/gnuradio-core/patches/patch-gr-audio_lib_CMakeLists.txt cvs rdiff -u -r1.1 -r0 \ pkgsrc/ham/gnuradio-core/patches/patch-gr-blocks_include_gnuradio_blocks_blockinterleaving.h cvs rdiff -u -r1.44 -r1.45 pkgsrc/ham/gnuradio-ctrlport/Makefile cvs rdiff -u -r1.44 -r1.45 pkgsrc/ham/gnuradio-digital/Makefile cvs rdiff -u -r1.63 -r1.64 pkgsrc/ham/gnuradio-doxygen/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/ham/gnuradio-doxygen/PLIST cvs rdiff -u -r1.46 -r1.47 pkgsrc/ham/gnuradio-dtv/Makefile cvs rdiff -u -r1.45 -r1.46 pkgsrc/ham/gnuradio-fec/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/ham/gnuradio-network/Makefile cvs rdiff -u -r1.55 -r1.56 pkgsrc/ham/gnuradio-qtgui/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/ham/gnuradio-soapy-sdr/Makefile cvs rdiff -u -r1.62 -r1.63 pkgsrc/ham/gnuradio-trellis/Makefile cvs rdiff -u -r1.45 -r1.46 pkgsrc/ham/gnuradio-uhd/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/ham/gnuradio-uhd/PLIST cvs rdiff -u -r1.48 -r1.49 pkgsrc/ham/gnuradio-utils/Makefile cvs rdiff -u -r1.59 -r1.60 pkgsrc/ham/gnuradio-video-sdl/Makefile cvs rdiff -u -r1.44 -r1.45 pkgsrc/ham/gnuradio-vocoder/Makefile cvs rdiff -u -r1.43 -r1.44 pkgsrc/ham/gnuradio-wavelet/Makefile cvs rdiff -u -r1.46 -r1.47 pkgsrc/ham/gnuradio-zeromq/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1674501982105700 Content-Disposition: inline Content-Length: 38040 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/ham/gnuradio-channels/Makefile diff -u pkgsrc/ham/gnuradio-channels/Makefile:1.43 pkgsrc/ham/gnuradio-channels/Makefile:1.44 --- pkgsrc/ham/gnuradio-channels/Makefile:1.43 Sun Jan 22 16:28:29 2023 +++ pkgsrc/ham/gnuradio-channels/Makefile Mon Jan 23 19:26:20 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.43 2023/01/22 16:28:29 ryoon Exp $ +# $NetBSD: Makefile,v 1.44 2023/01/23 19:26:20 adam Exp $ PKGNAME= gnuradio-channels-${VERSION} -PKGREVISION= 3 COMMENT= Signal processing blocks to simulate channel models of GNU Radio .include "../../ham/gnuradio-core/Makefile.common" Index: pkgsrc/ham/gnuradio-companion/Makefile diff -u pkgsrc/ham/gnuradio-companion/Makefile:1.62 pkgsrc/ham/gnuradio-companion/Makefile:1.63 --- pkgsrc/ham/gnuradio-companion/Makefile:1.62 Sun Jan 22 16:28:29 2023 +++ pkgsrc/ham/gnuradio-companion/Makefile Mon Jan 23 19:26:20 2023 @@ -1,11 +1,8 @@ -# $NetBSD: Makefile,v 1.62 2023/01/22 16:28:29 ryoon Exp $ +# $NetBSD: Makefile,v 1.63 2023/01/23 19:26:20 adam Exp $ PKGNAME= gnuradio-companion-${VERSION} -PKGREVISION= 3 COMMENT= User interface entry of GNU Radio -#CONF_FILES+= ${EGDIR}/grc.conf ${PKG_SYSCONFDIR}/grc.conf - DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils @@ -22,14 +19,3 @@ ICON_THEMES= yes .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../graphics/gnome-icon-theme/buildlink3.mk" .include "../../mk/bsd.pkg.mk" - -# -- Configuring gnuradio-companion support... -# -- Dependency ENABLE_GNURADIO_RUNTIME = ON -# -- Dependency ENABLE_PYTHON = ON -# -- Dependency PYTHON_MIN_VER_FOUND = TRUE -# -- Dependency CHEETAH_FOUND = TRUE -# -- Dependency LXML_FOUND = TRUE -# -- Dependency PYGTK_FOUND = TRUE -# -- Dependency NUMPY_FOUND = TRUE -# -- Enabling gnuradio-companion support. -# -- Override with -DENABLE_GRC=ON/OFF Index: pkgsrc/ham/gnuradio-core/Makefile diff -u pkgsrc/ham/gnuradio-core/Makefile:1.104 pkgsrc/ham/gnuradio-core/Makefile:1.105 --- pkgsrc/ham/gnuradio-core/Makefile:1.104 Sun Jan 22 16:28:29 2023 +++ pkgsrc/ham/gnuradio-core/Makefile Mon Jan 23 19:26:20 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.104 2023/01/22 16:28:29 ryoon Exp $ +# $NetBSD: Makefile,v 1.105 2023/01/23 19:26:20 adam Exp $ PKGNAME= gnuradio-core-${VERSION} -PKGREVISION= 4 COMMENT= Core part of GNU Radio, all others need this PLIST_MINUS= # empty Index: pkgsrc/ham/gnuradio-core/PLIST diff -u pkgsrc/ham/gnuradio-core/PLIST:1.38 pkgsrc/ham/gnuradio-core/PLIST:1.39 --- pkgsrc/ham/gnuradio-core/PLIST:1.38 Sun Oct 9 07:56:09 2022 +++ pkgsrc/ham/gnuradio-core/PLIST Mon Jan 23 19:26:20 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.38 2022/10/09 07:56:09 adam Exp $ +@comment $NetBSD: PLIST,v 1.39 2023/01/23 19:26:20 adam Exp $ bin/gnuradio-config-info bin/gr_filter_design include/gnuradio/analog/agc.h @@ -44,7 +44,6 @@ include/gnuradio/audio/source.h include/gnuradio/basic_block.h include/gnuradio/block.h include/gnuradio/block_detail.h -include/gnuradio/block_gateway.h include/gnuradio/block_registry.h include/gnuradio/blocks/abs_blk.h include/gnuradio/blocks/add_blk.h @@ -203,6 +202,7 @@ include/gnuradio/buffer_type.h include/gnuradio/config.h include/gnuradio/constants.h include/gnuradio/custom_lock.h +include/gnuradio/dictionary_logger_backend.h include/gnuradio/endianness.h include/gnuradio/expj.h include/gnuradio/fft/api.h Index: pkgsrc/ham/gnuradio-core/distinfo diff -u pkgsrc/ham/gnuradio-core/distinfo:1.49 pkgsrc/ham/gnuradio-core/distinfo:1.50 --- pkgsrc/ham/gnuradio-core/distinfo:1.49 Sun Oct 9 07:56:09 2022 +++ pkgsrc/ham/gnuradio-core/distinfo Mon Jan 23 19:26:20 2023 @@ -1,13 +1,12 @@ -$NetBSD: distinfo,v 1.49 2022/10/09 07:56:09 adam Exp $ +$NetBSD: distinfo,v 1.50 2023/01/23 19:26:20 adam Exp $ -BLAKE2s (gnuradio-3.10.4.0.tar.gz) = 72065d24922d7ab4c97e89bd99a95ad76088e7ff9d13fd395b13a7075558bd6a -SHA512 (gnuradio-3.10.4.0.tar.gz) = a8690016513df3928cb2f63eef190c7306bc3cc452dfeafab2e47b43aa1dd3f61515df49832e99530535f94deabfb614388a27212b09e1c816782f3fdd4915eb -Size (gnuradio-3.10.4.0.tar.gz) = 4392284 bytes +BLAKE2s (gnuradio-3.10.5.0.tar.gz) = a7530bd7c4a3bb3ddfd548a5f057e4f19964507955e788f35f3b140e24581423 +SHA512 (gnuradio-3.10.5.0.tar.gz) = 82f3028cbcb0175f9f354b19613ee59b052881b894c6d668d04235acda2e3be0ca2713642141a917264e70039f23795c647c47364af9ffad63f108da517d77c5 +Size (gnuradio-3.10.5.0.tar.gz) = 4368231 bytes SHA1 (patch-cmake_Modules_GrPybind.cmake) = b585fc9bddad66f98d9e70db3d9335c937698df9 SHA1 (patch-gnuradio-runtime_CMakeLists.txt) = 3e4ae78cd722aa54a9626ca458cfe90ab11619a5 SHA1 (patch-gnuradio-runtime_lib_CMakeLists.txt) = 8f29121bcff204fd4533c113cd05440a7d39477d SHA1 (patch-gnuradio-runtime_lib_constants.cc.in) = fef80a546c713c565c3851ee7289b4fa3a49e45b SHA1 (patch-gnuradio-runtime_lib_thread_thread__group.cc) = 868809d5253b6465595dcade7f094844ff79f21c -SHA1 (patch-gr-audio_lib_CMakeLists.txt) = 9adacb93a20b2be596a23985306cbfd5f93c80a8 +SHA1 (patch-gr-audio_lib_CMakeLists.txt) = d5acab47fdb007c50bb544af436102f0d38317aa SHA1 (patch-gr-audio_lib_alsa_alsa__impl_h) = cfa9b629e5cf21198cfd53cf27a908b5874866f4 -SHA1 (patch-gr-blocks_include_gnuradio_blocks_blockinterleaving.h) = a73a5820e613159b9032faacc6ca98a2a6dfaf48 Index: pkgsrc/ham/gnuradio-core/version.mk diff -u pkgsrc/ham/gnuradio-core/version.mk:1.8 pkgsrc/ham/gnuradio-core/version.mk:1.9 --- pkgsrc/ham/gnuradio-core/version.mk:1.8 Sun Oct 9 07:56:09 2022 +++ pkgsrc/ham/gnuradio-core/version.mk Mon Jan 23 19:26:20 2023 @@ -1,3 +1,3 @@ -# $NetBSD: version.mk,v 1.8 2022/10/09 07:56:09 adam Exp $ +# $NetBSD: version.mk,v 1.9 2023/01/23 19:26:20 adam Exp $ -VERSION= 3.10.4.0 +VERSION= 3.10.5.0 Index: pkgsrc/ham/gnuradio-core/patches/patch-gr-audio_lib_CMakeLists.txt diff -u pkgsrc/ham/gnuradio-core/patches/patch-gr-audio_lib_CMakeLists.txt:1.3 pkgsrc/ham/gnuradio-core/patches/patch-gr-audio_lib_CMakeLists.txt:1.4 --- pkgsrc/ham/gnuradio-core/patches/patch-gr-audio_lib_CMakeLists.txt:1.3 Sun Aug 30 20:43:46 2020 +++ pkgsrc/ham/gnuradio-core/patches/patch-gr-audio_lib_CMakeLists.txt Mon Jan 23 19:26:20 2023 @@ -1,16 +1,16 @@ -$NetBSD: patch-gr-audio_lib_CMakeLists.txt,v 1.3 2020/08/30 20:43:46 tnn Exp $ +$NetBSD: patch-gr-audio_lib_CMakeLists.txt,v 1.4 2023/01/23 19:26:20 adam Exp $ If alsa is present on the system but the PKG_OPTION disabled we should not use it. ---- gr-audio/lib/CMakeLists.txt.orig 2019-08-09 21:40:34.000000000 +0000 +--- gr-audio/lib/CMakeLists.txt.orig 2022-12-19 14:34:48.000000000 +0000 +++ gr-audio/lib/CMakeLists.txt -@@ -35,7 +35,7 @@ list(APPEND gr_audio_confs ${CMAKE_CURRE +@@ -21,7 +21,7 @@ list(APPEND gr_audio_confs ${CMAKE_CURRE ######################################################################## ## ALSA Support ######################################################################## -find_package(ALSA) +@@ALSA@@find_package(ALSA) - set(audio_deps "") - + if((ALSA_FOUND) + AND NOT (CMAKE_SYSTEM_NAME STREQUAL "kFreeBSD") Index: pkgsrc/ham/gnuradio-ctrlport/Makefile diff -u pkgsrc/ham/gnuradio-ctrlport/Makefile:1.44 pkgsrc/ham/gnuradio-ctrlport/Makefile:1.45 --- pkgsrc/ham/gnuradio-ctrlport/Makefile:1.44 Sun Jan 22 16:28:29 2023 +++ pkgsrc/ham/gnuradio-ctrlport/Makefile Mon Jan 23 19:26:20 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2023/01/22 16:28:29 ryoon Exp $ +# $NetBSD: Makefile,v 1.45 2023/01/23 19:26:20 adam Exp $ PKGNAME= gnuradio-ctrlport-${VERSION} -PKGREVISION= 3 COMMENT= New set of hooks into GNU Radio to allow a remote client to attach .include "../../ham/gnuradio-core/Makefile.common" Index: pkgsrc/ham/gnuradio-digital/Makefile diff -u pkgsrc/ham/gnuradio-digital/Makefile:1.44 pkgsrc/ham/gnuradio-digital/Makefile:1.45 --- pkgsrc/ham/gnuradio-digital/Makefile:1.44 Sun Jan 22 16:28:29 2023 +++ pkgsrc/ham/gnuradio-digital/Makefile Mon Jan 23 19:26:20 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2023/01/22 16:28:29 ryoon Exp $ +# $NetBSD: Makefile,v 1.45 2023/01/23 19:26:20 adam Exp $ PKGNAME= gnuradio-digital-${VERSION} -PKGREVISION= 3 COMMENT= Digital related algorithms for GNU Radio .include "../../ham/gnuradio-core/Makefile.common" Index: pkgsrc/ham/gnuradio-doxygen/Makefile diff -u pkgsrc/ham/gnuradio-doxygen/Makefile:1.63 pkgsrc/ham/gnuradio-doxygen/Makefile:1.64 --- pkgsrc/ham/gnuradio-doxygen/Makefile:1.63 Sun Jan 22 16:28:29 2023 +++ pkgsrc/ham/gnuradio-doxygen/Makefile Mon Jan 23 19:26:20 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.63 2023/01/22 16:28:29 ryoon Exp $ +# $NetBSD: Makefile,v 1.64 2023/01/23 19:26:20 adam Exp $ PKGNAME= gnuradio-doxygen-${VERSION} -PKGREVISION= 4 COMMENT= Doxygen documentation of GNU Radio .include "../../ham/gnuradio-core/Makefile.common" @@ -18,6 +17,4 @@ DEPENDS+= tex-newunicodechar-[0-9]*:../. CMAKE_ARGS+= -DENABLE_DEFAULT=OFF CMAKE_ARGS+= -DENABLE_DOXYGEN=ON -#MAKE_JOBS_SAFE= no - .include "../../mk/bsd.pkg.mk" Index: pkgsrc/ham/gnuradio-doxygen/PLIST diff -u pkgsrc/ham/gnuradio-doxygen/PLIST:1.33 pkgsrc/ham/gnuradio-doxygen/PLIST:1.34 --- pkgsrc/ham/gnuradio-doxygen/PLIST:1.33 Fri Jan 13 23:02:51 2023 +++ pkgsrc/ham/gnuradio-doxygen/PLIST Mon Jan 23 19:26:20 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.33 2023/01/13 23:02:51 wiz Exp $ +@comment $NetBSD: PLIST,v 1.34 2023/01/23 19:26:20 adam Exp $ share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h.html share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h__dep__incl.md5 @@ -81,7 +81,6 @@ share/doc/gnuradio-${PKGVERSION}/html/Wa share/doc/gnuradio-${PKGVERSION}/html/WaterfallDisplayPlot_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/WaterfallDisplayPlot_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/WaterfallDisplayPlot_8h_source.html -share/doc/gnuradio-${PKGVERSION}/html/_formulas.log share/doc/gnuradio-${PKGVERSION}/html/_formulas.tex share/doc/gnuradio-${PKGVERSION}/html/_formulas_dark.log share/doc/gnuradio-${PKGVERSION}/html/_formulas_dark.tex @@ -1387,6 +1386,9 @@ share/doc/gnuradio-${PKGVERSION}/html/cl share/doc/gnuradio-${PKGVERSION}/html/classawgn__bp-members.html share/doc/gnuradio-${PKGVERSION}/html/classawgn__bp.html share/doc/gnuradio-${PKGVERSION}/html/classawgn__bp.js +share/doc/gnuradio-${PKGVERSION}/html/classblock__gateway-members.html +share/doc/gnuradio-${PKGVERSION}/html/classblock__gateway.html +share/doc/gnuradio-${PKGVERSION}/html/classblock__gateway.js share/doc/gnuradio-${PKGVERSION}/html/classcallbackregister__base_1_1callback__t-members.html share/doc/gnuradio-${PKGVERSION}/html/classcallbackregister__base_1_1callback__t.html share/doc/gnuradio-${PKGVERSION}/html/classcallbackregister__base_1_1callback__t.js @@ -1512,9 +1514,6 @@ share/doc/gnuradio-${PKGVERSION}/html/cl share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1block__detail-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1block__detail.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1block__detail.js -share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1block__gateway-members.html -share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1block__gateway.html -share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1block__gateway.js share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1block__registry-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1block__registry.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1block__registry.js @@ -2019,6 +2018,9 @@ share/doc/gnuradio-${PKGVERSION}/html/cl share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1custom__lock__if-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1custom__lock__if.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1custom__lock__if.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dictionary__logger__backend-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dictionary__logger__backend.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dictionary__logger__backend.js share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1adaptive__algorithm-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1adaptive__algorithm.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1adaptive__algorithm.js @@ -3072,6 +3074,9 @@ share/doc/gnuradio-${PKGVERSION}/html/cl share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__duc-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__duc.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__duc.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__fir__filter-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__fir__filter.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__fir__filter.js share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__graph-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__graph.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__graph.js @@ -3081,12 +3086,18 @@ share/doc/gnuradio-${PKGVERSION}/html/cl share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__rx__streamer-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__rx__streamer.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__rx__streamer.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__siggen-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__siggen.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__siggen.js share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__tx__radio-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__tx__radio.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__tx__radio.js share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__tx__streamer-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__tx__streamer.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__tx__streamer.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__window-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__window.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1rfnoc__window.js share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1stream__args__t-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1stream__args__t.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1uhd_1_1stream__args__t.js @@ -4239,6 +4250,18 @@ share/doc/gnuradio-${PKGVERSION}/html/de share/doc/gnuradio-${PKGVERSION}/html/device__source__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/device__source__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/device__source__pydoc__template_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/dictionary__logger__backend_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dictionary__logger__backend_8h.js +share/doc/gnuradio-${PKGVERSION}/html/dictionary__logger__backend_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/dictionary__logger__backend_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/dictionary__logger__backend_8h__incl.svg +share/doc/gnuradio-${PKGVERSION}/html/dictionary__logger__backend_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/dictionary__logger__backend__pydoc__template_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dictionary__logger__backend__pydoc__template_8h.js +share/doc/gnuradio-${PKGVERSION}/html/dictionary__logger__backend__pydoc__template_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/dictionary__logger__backend__pydoc__template_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/dictionary__logger__backend__pydoc__template_8h__incl.svg +share/doc/gnuradio-${PKGVERSION}/html/dictionary__logger__backend__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/diff__coding__type_8h.html share/doc/gnuradio-${PKGVERSION}/html/diff__coding__type_8h.js share/doc/gnuradio-${PKGVERSION}/html/diff__coding__type_8h__dep__incl.map @@ -5992,6 +6015,7 @@ share/doc/gnuradio-${PKGVERSION}/html/fu share/doc/gnuradio-${PKGVERSION}/html/functions_type.js share/doc/gnuradio-${PKGVERSION}/html/functions_type_f.html share/doc/gnuradio-${PKGVERSION}/html/functions_type_h.html +share/doc/gnuradio-${PKGVERSION}/html/functions_type_l.html share/doc/gnuradio-${PKGVERSION}/html/functions_type_o.html share/doc/gnuradio-${PKGVERSION}/html/functions_type_q.html share/doc/gnuradio-${PKGVERSION}/html/functions_type_r.html @@ -7118,6 +7142,9 @@ share/doc/gnuradio-${PKGVERSION}/html/in share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_138.map share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_138.md5 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_138.svg +share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_139.map +share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_139.md5 +share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_139.svg share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_14.map share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_14.md5 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_14.svg @@ -9792,6 +9819,12 @@ share/doc/gnuradio-${PKGVERSION}/html/rf share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block__generic_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block__generic_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block__generic_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block__generic__pydoc__template_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block__generic__pydoc__template_8h.js +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block__generic__pydoc__template_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block__generic__pydoc__template_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block__generic__pydoc__template_8h__incl.svg +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block__generic__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block__pydoc__template_8h.html share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block__pydoc__template_8h.js share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block__pydoc__template_8h__incl.map @@ -9820,6 +9853,17 @@ share/doc/gnuradio-${PKGVERSION}/html/rf share/doc/gnuradio-${PKGVERSION}/html/rfnoc__duc__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rfnoc__duc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/rfnoc__duc__pydoc__template_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__fir__filter_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__fir__filter_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__fir__filter_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__fir__filter_8h__incl.svg +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__fir__filter_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__fir__filter__pydoc__template_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__fir__filter__pydoc__template_8h.js +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__fir__filter__pydoc__template_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__fir__filter__pydoc__template_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__fir__filter__pydoc__template_8h__incl.svg +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__fir__filter__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/rfnoc__graph_8h.html share/doc/gnuradio-${PKGVERSION}/html/rfnoc__graph_8h.js share/doc/gnuradio-${PKGVERSION}/html/rfnoc__graph_8h__dep__incl.map @@ -9857,6 +9901,17 @@ share/doc/gnuradio-${PKGVERSION}/html/rf share/doc/gnuradio-${PKGVERSION}/html/rfnoc__rx__streamer__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rfnoc__rx__streamer__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/rfnoc__rx__streamer__pydoc__template_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__siggen_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__siggen_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__siggen_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__siggen_8h__incl.svg +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__siggen_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__siggen__pydoc__template_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__siggen__pydoc__template_8h.js +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__siggen__pydoc__template_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__siggen__pydoc__template_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__siggen__pydoc__template_8h__incl.svg +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__siggen__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__radio_8h.html share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__radio_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__radio_8h__incl.md5 @@ -9880,6 +9935,17 @@ share/doc/gnuradio-${PKGVERSION}/html/rf share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__streamer__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__streamer__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__streamer__pydoc__template_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__window_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__window_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__window_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__window_8h__incl.svg +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__window_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__window__pydoc__template_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__window__pydoc__template_8h.js +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__window__pydoc__template_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__window__pydoc__template_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__window__pydoc__template_8h__incl.svg +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__window__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/rms__cf_8h.html share/doc/gnuradio-${PKGVERSION}/html/rms__cf_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/rms__cf_8h__incl.md5 @@ -12297,6 +12363,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla share/doc/gnuradio-${PKGVERSION}/xml/classalist.xml share/doc/gnuradio-${PKGVERSION}/xml/classata__header.xml share/doc/gnuradio-${PKGVERSION}/xml/classawgn__bp.xml +share/doc/gnuradio-${PKGVERSION}/xml/classblock__gateway.xml share/doc/gnuradio-${PKGVERSION}/xml/classcallbackregister__base_1_1callback__t.xml share/doc/gnuradio-${PKGVERSION}/xml/classcldpc.xml share/doc/gnuradio-${PKGVERSION}/xml/classgnuradio_1_1detail_1_1sptr__magic.xml @@ -12339,7 +12406,6 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1basic__block.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1block.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1block__detail.xml -share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1block__gateway.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1block__registry.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1abs__blk.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1add__blk.xml @@ -12508,6 +12574,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1channels_1_1sro__model.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1custom__lock.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1custom__lock__if.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1dictionary__logger__backend.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1adaptive__algorithm.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1adaptive__algorithm__cma.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1adaptive__algorithm__lms.xml @@ -12859,11 +12926,14 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1uhd_1_1rfnoc__block__generic.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1uhd_1_1rfnoc__ddc.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1uhd_1_1rfnoc__duc.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1uhd_1_1rfnoc__fir__filter.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1uhd_1_1rfnoc__graph.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1uhd_1_1rfnoc__rx__radio.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1uhd_1_1rfnoc__rx__streamer.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1uhd_1_1rfnoc__siggen.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1uhd_1_1rfnoc__tx__radio.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1uhd_1_1rfnoc__tx__streamer.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1uhd_1_1rfnoc__window.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1uhd_1_1stream__args__t.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1uhd_1_1usrp__block.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1uhd_1_1usrp__sink.xml @@ -13114,6 +13184,8 @@ share/doc/gnuradio-${PKGVERSION}/xml/dev share/doc/gnuradio-${PKGVERSION}/xml/device__sink__pydoc__template_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/device__source_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/device__source__pydoc__template_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/dictionary__logger__backend_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/dictionary__logger__backend__pydoc__template_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/diff__coding__type_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/diff__coding__type__pydoc__template_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/diff__decoder__bb_8h.xml @@ -13885,6 +13957,8 @@ share/doc/gnuradio-${PKGVERSION}/xml/nam share/doc/gnuradio-${PKGVERSION}/xml/namespacegr_1_1zeromq.xml share/doc/gnuradio-${PKGVERSION}/xml/namespacepmt.xml share/doc/gnuradio-${PKGVERSION}/xml/namespacerpcpmtconverter.xml +share/doc/gnuradio-${PKGVERSION}/xml/namespacespdlog.xml +share/doc/gnuradio-${PKGVERSION}/xml/namespacespdlog_1_1sinks.xml share/doc/gnuradio-${PKGVERSION}/xml/namespacestd.xml share/doc/gnuradio-${PKGVERSION}/xml/namespacethrift.xml share/doc/gnuradio-${PKGVERSION}/xml/namespacethrift_1_1transport.xml @@ -14142,21 +14216,28 @@ share/doc/gnuradio-${PKGVERSION}/xml/req share/doc/gnuradio-${PKGVERSION}/xml/req__source__pydoc__template_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/rfnoc__block_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/rfnoc__block__generic_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/rfnoc__block__generic__pydoc__template_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/rfnoc__block__pydoc__template_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/rfnoc__ddc_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/rfnoc__ddc__pydoc__template_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/rfnoc__duc_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/rfnoc__duc__pydoc__template_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/rfnoc__fir__filter_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/rfnoc__fir__filter__pydoc__template_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/rfnoc__graph_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/rfnoc__graph__pydoc__template_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/rfnoc__rx__radio_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/rfnoc__rx__radio__pydoc__template_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/rfnoc__rx__streamer_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/rfnoc__rx__streamer__pydoc__template_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/rfnoc__siggen_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/rfnoc__siggen__pydoc__template_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/rfnoc__tx__radio_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/rfnoc__tx__radio__pydoc__template_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/rfnoc__tx__streamer_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/rfnoc__tx__streamer__pydoc__template_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/rfnoc__window_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/rfnoc__window__pydoc__template_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/rms__cf_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/rms__cf__pydoc__template_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/rms__ff_8h.xml Index: pkgsrc/ham/gnuradio-dtv/Makefile diff -u pkgsrc/ham/gnuradio-dtv/Makefile:1.46 pkgsrc/ham/gnuradio-dtv/Makefile:1.47 --- pkgsrc/ham/gnuradio-dtv/Makefile:1.46 Sun Jan 22 16:28:29 2023 +++ pkgsrc/ham/gnuradio-dtv/Makefile Mon Jan 23 19:26:21 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.46 2023/01/22 16:28:29 ryoon Exp $ +# $NetBSD: Makefile,v 1.47 2023/01/23 19:26:21 adam Exp $ PKGNAME= gnuradio-dtv-${VERSION} -PKGREVISION= 3 COMMENT= Various digital television standards of GNU Radio .include "../../ham/gnuradio-core/Makefile.common" Index: pkgsrc/ham/gnuradio-fec/Makefile diff -u pkgsrc/ham/gnuradio-fec/Makefile:1.45 pkgsrc/ham/gnuradio-fec/Makefile:1.46 --- pkgsrc/ham/gnuradio-fec/Makefile:1.45 Sun Jan 22 16:28:30 2023 +++ pkgsrc/ham/gnuradio-fec/Makefile Mon Jan 23 19:26:21 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2023/01/22 16:28:30 ryoon Exp $ +# $NetBSD: Makefile,v 1.46 2023/01/23 19:26:21 adam Exp $ PKGNAME= gnuradio-fec-${VERSION} -PKGREVISION= 3 COMMENT= Forward Error Correction blocks, utilities, & examples of GNU Radio .include "../../ham/gnuradio-core/Makefile.common" Index: pkgsrc/ham/gnuradio-network/Makefile diff -u pkgsrc/ham/gnuradio-network/Makefile:1.21 pkgsrc/ham/gnuradio-network/Makefile:1.22 --- pkgsrc/ham/gnuradio-network/Makefile:1.21 Sun Jan 22 16:28:30 2023 +++ pkgsrc/ham/gnuradio-network/Makefile Mon Jan 23 19:26:21 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2023/01/22 16:28:30 ryoon Exp $ +# $NetBSD: Makefile,v 1.22 2023/01/23 19:26:21 adam Exp $ PKGNAME= gnuradio-network-${VERSION} -PKGREVISION= 3 COMMENT= Network blocks for GNU Radio .include "../../ham/gnuradio-core/Makefile.common" Index: pkgsrc/ham/gnuradio-qtgui/Makefile diff -u pkgsrc/ham/gnuradio-qtgui/Makefile:1.55 pkgsrc/ham/gnuradio-qtgui/Makefile:1.56 --- pkgsrc/ham/gnuradio-qtgui/Makefile:1.55 Sun Jan 22 16:28:30 2023 +++ pkgsrc/ham/gnuradio-qtgui/Makefile Mon Jan 23 19:26:21 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.55 2023/01/22 16:28:30 ryoon Exp $ +# $NetBSD: Makefile,v 1.56 2023/01/23 19:26:21 adam Exp $ PKGNAME= gnuradio-qtgui-${VERSION} -PKGREVISION= 3 COMMENT= Qt GUI module of GNU Radio DEPENDS+= ${PYPKGPREFIX}-qt5-[0-9]*:../../x11/py-qt5 Index: pkgsrc/ham/gnuradio-soapy-sdr/Makefile diff -u pkgsrc/ham/gnuradio-soapy-sdr/Makefile:1.16 pkgsrc/ham/gnuradio-soapy-sdr/Makefile:1.17 --- pkgsrc/ham/gnuradio-soapy-sdr/Makefile:1.16 Sun Jan 22 16:28:30 2023 +++ pkgsrc/ham/gnuradio-soapy-sdr/Makefile Mon Jan 23 19:26:21 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2023/01/22 16:28:30 ryoon Exp $ +# $NetBSD: Makefile,v 1.17 2023/01/23 19:26:21 adam Exp $ PKGNAME= gnuradio-soapy-sdr-${VERSION} -PKGREVISION= 3 COMMENT= GNU Radio bindings for SoapySDR .include "../../ham/gnuradio-core/Makefile.common" Index: pkgsrc/ham/gnuradio-trellis/Makefile diff -u pkgsrc/ham/gnuradio-trellis/Makefile:1.62 pkgsrc/ham/gnuradio-trellis/Makefile:1.63 --- pkgsrc/ham/gnuradio-trellis/Makefile:1.62 Sun Jan 22 16:28:30 2023 +++ pkgsrc/ham/gnuradio-trellis/Makefile Mon Jan 23 19:26:21 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.62 2023/01/22 16:28:30 ryoon Exp $ +# $NetBSD: Makefile,v 1.63 2023/01/23 19:26:21 adam Exp $ PKGNAME= gnuradio-trellis-${VERSION} -PKGREVISION= 3 COMMENT= Trellis-based encoding and decoding algorithms for GNU Radio .include "../../ham/gnuradio-core/Makefile.common" Index: pkgsrc/ham/gnuradio-uhd/Makefile diff -u pkgsrc/ham/gnuradio-uhd/Makefile:1.45 pkgsrc/ham/gnuradio-uhd/Makefile:1.46 --- pkgsrc/ham/gnuradio-uhd/Makefile:1.45 Sun Jan 22 16:28:30 2023 +++ pkgsrc/ham/gnuradio-uhd/Makefile Mon Jan 23 19:26:21 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2023/01/22 16:28:30 ryoon Exp $ +# $NetBSD: Makefile,v 1.46 2023/01/23 19:26:21 adam Exp $ PKGNAME= gnuradio-uhd-${VERSION} -PKGREVISION= 3 COMMENT= Uhd-based encoding and decoding algorithms for GNU Radio .include "../../ham/gnuradio-core/Makefile.common" Index: pkgsrc/ham/gnuradio-uhd/PLIST diff -u pkgsrc/ham/gnuradio-uhd/PLIST:1.12 pkgsrc/ham/gnuradio-uhd/PLIST:1.13 --- pkgsrc/ham/gnuradio-uhd/PLIST:1.12 Thu May 26 15:20:10 2022 +++ pkgsrc/ham/gnuradio-uhd/PLIST Mon Jan 23 19:26:21 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2022/05/26 15:20:10 mef Exp $ +@comment $NetBSD: PLIST,v 1.13 2023/01/23 19:26:21 adam Exp $ bin/uhd_fft bin/uhd_rx_cfile bin/uhd_rx_nogui @@ -13,8 +13,8 @@ lib/cmake/gnuradio/gnuradio-uhdConfig.cm lib/cmake/gnuradio/gnuradio-uhdTargets-release.cmake lib/cmake/gnuradio/gnuradio-uhdTargets.cmake lib/libgnuradio-uhd.so -lib/libgnuradio-uhd.so.${PKGVER_MICRO} lib/libgnuradio-uhd.so.${PKGVERSION} +lib/libgnuradio-uhd.so.${PKGVER_MICRO} lib/pkgconfig/gnuradio-uhd.pc ${PYSITELIB}/gnuradio/uhd/__init__.py ${PYSITELIB}/gnuradio/uhd/__init__.pyc @@ -30,6 +30,11 @@ ${PYSITELIB}/gnuradio/uhd/uhd_siggen_bas ${PYSITELIB}/gnuradio/uhd/uhd_siggen_base.pyc ${PYSITELIB}/gnuradio/uhd/uhd_siggen_base.pyo share/doc/gnuradio-${PKGVERSION}/README.uhd +share/gnuradio/examples/uhd/rfnoc_fir_filter.grc +share/gnuradio/examples/uhd/rfnoc_keep1.grc +share/gnuradio/examples/uhd/rfnoc_radio_ddc.grc +share/gnuradio/examples/uhd/rfnoc_siggen.grc +share/gnuradio/examples/uhd/rfnoc_window.grc share/gnuradio/examples/uhd/tags_demo share/gnuradio/examples/uhd/uhd_const_wave.grc share/gnuradio/examples/uhd/uhd_fft.grc @@ -40,5 +45,8 @@ share/gnuradio/examples/uhd/uhd_two_tone share/gnuradio/examples/uhd/uhd_wbfm_receive.grc share/gnuradio/grc/blocks/uhd.tree.yml share/gnuradio/grc/blocks/uhd_amsg_source.block.yml +share/gnuradio/grc/blocks/uhd_rfnoc_fir_filter.block.yml +share/gnuradio/grc/blocks/uhd_rfnoc_siggen.block.yml +share/gnuradio/grc/blocks/uhd_rfnoc_window.block.yml share/gnuradio/grc/blocks/uhd_usrp_sink.block.yml share/gnuradio/grc/blocks/uhd_usrp_source.block.yml Index: pkgsrc/ham/gnuradio-utils/Makefile diff -u pkgsrc/ham/gnuradio-utils/Makefile:1.48 pkgsrc/ham/gnuradio-utils/Makefile:1.49 --- pkgsrc/ham/gnuradio-utils/Makefile:1.48 Sun Jan 22 16:28:30 2023 +++ pkgsrc/ham/gnuradio-utils/Makefile Mon Jan 23 19:26:21 2023 @@ -1,19 +1,17 @@ -# $NetBSD: Makefile,v 1.48 2023/01/22 16:28:30 ryoon Exp $ +# $NetBSD: Makefile,v 1.49 2023/01/23 19:26:21 adam Exp $ PKGNAME= gnuradio-utils-${VERSION} -PKGREVISION= 3 COMMENT= Utilities in GNU Radio .include "../../ham/gnuradio-core/Makefile.common" .include "../../ham/gnuradio-core/Nocore.mk" -DEPENDS+= ${PYPKGPREFIX}-qwt-qt5-[0-9]*:../../x11/py-qwt-qt5 -DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib +DEPENDS+= ${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click +DEPENDS+= ${PYPKGPREFIX}-click-plugins-[0-9]*:../../devel/py-click-plugins DEPENDS+= ${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako +DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib +DEPENDS+= ${PYPKGPREFIX}-qwt-qt5-[0-9]*:../../x11/py-qwt-qt5 DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml -DEPENDS+= ${PYPKGPREFIX}-click-plugins-[0-9]*:../../devel/py-click-plugins - -PYTHON_VERSIONED_DEPENDENCIES+= click #CONF_FILES+= ${EGDIR}/modtool.conf ${PKG_SYSCONFDIR}/modtool.conf @@ -22,5 +20,4 @@ CMAKE_ARGS+= -DENABLE_GR_BLOCKTOOL=ON CMAKE_ARGS+= -DENABLE_GR_MODTOOL=ON CMAKE_ARGS+= -DENABLE_GR_UTILS=ON -.include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/ham/gnuradio-video-sdl/Makefile diff -u pkgsrc/ham/gnuradio-video-sdl/Makefile:1.59 pkgsrc/ham/gnuradio-video-sdl/Makefile:1.60 --- pkgsrc/ham/gnuradio-video-sdl/Makefile:1.59 Sun Jan 22 16:28:30 2023 +++ pkgsrc/ham/gnuradio-video-sdl/Makefile Mon Jan 23 19:26:22 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.59 2023/01/22 16:28:30 ryoon Exp $ +# $NetBSD: Makefile,v 1.60 2023/01/23 19:26:22 adam Exp $ PKGNAME= gnuradio-video-sdl-${VERSION} -PKGREVISION= 3 COMMENT= SDL (Simple DirectMedia Layer) bindings for GNU Radio .include "../../ham/gnuradio-core/Makefile.common" Index: pkgsrc/ham/gnuradio-vocoder/Makefile diff -u pkgsrc/ham/gnuradio-vocoder/Makefile:1.44 pkgsrc/ham/gnuradio-vocoder/Makefile:1.45 --- pkgsrc/ham/gnuradio-vocoder/Makefile:1.44 Sun Jan 22 16:28:31 2023 +++ pkgsrc/ham/gnuradio-vocoder/Makefile Mon Jan 23 19:26:22 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2023/01/22 16:28:31 ryoon Exp $ +# $NetBSD: Makefile,v 1.45 2023/01/23 19:26:22 adam Exp $ PKGNAME= gnuradio-vocoder-${VERSION} -PKGREVISION= 3 COMMENT= All available vocoders in GNU Radio .include "../../ham/gnuradio-core/Makefile.common" Index: pkgsrc/ham/gnuradio-wavelet/Makefile diff -u pkgsrc/ham/gnuradio-wavelet/Makefile:1.43 pkgsrc/ham/gnuradio-wavelet/Makefile:1.44 --- pkgsrc/ham/gnuradio-wavelet/Makefile:1.43 Sun Jan 22 16:28:31 2023 +++ pkgsrc/ham/gnuradio-wavelet/Makefile Mon Jan 23 19:26:22 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.43 2023/01/22 16:28:31 ryoon Exp $ +# $NetBSD: Makefile,v 1.44 2023/01/23 19:26:22 adam Exp $ PKGNAME= gnuradio-wavelet-${VERSION} -PKGREVISION= 3 COMMENT= Wavelet transform of GNU Radio .include "../../ham/gnuradio-core/Makefile.common" Index: pkgsrc/ham/gnuradio-zeromq/Makefile diff -u pkgsrc/ham/gnuradio-zeromq/Makefile:1.46 pkgsrc/ham/gnuradio-zeromq/Makefile:1.47 --- pkgsrc/ham/gnuradio-zeromq/Makefile:1.46 Sun Jan 22 16:28:31 2023 +++ pkgsrc/ham/gnuradio-zeromq/Makefile Mon Jan 23 19:26:22 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.46 2023/01/22 16:28:31 ryoon Exp $ +# $NetBSD: Makefile,v 1.47 2023/01/23 19:26:22 adam Exp $ PKGNAME= gnuradio-zeromq-${VERSION} -PKGREVISION= 3 COMMENT= All of the zeromq blocks, utilities, and examples .include "../../ham/gnuradio-core/Makefile.common" --_----------=_1674501982105700--