Received: by mail.netbsd.org (Postfix, from userid 605) id 4CEC184E79; Thu, 26 May 2022 15:19:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 81F0A84C13 for ; Thu, 26 May 2022 15:19:21 +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 bQ6bNLqNLz5e for ; Thu, 26 May 2022 15:19:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8042C84CEF for ; Thu, 26 May 2022 15:19:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A3A9EFAEB; Thu, 26 May 2022 15:20:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1653578411206810" MIME-Version: 1.0 Date: Thu, 26 May 2022 15:20:11 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/ham To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20220526152011.A3A9EFAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1653578411206810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: mef Date: Thu May 26 15:20:11 UTC 2022 Modified Files: pkgsrc/ham/gnuradio-channels: Makefile PLIST pkgsrc/ham/gnuradio-companion: Makefile PLIST pkgsrc/ham/gnuradio-core: Makefile Makefile.common Nocore.mk PLIST buildlink3.mk distinfo version.mk pkgsrc/ham/gnuradio-ctrlport: Makefile pkgsrc/ham/gnuradio-digital: Makefile PLIST pkgsrc/ham/gnuradio-doxygen: Makefile PLIST pkgsrc/ham/gnuradio-dtv: Makefile PLIST pkgsrc/ham/gnuradio-fec: Makefile PLIST pkgsrc/ham/gnuradio-network: Makefile PLIST pkgsrc/ham/gnuradio-pdu: PLIST pkgsrc/ham/gnuradio-qtgui: Makefile PLIST pkgsrc/ham/gnuradio-soapy-sdr: Makefile PLIST pkgsrc/ham/gnuradio-trellis: Makefile PLIST pkgsrc/ham/gnuradio-uhd: Makefile PLIST pkgsrc/ham/gnuradio-utils: Makefile PLIST pkgsrc/ham/gnuradio-video-sdl: Makefile PLIST pkgsrc/ham/gnuradio-vocoder: Makefile PLIST pkgsrc/ham/gnuradio-wavelet: Makefile PLIST pkgsrc/ham/gnuradio-zeromq: Makefile PLIST Log Message: (ham/gnuradio-core) Updated 3.10.1.1 to 3.10.2.0 ## [3.10.2.0] - 2022-04-09 ### Changed #### Project Scope - Clayton Smith continues the effort to replace Boost usage with modern C++ equivalents. In a related effort, he has continued the logging modernization started by Marcus M端ller. In his spare time, he has tackled some tricky, intermittent CI failures, some of which turned out to be real bugs. Much of this work is invisible to end users, but is extremely useful in making GNU Radio more reliable and maintainable. Special thanks are due to Clayton for a lot of hard work this cycle. - Use exceptions instead of `exit()` in several places. - Fixed a variety of Python deprecation warnings. - Packager note: `jsonschema` is required for the JSON Config and YAML Config blocks. Those blocks will be disabled if `jsonschema` is not found. #### gnuradio-runtime - Correct size/usage for single-mapped buffers (part of the new Custom Buffers feature). - Correct buffer size allocation. This was actually the single change in v3.10.1.1, which did not get its own CHANGELOG entry. #### GRC - Improve discovery of xterm and related programs. - Save generated hierarchical block code to the block library instead of the directory containing the current GRC flowgraph. - New JSON Config and YAML Config blocks that load configuration variables from files at runtime. Those variables may then be used in block parameters. - Store the GNU Radio version in flowgraph metadata when saving. - Minor change in Python evaluation code to allow `affinity`, `minoutbuf` and `maxoutbuf` to be adjusted via script parameters. #### Build system and packaging - Require C++-17 for `gnuradio-runtime` and code compiled against it (via cmake flags). - Add `pythonschema` to build- and run-time dependencies. #### gr-blocks - Add exponential distribution to Message Strobe Random block's `delay` selection. - Quiet down debug messages in File Sink. - Skip alignment check in File Source when the input file is not seekable (e.g., it is a pipe). #### gr-filter - Fix crash in Rational Resampler logging #### gr-digital - Add generic CRC blocks: CRC Append and CRC Check. #### gr-qtgui - Improve text/background color on Range widget. - Digital Number Control emits message with new, instead of previous, value. - Message Edit Box sends message only when return is pressed, rather than whenever focus is lost. - Vector Sink allows legend to be disabled. - Type error fixes (Python 3.10 is stricter about int casting). #### gr-trellis - Provide Python bindings for PCCC Encoder and Viterbi Combo. #### gr-vocoder - Add C++ generation support to gr-vocoder #### Code generation tools - Support strongly-typed enums in Python bindings To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/ham/gnuradio-channels/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/ham/gnuradio-channels/PLIST cvs rdiff -u -r1.55 -r1.56 pkgsrc/ham/gnuradio-companion/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/ham/gnuradio-companion/PLIST cvs rdiff -u -r1.94 -r1.95 pkgsrc/ham/gnuradio-core/Makefile cvs rdiff -u -r1.40 -r1.41 pkgsrc/ham/gnuradio-core/Makefile.common cvs rdiff -u -r1.9 -r1.10 pkgsrc/ham/gnuradio-core/Nocore.mk cvs rdiff -u -r1.36 -r1.37 pkgsrc/ham/gnuradio-core/PLIST cvs rdiff -u -r1.35 -r1.36 pkgsrc/ham/gnuradio-core/buildlink3.mk cvs rdiff -u -r1.47 -r1.48 pkgsrc/ham/gnuradio-core/distinfo cvs rdiff -u -r1.6 -r1.7 pkgsrc/ham/gnuradio-core/version.mk cvs rdiff -u -r1.37 -r1.38 pkgsrc/ham/gnuradio-ctrlport/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/ham/gnuradio-digital/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/ham/gnuradio-digital/PLIST cvs rdiff -u -r1.54 -r1.55 pkgsrc/ham/gnuradio-doxygen/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/ham/gnuradio-doxygen/PLIST cvs rdiff -u -r1.39 -r1.40 pkgsrc/ham/gnuradio-dtv/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/ham/gnuradio-dtv/PLIST cvs rdiff -u -r1.38 -r1.39 pkgsrc/ham/gnuradio-fec/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/ham/gnuradio-fec/PLIST cvs rdiff -u -r1.14 -r1.15 pkgsrc/ham/gnuradio-network/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/ham/gnuradio-network/PLIST cvs rdiff -u -r1.2 -r1.3 pkgsrc/ham/gnuradio-pdu/PLIST cvs rdiff -u -r1.47 -r1.48 pkgsrc/ham/gnuradio-qtgui/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/ham/gnuradio-qtgui/PLIST cvs rdiff -u -r1.9 -r1.10 pkgsrc/ham/gnuradio-soapy-sdr/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/ham/gnuradio-soapy-sdr/PLIST cvs rdiff -u -r1.55 -r1.56 pkgsrc/ham/gnuradio-trellis/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/ham/gnuradio-trellis/PLIST cvs rdiff -u -r1.38 -r1.39 pkgsrc/ham/gnuradio-uhd/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/ham/gnuradio-uhd/PLIST cvs rdiff -u -r1.41 -r1.42 pkgsrc/ham/gnuradio-utils/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/ham/gnuradio-utils/PLIST cvs rdiff -u -r1.52 -r1.53 pkgsrc/ham/gnuradio-video-sdl/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/ham/gnuradio-video-sdl/PLIST cvs rdiff -u -r1.37 -r1.38 pkgsrc/ham/gnuradio-vocoder/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/ham/gnuradio-vocoder/PLIST cvs rdiff -u -r1.36 -r1.37 pkgsrc/ham/gnuradio-wavelet/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/ham/gnuradio-wavelet/PLIST cvs rdiff -u -r1.39 -r1.40 pkgsrc/ham/gnuradio-zeromq/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/ham/gnuradio-zeromq/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1653578411206810 Content-Disposition: inline Content-Length: 155125 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.36 pkgsrc/ham/gnuradio-channels/Makefile:1.37 --- pkgsrc/ham/gnuradio-channels/Makefile:1.36 Mon Apr 18 19:11:25 2022 +++ pkgsrc/ham/gnuradio-channels/Makefile Thu May 26 15:20:08 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2022/04/18 19:11:25 adam Exp $ +# $NetBSD: Makefile,v 1.37 2022/05/26 15:20:08 mef Exp $ PKGNAME= gnuradio-channels-${VERSION} -PKGREVISION= 2 COMMENT= Signal processing blocks to simulate channel models of GNU Radio .include "../../ham/gnuradio-core/Makefile.common" Index: pkgsrc/ham/gnuradio-channels/PLIST diff -u pkgsrc/ham/gnuradio-channels/PLIST:1.9 pkgsrc/ham/gnuradio-channels/PLIST:1.10 --- pkgsrc/ham/gnuradio-channels/PLIST:1.9 Sat Mar 12 23:04:44 2022 +++ pkgsrc/ham/gnuradio-channels/PLIST Thu May 26 15:20:08 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2022/03/12 23:04:44 tnn Exp $ +@comment $NetBSD: PLIST,v 1.10 2022/05/26 15:20:08 mef Exp $ include/gnuradio/channels/api.h include/gnuradio/channels/channel_model.h include/gnuradio/channels/channel_model2.h @@ -8,8 +8,9 @@ include/gnuradio/channels/selective_fadi lib/cmake/gnuradio/gnuradio-channelsConfig.cmake lib/cmake/gnuradio/gnuradio-channelsTargets-release.cmake lib/cmake/gnuradio/gnuradio-channelsTargets.cmake +lib/libgnuradio-channels.so.${PKGVERSION} +lib/libgnuradio-channels.so.${PKGVER_MICRO} lib/libgnuradio-channels.so -lib/libgnuradio-channels.so.3.10.1 lib/libgnuradio-channels.so.${PKGVERSION} lib/pkgconfig/gnuradio-channels.pc ${PYSITELIB}/gnuradio/channels/__init__.py Index: pkgsrc/ham/gnuradio-companion/Makefile diff -u pkgsrc/ham/gnuradio-companion/Makefile:1.55 pkgsrc/ham/gnuradio-companion/Makefile:1.56 --- pkgsrc/ham/gnuradio-companion/Makefile:1.55 Mon Apr 18 19:11:25 2022 +++ pkgsrc/ham/gnuradio-companion/Makefile Thu May 26 15:20:08 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.55 2022/04/18 19:11:25 adam Exp $ +# $NetBSD: Makefile,v 1.56 2022/05/26 15:20:08 mef Exp $ PKGNAME= gnuradio-companion-${VERSION} -PKGREVISION= 2 COMMENT= User interface entry of GNU Radio #CONF_FILES+= ${EGDIR}/grc.conf ${PKG_SYSCONFDIR}/grc.conf Index: pkgsrc/ham/gnuradio-companion/PLIST diff -u pkgsrc/ham/gnuradio-companion/PLIST:1.14 pkgsrc/ham/gnuradio-companion/PLIST:1.15 --- pkgsrc/ham/gnuradio-companion/PLIST:1.14 Sat Mar 12 23:04:45 2022 +++ pkgsrc/ham/gnuradio-companion/PLIST Thu May 26 15:20:08 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2022/03/12 23:04:45 tnn Exp $ +@comment $NetBSD: PLIST,v 1.15 2022/05/26 15:20:08 mef Exp $ bin/gnuradio-companion bin/grcc ${PYSITELIB}/gnuradio/grc/__init__.py @@ -547,3 +547,5 @@ share/icons/hicolor/48x48/apps/gnuradio- share/icons/hicolor/64x64/apps/gnuradio-grc.png share/metainfo/org.gnuradio.grc.metainfo.xml share/mime/packages/gnuradio-grc.xml +share/gnuradio/grc/blocks/json_config.block.yml +share/gnuradio/grc/blocks/yaml_config.block.yml Index: pkgsrc/ham/gnuradio-core/Makefile diff -u pkgsrc/ham/gnuradio-core/Makefile:1.94 pkgsrc/ham/gnuradio-core/Makefile:1.95 --- pkgsrc/ham/gnuradio-core/Makefile:1.94 Mon Apr 18 19:11:25 2022 +++ pkgsrc/ham/gnuradio-core/Makefile Thu May 26 15:20:09 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.94 2022/04/18 19:11:25 adam Exp $ +# $NetBSD: Makefile,v 1.95 2022/05/26 15:20:09 mef Exp $ PKGNAME= gnuradio-core-${VERSION} -PKGREVISION= 2 COMMENT= Core part of GNU Radio, all others need this PLIST_MINUS= # empty Index: pkgsrc/ham/gnuradio-core/Makefile.common diff -u pkgsrc/ham/gnuradio-core/Makefile.common:1.40 pkgsrc/ham/gnuradio-core/Makefile.common:1.41 --- pkgsrc/ham/gnuradio-core/Makefile.common:1.40 Sun Apr 10 01:05:34 2022 +++ pkgsrc/ham/gnuradio-core/Makefile.common Thu May 26 15:20:09 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.40 2022/04/10 01:05:34 gutteridge Exp $ +# $NetBSD: Makefile.common,v 1.41 2022/05/26 15:20:09 mef Exp $ # This Makefile fragment is included in the package Makefiles for # GNU Radio distributed packages (they all share common configure and build # settings). @@ -56,8 +56,13 @@ PATCHDIR= ${.CURDIR}/../../ham/gnuradio # see CMakeLists.txt GR_PYTHON_MIN_VERSION PYTHON_VERSIONS_INCOMPATIBLE= 27 37 # py-scipy +# three digit version number for shared library ex 3.10.2.0 -> 3.10.2 +PKGVER_MICRO= ${PKGVERSION_NOREV:C/([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/\1.\2.\3/} + PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} PLIST_SUBST+= PYSITELIB=${PYSITELIB} +# avoid using the name PKGVERSION in variable, see Nocore.mk +PLIST_SUBST+= PKGVER_MICRO=${PKGVER_MICRO} PY_PATCHPLIST= yes CONFIGURE_DIRS= build Index: pkgsrc/ham/gnuradio-core/Nocore.mk diff -u pkgsrc/ham/gnuradio-core/Nocore.mk:1.9 pkgsrc/ham/gnuradio-core/Nocore.mk:1.10 --- pkgsrc/ham/gnuradio-core/Nocore.mk:1.9 Tue Jul 12 11:36:46 2016 +++ pkgsrc/ham/gnuradio-core/Nocore.mk Thu May 26 15:20:09 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Nocore.mk,v 1.9 2016/07/12 11:36:46 mef Exp $ +# $NetBSD: Nocore.mk,v 1.10 2022/05/26 15:20:09 mef Exp $ DEPENDS+= gnuradio-core-[0-9]*:../../ham/gnuradio-core @@ -13,12 +13,16 @@ post-install: # Take care CONF_FILES stuff # ${MV} ${DESTDIR}${PREFIX}/etc/gnuradio/conf.d/* \ # ${DESTDIR}${PREFIX}/${EGDIR}/ +# ------------------------------------------------------------ +# Generate the file .PLIST.minus (note: it is before PLIST_SUBST applies) +# ------------------------------------------------------------ for i in ${PLIST_MINUS} ; do \ for p in PLIST PLIST.oss PLIST.${OPSYS} ; do \ f="${PKGDIR}/../../ham/gnuradio-$${i}/$${p}"; \ if [ -f "$${f}" ]; then \ ${SED} -e 's,$${PYSITELIB},${PYSITELIB},' \ -e 's,$${PKGVERSION},${PKGVERSION_NOREV},' \ + -e 's,$${PKGVER_MICRO},${PKGVER_MICRO},' \ -e '/^@comment/d' \ -e '/^@pkgdir/d' \ "$${f}"; \ @@ -27,8 +31,19 @@ post-install: done \ | ${PKGSRC_SETENV} ${_PLIST_AWK_ENV} ${AWK} ${_PLIST_SHLIB_AWK} \ > ${WRKDIR}/.PLIST.minus; - (cd ${WRKDIR}/.destdir/${PREFIX}; \ - ${RM} -f $$(cat ${WRKDIR}/.PLIST.minus) ); +# ------------------------------------------------------------ +# And then remove the files listed in .PLIST.minus +# ------------------------------------------------------------ + (cd ${WRKDIR}/.destdir/${PREFIX}; \ + ${RM} -f $$(cat ${WRKDIR}/.PLIST.minus) ; \ + ${RM} -f lib/libaudio.so.* ; \ + ${RM} -f lib/libgnuradio-analog.so.* ; \ + ${RM} -f lib/libgnuradio-blocks.so.* ; \ + ${RM} -f lib/libgnuradio-filter.so.* ; \ + ${RM} -f lib/libgnuradio-fft.so.* ; \ + ${RM} -f lib/libgnuradio-pmt.so.* ; \ + ${RM} -f lib/libgnuradio-runtime.so.* ; \ + ${RM} -f lib/libgnuradio-audio.so.* ; ) # workaround for gnuradio-doxygen # (the same target can't be set on gnuradio-doxygen side # Index: pkgsrc/ham/gnuradio-core/PLIST diff -u pkgsrc/ham/gnuradio-core/PLIST:1.36 pkgsrc/ham/gnuradio-core/PLIST:1.37 --- pkgsrc/ham/gnuradio-core/PLIST:1.36 Sat Mar 12 23:04:45 2022 +++ pkgsrc/ham/gnuradio-core/PLIST Thu May 26 15:20:09 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.36 2022/03/12 23:04:45 tnn Exp $ +@comment $NetBSD: PLIST,v 1.37 2022/05/26 15:20:09 mef Exp $ bin/gnuradio-config-info bin/gr_filter_design include/gnuradio/analog/agc.h @@ -262,7 +262,6 @@ include/gnuradio/gr_complex.h include/gnuradio/hier_block2.h include/gnuradio/high_res_timer.h include/gnuradio/host_buffer.h -include/gnuradio/integer_math.h include/gnuradio/io_signature.h include/gnuradio/logger.h include/gnuradio/math.h @@ -371,25 +370,25 @@ lib/cmake/gnuradio/gnuradio-runtimeConfi lib/cmake/gnuradio/gnuradio-runtimeTargets-release.cmake lib/cmake/gnuradio/gnuradio-runtimeTargets.cmake lib/libgnuradio-analog.so -lib/libgnuradio-analog.so.3.10.1 +lib/libgnuradio-analog.so.${PKGVER_MICRO} lib/libgnuradio-analog.so.${PKGVERSION} lib/libgnuradio-audio.so -lib/libgnuradio-audio.so.3.10.1 +lib/libgnuradio-audio.so.${PKGVER_MICRO} lib/libgnuradio-audio.so.${PKGVERSION} lib/libgnuradio-blocks.so -lib/libgnuradio-blocks.so.3.10.1 +lib/libgnuradio-blocks.so.${PKGVER_MICRO} lib/libgnuradio-blocks.so.${PKGVERSION} lib/libgnuradio-fft.so -lib/libgnuradio-fft.so.3.10.1 +lib/libgnuradio-fft.so.${PKGVER_MICRO} lib/libgnuradio-fft.so.${PKGVERSION} lib/libgnuradio-filter.so -lib/libgnuradio-filter.so.3.10.1 +lib/libgnuradio-filter.so.${PKGVER_MICRO} lib/libgnuradio-filter.so.${PKGVERSION} lib/libgnuradio-pmt.so -lib/libgnuradio-pmt.so.3.10.1 +lib/libgnuradio-pmt.so.${PKGVER_MICRO} lib/libgnuradio-pmt.so.${PKGVERSION} lib/libgnuradio-runtime.so -lib/libgnuradio-runtime.so.3.10.1 +lib/libgnuradio-runtime.so.${PKGVER_MICRO} lib/libgnuradio-runtime.so.${PKGVERSION} lib/pkgconfig/gnuradio-analog.pc lib/pkgconfig/gnuradio-audio.pc Index: pkgsrc/ham/gnuradio-core/buildlink3.mk diff -u pkgsrc/ham/gnuradio-core/buildlink3.mk:1.35 pkgsrc/ham/gnuradio-core/buildlink3.mk:1.36 --- pkgsrc/ham/gnuradio-core/buildlink3.mk:1.35 Sat Mar 12 23:04:45 2022 +++ pkgsrc/ham/gnuradio-core/buildlink3.mk Thu May 26 15:20:09 2022 @@ -1,11 +1,11 @@ -# $NetBSD: buildlink3.mk,v 1.35 2022/03/12 23:04:45 tnn Exp $ +# $NetBSD: buildlink3.mk,v 1.36 2022/05/26 15:20:09 mef Exp $ BUILDLINK_TREE+= gnuradio-core .if !defined(GNURADIO_CORE_BUILDLINK3_MK) GNURADIO_CORE_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.gnuradio-core+= gnuradio-core>=3.10.1.1 +BUILDLINK_API_DEPENDS.gnuradio-core+= gnuradio-core>=3.10.2 BUILDLINK_PKGSRCDIR.gnuradio-core?= ../../ham/gnuradio-core .include "../../devel/gmp/buildlink3.mk" Index: pkgsrc/ham/gnuradio-core/distinfo diff -u pkgsrc/ham/gnuradio-core/distinfo:1.47 pkgsrc/ham/gnuradio-core/distinfo:1.48 --- pkgsrc/ham/gnuradio-core/distinfo:1.47 Sat Mar 12 23:04:45 2022 +++ pkgsrc/ham/gnuradio-core/distinfo Thu May 26 15:20:09 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.47 2022/03/12 23:04:45 tnn Exp $ +$NetBSD: distinfo,v 1.48 2022/05/26 15:20:09 mef Exp $ -BLAKE2s (gnuradio-3.10.1.1.tar.gz) = 74575cc69c55fbf28f97396cb0a74747492543fc807b3a6e45b3b5cd16f539e6 -SHA512 (gnuradio-3.10.1.1.tar.gz) = 71998cbf0c67333a0fabb53882549cdb5d1547c7d2c7317321ccee0c61640147a1c3e7879a2011bd853df9cfa58dd6adaee4312adb9544d94ff7c1d4918fe480 -Size (gnuradio-3.10.1.1.tar.gz) = 4318131 bytes +BLAKE2s (gnuradio-3.10.2.0.tar.gz) = ce1797e79609b2bf9b418b0cd4d43cb5e5c647da7be8769c26fc99979d18bd9f +SHA512 (gnuradio-3.10.2.0.tar.gz) = f34cd3aee1a5d72da387246c25f8494d9a28b2d66aa58ec99a6ff2ae45672f3ec65111af095282f026e2ef267bca2e64042a2aa3ee284ce770351629963fe468 +Size (gnuradio-3.10.2.0.tar.gz) = 4323022 bytes SHA1 (patch-cmake_Modules_GrPybind.cmake) = e2b42c840ca985dc3b1c0cba3029002a088c8407 SHA1 (patch-gnuradio-runtime_CMakeLists.txt) = a5b2b60c7fcc46b5784027e08e137480c0cf3307 SHA1 (patch-gnuradio-runtime_lib_CMakeLists.txt) = 310d0432de07cf5c03fbd9fd34dcb42733cf6367 Index: pkgsrc/ham/gnuradio-core/version.mk diff -u pkgsrc/ham/gnuradio-core/version.mk:1.6 pkgsrc/ham/gnuradio-core/version.mk:1.7 --- pkgsrc/ham/gnuradio-core/version.mk:1.6 Sat Mar 12 23:04:45 2022 +++ pkgsrc/ham/gnuradio-core/version.mk Thu May 26 15:20:09 2022 @@ -1,3 +1,3 @@ -# $NetBSD: version.mk,v 1.6 2022/03/12 23:04:45 tnn Exp $ +# $NetBSD: version.mk,v 1.7 2022/05/26 15:20:09 mef Exp $ -VERSION= 3.10.1.1 +VERSION= 3.10.2.0 Index: pkgsrc/ham/gnuradio-ctrlport/Makefile diff -u pkgsrc/ham/gnuradio-ctrlport/Makefile:1.37 pkgsrc/ham/gnuradio-ctrlport/Makefile:1.38 --- pkgsrc/ham/gnuradio-ctrlport/Makefile:1.37 Mon Apr 18 19:11:25 2022 +++ pkgsrc/ham/gnuradio-ctrlport/Makefile Thu May 26 15:20:09 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2022/04/18 19:11:25 adam Exp $ +# $NetBSD: Makefile,v 1.38 2022/05/26 15:20:09 mef Exp $ PKGNAME= gnuradio-ctrlport-${VERSION} -PKGREVISION= 2 COMMENT= New set of hooks into GNU Radio to allow a remote client to attach .include "../../ham/gnuradio-core/Makefile.common" .include "../../ham/gnuradio-core/Nocore.mk" Index: pkgsrc/ham/gnuradio-digital/Makefile diff -u pkgsrc/ham/gnuradio-digital/Makefile:1.37 pkgsrc/ham/gnuradio-digital/Makefile:1.38 --- pkgsrc/ham/gnuradio-digital/Makefile:1.37 Mon Apr 18 19:11:25 2022 +++ pkgsrc/ham/gnuradio-digital/Makefile Thu May 26 15:20:09 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2022/04/18 19:11:25 adam Exp $ +# $NetBSD: Makefile,v 1.38 2022/05/26 15:20:09 mef Exp $ PKGNAME= gnuradio-digital-${VERSION} -PKGREVISION= 2 COMMENT= Digital related algorithms for GNU Radio .include "../../ham/gnuradio-core/Makefile.common" Index: pkgsrc/ham/gnuradio-digital/PLIST diff -u pkgsrc/ham/gnuradio-digital/PLIST:1.14 pkgsrc/ham/gnuradio-digital/PLIST:1.15 --- pkgsrc/ham/gnuradio-digital/PLIST:1.14 Sat Mar 12 23:04:45 2022 +++ pkgsrc/ham/gnuradio-digital/PLIST Thu May 26 15:20:09 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2022/03/12 23:04:45 tnn Exp $ +@comment $NetBSD: PLIST,v 1.15 2022/05/26 15:20:09 mef Exp $ include/gnuradio/digital/adaptive_algorithm.h include/gnuradio/digital/adaptive_algorithm_cma.h include/gnuradio/digital/adaptive_algorithm_lms.h @@ -23,9 +23,15 @@ include/gnuradio/digital/correlate_acces include/gnuradio/digital/correlate_access_code_tag_ff.h include/gnuradio/digital/costas_loop_cc.h include/gnuradio/digital/cpmmod_bc.h +include/gnuradio/digital/crc.h +include/gnuradio/digital/crc.h include/gnuradio/digital/crc16_async_bb.h include/gnuradio/digital/crc32_async_bb.h include/gnuradio/digital/crc32_bb.h +include/gnuradio/digital/crc_append.h +include/gnuradio/digital/crc_append.h +include/gnuradio/digital/crc_check.h +include/gnuradio/digital/crc_check.h include/gnuradio/digital/decision_feedback_equalizer.h include/gnuradio/digital/descrambler_bb.h include/gnuradio/digital/diff_coding_type.h @@ -85,7 +91,7 @@ lib/cmake/gnuradio/gnuradio-digitalConfi lib/cmake/gnuradio/gnuradio-digitalTargets-release.cmake lib/cmake/gnuradio/gnuradio-digitalTargets.cmake lib/libgnuradio-digital.so -lib/libgnuradio-digital.so.3.10.1 +lib/libgnuradio-digital.so.${PKGVER_MICRO} lib/libgnuradio-digital.so.${PKGVERSION} lib/pkgconfig/gnuradio-digital.pc ${PYSITELIB}/gnuradio/digital/__init__.py @@ -237,6 +243,10 @@ share/gnuradio/grc/blocks/digital_cpmmod share/gnuradio/grc/blocks/digital_crc16_async_bb.block.yml share/gnuradio/grc/blocks/digital_crc32_async_bb.block.yml share/gnuradio/grc/blocks/digital_crc32_bb.block.yml +share/gnuradio/grc/blocks/digital_crc_append.block.yml +share/gnuradio/grc/blocks/digital_crc_append.block.yml +share/gnuradio/grc/blocks/digital_crc_check.block.yml +share/gnuradio/grc/blocks/digital_crc_check.block.yml share/gnuradio/grc/blocks/digital_decision_feedback_equalizer.block.yml share/gnuradio/grc/blocks/digital_descrambler_bb.block.yml share/gnuradio/grc/blocks/digital_diff_decoder_bb.block.yml Index: pkgsrc/ham/gnuradio-doxygen/Makefile diff -u pkgsrc/ham/gnuradio-doxygen/Makefile:1.54 pkgsrc/ham/gnuradio-doxygen/Makefile:1.55 --- pkgsrc/ham/gnuradio-doxygen/Makefile:1.54 Mon Apr 18 19:11:25 2022 +++ pkgsrc/ham/gnuradio-doxygen/Makefile Thu May 26 15:20:09 2022 @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.54 2022/04/18 19:11:25 adam Exp $ +# $NetBSD: Makefile,v 1.55 2022/05/26 15:20:09 mef Exp $ PKGNAME= gnuradio-doxygen-${VERSION} -PKGREVISION= 3 COMMENT= Doxygen documentation of GNU Radio .include "../../ham/gnuradio-core/Makefile.common" .include "../../ham/gnuradio-core/Nocore.mk" -BUILD_DEPENDS+= doxygen>=1.9.3:../../devel/doxygen +BUILD_DEPENDS+= doxygen>=1.9.4:../../devel/doxygen BUILD_DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz DEPENDS+= web2c-[0-9]*:../../print/web2c Index: pkgsrc/ham/gnuradio-doxygen/PLIST diff -u pkgsrc/ham/gnuradio-doxygen/PLIST:1.28 pkgsrc/ham/gnuradio-doxygen/PLIST:1.29 --- pkgsrc/ham/gnuradio-doxygen/PLIST:1.28 Sat Apr 9 10:38:53 2022 +++ pkgsrc/ham/gnuradio-doxygen/PLIST Thu May 26 15:20:09 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.28 2022/04/09 10:38:53 mef Exp $ +@comment $NetBSD: PLIST,v 1.29 2022/05/26 15:20:09 mef 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 @@ -103,6 +103,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ad share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__cma_8h.html +share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__cma_8h.js share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__cma_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__cma_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__cma_8h__incl.svg @@ -114,6 +115,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ad share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__cma__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__cma__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__lms_8h.html +share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__lms_8h.js share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__lms_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__lms_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__lms_8h__incl.svg @@ -125,6 +127,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ad share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__lms__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__lms__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__nlms_8h.html +share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__nlms_8h.js share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__nlms_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__nlms_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__nlms_8h__incl.svg @@ -246,6 +249,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ad share/doc/gnuradio-${PKGVERSION}/html/additive__scrambler__bb__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/additive__scrambler__bb__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/agc2_8h.html +share/doc/gnuradio-${PKGVERSION}/html/agc2_8h.js share/doc/gnuradio-${PKGVERSION}/html/agc2_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/agc2_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/agc2_8h__dep__incl.svg @@ -293,6 +297,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ag share/doc/gnuradio-${PKGVERSION}/html/agc3__cc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/agc3__cc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/agc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/agc_8h.js share/doc/gnuradio-${PKGVERSION}/html/agc_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/agc_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/agc_8h__dep__incl.svg @@ -351,6 +356,7 @@ share/doc/gnuradio-${PKGVERSION}/html/al share/doc/gnuradio-${PKGVERSION}/html/alaw__encode__sb__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/alaw__encode__sb__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/alist_8h.html +share/doc/gnuradio-${PKGVERSION}/html/alist_8h.js share/doc/gnuradio-${PKGVERSION}/html/alist_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/alist_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/alist_8h__dep__incl.svg @@ -359,6 +365,7 @@ share/doc/gnuradio-${PKGVERSION}/html/al share/doc/gnuradio-${PKGVERSION}/html/alist_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/alist_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/amsg__source_8h.html +share/doc/gnuradio-${PKGVERSION}/html/amsg__source_8h.js share/doc/gnuradio-${PKGVERSION}/html/amsg__source_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/amsg__source_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/amsg__source_8h__incl.svg @@ -479,6 +486,7 @@ share/doc/gnuradio-${PKGVERSION}/html/at share/doc/gnuradio-${PKGVERSION}/html/atsc__consts__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/atsc__consts__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver_8h.html +share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver_8h.js share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver_8h__incl.svg @@ -490,6 +498,7 @@ share/doc/gnuradio-${PKGVERSION}/html/at share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/atsc__depad_8h.html +share/doc/gnuradio-${PKGVERSION}/html/atsc__depad_8h.js share/doc/gnuradio-${PKGVERSION}/html/atsc__depad_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/atsc__depad_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__depad_8h__incl.svg @@ -501,6 +510,7 @@ share/doc/gnuradio-${PKGVERSION}/html/at share/doc/gnuradio-${PKGVERSION}/html/atsc__depad__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/atsc__depad__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer_8h.html +share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer_8h.js share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer_8h__incl.svg @@ -512,6 +522,7 @@ share/doc/gnuradio-${PKGVERSION}/html/at share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer_8h.html +share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer_8h.js share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer_8h__incl.svg @@ -523,6 +534,7 @@ share/doc/gnuradio-${PKGVERSION}/html/at share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux_8h.html +share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux_8h.js share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux_8h__incl.svg @@ -534,6 +546,7 @@ share/doc/gnuradio-${PKGVERSION}/html/at share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll_8h.html +share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll_8h.js share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll_8h__incl.svg @@ -545,6 +558,7 @@ share/doc/gnuradio-${PKGVERSION}/html/at share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker_8h.html +share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker_8h.js share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker_8h__incl.svg @@ -556,6 +570,7 @@ share/doc/gnuradio-${PKGVERSION}/html/at share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver_8h.html +share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver_8h.js share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver_8h__incl.svg @@ -567,6 +582,7 @@ share/doc/gnuradio-${PKGVERSION}/html/at share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/atsc__pad_8h.html +share/doc/gnuradio-${PKGVERSION}/html/atsc__pad_8h.js share/doc/gnuradio-${PKGVERSION}/html/atsc__pad_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/atsc__pad_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__pad_8h__incl.svg @@ -578,11 +594,13 @@ share/doc/gnuradio-${PKGVERSION}/html/at share/doc/gnuradio-${PKGVERSION}/html/atsc__pad__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/atsc__pad__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/atsc__plinfo_8h.html +share/doc/gnuradio-${PKGVERSION}/html/atsc__plinfo_8h.js share/doc/gnuradio-${PKGVERSION}/html/atsc__plinfo_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/atsc__plinfo_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__plinfo_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/atsc__plinfo_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer_8h.html +share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer_8h.js share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer_8h__incl.svg @@ -594,6 +612,7 @@ share/doc/gnuradio-${PKGVERSION}/html/at share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder_8h.html +share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder_8h.js share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder_8h__incl.svg @@ -605,6 +624,7 @@ share/doc/gnuradio-${PKGVERSION}/html/at share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder_8h.html +share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder_8h.js share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder_8h__incl.svg @@ -616,6 +636,7 @@ share/doc/gnuradio-${PKGVERSION}/html/at share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/atsc__sync_8h.html +share/doc/gnuradio-${PKGVERSION}/html/atsc__sync_8h.js share/doc/gnuradio-${PKGVERSION}/html/atsc__sync_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/atsc__sync_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__sync_8h__incl.svg @@ -627,6 +648,7 @@ share/doc/gnuradio-${PKGVERSION}/html/at share/doc/gnuradio-${PKGVERSION}/html/atsc__sync__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/atsc__sync__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder_8h.html +share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder_8h.js share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder_8h__incl.svg @@ -638,6 +660,7 @@ share/doc/gnuradio-${PKGVERSION}/html/at share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder_8h.html +share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder_8h.js share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder_8h__incl.svg @@ -649,6 +672,7 @@ share/doc/gnuradio-${PKGVERSION}/html/at share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/attr__sink_8h.html +share/doc/gnuradio-${PKGVERSION}/html/attr__sink_8h.js share/doc/gnuradio-${PKGVERSION}/html/attr__sink_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/attr__sink_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/attr__sink_8h__dep__incl.svg @@ -657,6 +681,7 @@ share/doc/gnuradio-${PKGVERSION}/html/at share/doc/gnuradio-${PKGVERSION}/html/attr__sink_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/attr__sink_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/attr__sink__impl_8h.html +share/doc/gnuradio-${PKGVERSION}/html/attr__sink__impl_8h.js share/doc/gnuradio-${PKGVERSION}/html/attr__sink__impl_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/attr__sink__impl_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/attr__sink__impl_8h__incl.svg @@ -668,6 +693,7 @@ share/doc/gnuradio-${PKGVERSION}/html/at share/doc/gnuradio-${PKGVERSION}/html/attr__sink__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/attr__sink__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/attr__source_8h.html +share/doc/gnuradio-${PKGVERSION}/html/attr__source_8h.js share/doc/gnuradio-${PKGVERSION}/html/attr__source_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/attr__source_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/attr__source_8h__dep__incl.svg @@ -676,6 +702,7 @@ share/doc/gnuradio-${PKGVERSION}/html/at share/doc/gnuradio-${PKGVERSION}/html/attr__source_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/attr__source_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/attr__source__impl_8h.html +share/doc/gnuradio-${PKGVERSION}/html/attr__source__impl_8h.js share/doc/gnuradio-${PKGVERSION}/html/attr__source__impl_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/attr__source__impl_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/attr__source__impl_8h__incl.svg @@ -687,6 +714,7 @@ share/doc/gnuradio-${PKGVERSION}/html/at share/doc/gnuradio-${PKGVERSION}/html/attr__source__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/attr__source__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/attr__updater_8h.html +share/doc/gnuradio-${PKGVERSION}/html/attr__updater_8h.js share/doc/gnuradio-${PKGVERSION}/html/attr__updater_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/attr__updater_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/attr__updater_8h__dep__incl.svg @@ -695,6 +723,7 @@ share/doc/gnuradio-${PKGVERSION}/html/at share/doc/gnuradio-${PKGVERSION}/html/attr__updater_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/attr__updater_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/attr__updater__impl_8h.html +share/doc/gnuradio-${PKGVERSION}/html/attr__updater__impl_8h.js share/doc/gnuradio-${PKGVERSION}/html/attr__updater__impl_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/attr__updater__impl_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/attr__updater__impl_8h__incl.svg @@ -713,6 +742,7 @@ share/doc/gnuradio-${PKGVERSION}/html/at share/doc/gnuradio-${PKGVERSION}/html/attributes_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/audio_8dox.html share/doc/gnuradio-${PKGVERSION}/html/awgn__bp_8h.html +share/doc/gnuradio-${PKGVERSION}/html/awgn__bp_8h.js share/doc/gnuradio-${PKGVERSION}/html/awgn__bp_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/awgn__bp_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/awgn__bp_8h__dep__incl.svg @@ -761,6 +791,7 @@ share/doc/gnuradio-${PKGVERSION}/html/be share/doc/gnuradio-${PKGVERSION}/html/ber__bf__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/ber__bf__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/ber__sink__b_8h.html +share/doc/gnuradio-${PKGVERSION}/html/ber__sink__b_8h.js share/doc/gnuradio-${PKGVERSION}/html/ber__sink__b_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/ber__sink__b_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/ber__sink__b_8h__incl.svg @@ -852,6 +883,7 @@ share/doc/gnuradio-${PKGVERSION}/html/bu share/doc/gnuradio-${PKGVERSION}/html/buffer__reader_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/buffer__reader_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/buffer__reader__sm_8h.html +share/doc/gnuradio-${PKGVERSION}/html/buffer__reader__sm_8h.js share/doc/gnuradio-${PKGVERSION}/html/buffer__reader__sm_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/buffer__reader__sm_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/buffer__reader__sm_8h__incl.svg @@ -953,6 +985,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ca share/doc/gnuradio-${PKGVERSION}/html/catv__config__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/catv__config__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb_8h.html +share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb_8h.js share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb_8h__incl.svg @@ -964,6 +997,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ca share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb_8h.html +share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb_8h.js share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb_8h__incl.svg @@ -975,6 +1009,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ca share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb_8h.html +share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb_8h.js share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb_8h__incl.svg @@ -986,6 +1021,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ca share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb_8h.html +share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb_8h.js share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb_8h__incl.svg @@ -997,6 +1033,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ca share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/catv__trellis__enc__bb_8h.html +share/doc/gnuradio-${PKGVERSION}/html/catv__trellis__enc__bb_8h.js share/doc/gnuradio-${PKGVERSION}/html/catv__trellis__enc__bb_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/catv__trellis__enc__bb_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/catv__trellis__enc__bb_8h__incl.svg @@ -2091,6 +2128,9 @@ share/doc/gnuradio-${PKGVERSION}/html/cl share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1cpmmod__bc-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1cpmmod__bc.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1cpmmod__bc.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc.js share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc16__async__bb-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc16__async__bb.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc16__async__bb.js @@ -2100,6 +2140,12 @@ share/doc/gnuradio-${PKGVERSION}/html/cl share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc32__bb-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc32__bb.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc32__bb.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc__append-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc__append.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc__append.js +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc__check-members.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc__check.html +share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc__check.js share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1decision__feedback__equalizer-members.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1decision__feedback__equalizer.html share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1decision__feedback__equalizer.js @@ -3408,6 +3454,7 @@ share/doc/gnuradio-${PKGVERSION}/html/cl share/doc/gnuradio-${PKGVERSION}/html/classthrift__server__template.html share/doc/gnuradio-${PKGVERSION}/html/classthrift__server__template.js share/doc/gnuradio-${PKGVERSION}/html/cldpc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/cldpc_8h.js share/doc/gnuradio-${PKGVERSION}/html/cldpc_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/cldpc_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/cldpc_8h__dep__incl.svg @@ -3439,6 +3486,7 @@ share/doc/gnuradio-${PKGVERSION}/html/cl share/doc/gnuradio-${PKGVERSION}/html/clock__recovery__mm__ff__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/closed.png share/doc/gnuradio-${PKGVERSION}/html/codec2_8h.html +share/doc/gnuradio-${PKGVERSION}/html/codec2_8h.js share/doc/gnuradio-${PKGVERSION}/html/codec2_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/codec2_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/codec2_8h__dep__incl.svg @@ -3615,6 +3663,7 @@ share/doc/gnuradio-${PKGVERSION}/html/co share/doc/gnuradio-${PKGVERSION}/html/constants__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/constants__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/constellation_8h.html +share/doc/gnuradio-${PKGVERSION}/html/constellation_8h.js share/doc/gnuradio-${PKGVERSION}/html/constellation_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/constellation_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/constellation_8h__dep__incl.svg @@ -3662,6 +3711,7 @@ share/doc/gnuradio-${PKGVERSION}/html/co share/doc/gnuradio-${PKGVERSION}/html/constellation__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/constellation__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/constellation__receiver__cb_8h.html +share/doc/gnuradio-${PKGVERSION}/html/constellation__receiver__cb_8h.js share/doc/gnuradio-${PKGVERSION}/html/constellation__receiver__cb_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/constellation__receiver__cb_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/constellation__receiver__cb_8h__incl.svg @@ -3759,11 +3809,13 @@ share/doc/gnuradio-${PKGVERSION}/html/co share/doc/gnuradio-${PKGVERSION}/html/corr__est__cc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/corr__est__cc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/correctiq_8h.html +share/doc/gnuradio-${PKGVERSION}/html/correctiq_8h.js share/doc/gnuradio-${PKGVERSION}/html/correctiq_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/correctiq_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/correctiq_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/correctiq_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/correctiq__auto_8h.html +share/doc/gnuradio-${PKGVERSION}/html/correctiq__auto_8h.js share/doc/gnuradio-${PKGVERSION}/html/correctiq__auto_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/correctiq__auto_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/correctiq__auto_8h__incl.svg @@ -3775,6 +3827,7 @@ share/doc/gnuradio-${PKGVERSION}/html/co share/doc/gnuradio-${PKGVERSION}/html/correctiq__auto__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/correctiq__auto__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/correctiq__man_8h.html +share/doc/gnuradio-${PKGVERSION}/html/correctiq__man_8h.js share/doc/gnuradio-${PKGVERSION}/html/correctiq__man_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/correctiq__man_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/correctiq__man_8h__incl.svg @@ -3792,6 +3845,7 @@ share/doc/gnuradio-${PKGVERSION}/html/co share/doc/gnuradio-${PKGVERSION}/html/correctiq__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/correctiq__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/correctiq__swapiq_8h.html +share/doc/gnuradio-${PKGVERSION}/html/correctiq__swapiq_8h.js share/doc/gnuradio-${PKGVERSION}/html/correctiq__swapiq_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/correctiq__swapiq_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/correctiq__swapiq_8h__incl.svg @@ -3892,6 +3946,7 @@ share/doc/gnuradio-${PKGVERSION}/html/cp share/doc/gnuradio-${PKGVERSION}/html/cpfsk__bc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/cpfsk__bc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/cpm_8h.html +share/doc/gnuradio-${PKGVERSION}/html/cpm_8h.js share/doc/gnuradio-${PKGVERSION}/html/cpm_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/cpm_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/cpm_8h__dep__incl.svg @@ -3949,6 +4004,39 @@ share/doc/gnuradio-${PKGVERSION}/html/cr share/doc/gnuradio-${PKGVERSION}/html/crc32__bb__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/crc32__bb__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/crc32__bb__pydoc__template_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/crc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/crc_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/crc_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/crc_8h__incl.svg +share/doc/gnuradio-${PKGVERSION}/html/crc_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/crc__append_8h.html +share/doc/gnuradio-${PKGVERSION}/html/crc__append_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/crc__append_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/crc__append_8h__incl.svg +share/doc/gnuradio-${PKGVERSION}/html/crc__append_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/crc__append__pydoc__template_8h.html +share/doc/gnuradio-${PKGVERSION}/html/crc__append__pydoc__template_8h.js +share/doc/gnuradio-${PKGVERSION}/html/crc__append__pydoc__template_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/crc__append__pydoc__template_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/crc__append__pydoc__template_8h__incl.svg +share/doc/gnuradio-${PKGVERSION}/html/crc__append__pydoc__template_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/crc__check_8h.html +share/doc/gnuradio-${PKGVERSION}/html/crc__check_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/crc__check_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/crc__check_8h__incl.svg +share/doc/gnuradio-${PKGVERSION}/html/crc__check_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/crc__check__pydoc__template_8h.html +share/doc/gnuradio-${PKGVERSION}/html/crc__check__pydoc__template_8h.js +share/doc/gnuradio-${PKGVERSION}/html/crc__check__pydoc__template_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/crc__check__pydoc__template_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/crc__check__pydoc__template_8h__incl.svg +share/doc/gnuradio-${PKGVERSION}/html/crc__check__pydoc__template_8h_source.html +share/doc/gnuradio-${PKGVERSION}/html/crc__pydoc__template_8h.html +share/doc/gnuradio-${PKGVERSION}/html/crc__pydoc__template_8h.js +share/doc/gnuradio-${PKGVERSION}/html/crc__pydoc__template_8h__incl.map +share/doc/gnuradio-${PKGVERSION}/html/crc__pydoc__template_8h__incl.md5 +share/doc/gnuradio-${PKGVERSION}/html/crc__pydoc__template_8h__incl.svg +share/doc/gnuradio-${PKGVERSION}/html/crc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/ctcss__squelch__ff_8h.html share/doc/gnuradio-${PKGVERSION}/html/ctcss__squelch__ff_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/ctcss__squelch__ff_8h__incl.md5 @@ -4039,6 +4127,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ct share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe__psd__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe__psd__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/custom__lock_8h.html +share/doc/gnuradio-${PKGVERSION}/html/custom__lock_8h.js share/doc/gnuradio-${PKGVERSION}/html/custom__lock_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/custom__lock_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/custom__lock_8h__dep__incl.svg @@ -4091,6 +4180,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dc share/doc/gnuradio-${PKGVERSION}/html/dc__blocker__ff__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dc__blocker__ff__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dds__control_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dds__control_8h.js share/doc/gnuradio-${PKGVERSION}/html/dds__control_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/dds__control_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dds__control_8h__dep__incl.svg @@ -4099,6 +4189,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dd share/doc/gnuradio-${PKGVERSION}/html/dds__control_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dds__control_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dds__control__impl_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dds__control__impl_8h.js share/doc/gnuradio-${PKGVERSION}/html/dds__control__impl_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dds__control__impl_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dds__control__impl_8h__incl.svg @@ -4110,6 +4201,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dd share/doc/gnuradio-${PKGVERSION}/html/dds__control__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dds__control__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/decision__feedback__equalizer_8h.html +share/doc/gnuradio-${PKGVERSION}/html/decision__feedback__equalizer_8h.js share/doc/gnuradio-${PKGVERSION}/html/decision__feedback__equalizer_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/decision__feedback__equalizer_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/decision__feedback__equalizer_8h__incl.svg @@ -4199,6 +4291,7 @@ share/doc/gnuradio-${PKGVERSION}/html/de share/doc/gnuradio-${PKGVERSION}/html/device__sink_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/device__sink_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/device__sink__impl_8h.html +share/doc/gnuradio-${PKGVERSION}/html/device__sink__impl_8h.js share/doc/gnuradio-${PKGVERSION}/html/device__sink__impl_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/device__sink__impl_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/device__sink__impl_8h__dep__incl.svg @@ -4718,6 +4811,7 @@ share/doc/gnuradio-${PKGVERSION}/html/di share/doc/gnuradio-${PKGVERSION}/html/dir_000223.html share/doc/gnuradio-${PKGVERSION}/html/dir_000223.js share/doc/gnuradio-${PKGVERSION}/html/display__qt_8h.html +share/doc/gnuradio-${PKGVERSION}/html/display__qt_8h.js share/doc/gnuradio-${PKGVERSION}/html/display__qt_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/display__qt_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/display__qt_8h__incl.svg @@ -4788,6 +4882,7 @@ share/doc/gnuradio-${PKGVERSION}/html/du share/doc/gnuradio-${PKGVERSION}/html/dummy__encoder__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dummy__encoder__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb_8h__incl.svg @@ -4799,6 +4894,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dv share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb_8h__incl.svg @@ -4810,6 +4906,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dv share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvb__bch__bb_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvb__bch__bb_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvb__bch__bb_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvb__bch__bb_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvb__bch__bb_8h__incl.svg @@ -4833,6 +4930,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dv share/doc/gnuradio-${PKGVERSION}/html/dvb__config__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvb__config__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvb__ldpc__bb_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvb__ldpc__bb_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvb__ldpc__bb_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvb__ldpc__bb_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvb__ldpc__bb_8h__incl.svg @@ -4856,6 +4954,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dv share/doc/gnuradio-${PKGVERSION}/html/dvbs2__config__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbs2__config__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb_8h__incl.svg @@ -4867,6 +4966,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dv share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc_8h__incl.svg @@ -4878,6 +4978,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dv share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc_8h__incl.svg @@ -4889,6 +4990,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dv share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt2__cellinterleaver__cc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt2__cellinterleaver__cc_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt2__cellinterleaver__cc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt2__cellinterleaver__cc_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__cellinterleaver__cc_8h__incl.svg @@ -4912,6 +5014,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dv share/doc/gnuradio-${PKGVERSION}/html/dvbt2__config__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt2__config__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc_8h__incl.svg @@ -4923,6 +5026,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dv share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc_8h__incl.svg @@ -4934,6 +5038,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dv share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb_8h__incl.svg @@ -4945,6 +5050,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dv share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc_8h__incl.svg @@ -4956,6 +5062,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dv share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc_8h__incl.svg @@ -4967,6 +5074,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dv share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc_8h__incl.svg @@ -4978,6 +5086,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dv share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc_8h__incl.svg @@ -4989,6 +5098,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dv share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc_8h__incl.svg @@ -5000,6 +5110,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dv share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver_8h__incl.svg @@ -5011,6 +5122,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dv share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__interleaver_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__interleaver_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__interleaver_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__interleaver_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__interleaver_8h__incl.svg @@ -5034,6 +5146,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dv share/doc/gnuradio-${PKGVERSION}/html/dvbt__config__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt__config__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver_8h__incl.svg @@ -5045,6 +5158,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dv share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver_8h__incl.svg @@ -5056,6 +5170,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dv share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap_8h__incl.svg @@ -5067,6 +5182,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dv share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals_8h__incl.svg @@ -5078,6 +5194,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dv share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble_8h__incl.svg @@ -5089,6 +5206,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dv share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal_8h__incl.svg @@ -5100,6 +5218,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dv share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder_8h__incl.svg @@ -5111,6 +5230,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dv share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__map_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__map_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt__map_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__map_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__map_8h__incl.svg @@ -5122,6 +5242,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dv share/doc/gnuradio-${PKGVERSION}/html/dvbt__map__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt__map__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition_8h__incl.svg @@ -5133,6 +5254,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dv share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec_8h__incl.svg @@ -5144,6 +5266,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dv share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc_8h__incl.svg @@ -5155,6 +5278,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dv share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals_8h__incl.svg @@ -5166,6 +5290,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dv share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver_8h__incl.svg @@ -5177,6 +5302,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dv share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder_8h.js share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder_8h__incl.svg @@ -5188,6 +5314,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dv share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/dynamic__channel__model_8h.html +share/doc/gnuradio-${PKGVERSION}/html/dynamic__channel__model_8h.js share/doc/gnuradio-${PKGVERSION}/html/dynamic__channel__model_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/dynamic__channel__model_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/dynamic__channel__model_8h__incl.svg @@ -5257,6 +5384,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ex share/doc/gnuradio-${PKGVERSION}/html/expj__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/expj__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci_8h.html +share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci_8h.js share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci_8h__incl.svg @@ -5268,6 +5396,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ex share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/eye__sink__c_8h.html +share/doc/gnuradio-${PKGVERSION}/html/eye__sink__c_8h.js share/doc/gnuradio-${PKGVERSION}/html/eye__sink__c_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/eye__sink__c_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/eye__sink__c_8h__incl.svg @@ -5279,6 +5408,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ey share/doc/gnuradio-${PKGVERSION}/html/eye__sink__c__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/eye__sink__c__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/eye__sink__f_8h.html +share/doc/gnuradio-${PKGVERSION}/html/eye__sink__f_8h.js share/doc/gnuradio-${PKGVERSION}/html/eye__sink__f_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/eye__sink__f_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/eye__sink__f_8h__incl.svg @@ -5290,6 +5420,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ey share/doc/gnuradio-${PKGVERSION}/html/eye__sink__f__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/eye__sink__f__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/eyecontrolpanel_8h.html +share/doc/gnuradio-${PKGVERSION}/html/eyecontrolpanel_8h.js share/doc/gnuradio-${PKGVERSION}/html/eyecontrolpanel_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/eyecontrolpanel_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/eyecontrolpanel_8h__incl.svg @@ -5418,6 +5549,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ff share/doc/gnuradio-${PKGVERSION}/html/fft__filter__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/fft__filter__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/fft__shift_8h.html +share/doc/gnuradio-${PKGVERSION}/html/fft__shift_8h.js share/doc/gnuradio-${PKGVERSION}/html/fft__shift_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/fft__shift_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/fft__shift_8h__incl.svg @@ -5490,6 +5622,7 @@ share/doc/gnuradio-${PKGVERSION}/html/fi share/doc/gnuradio-${PKGVERSION}/html/file__sink_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/file__sink_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/file__sink__base_8h.html +share/doc/gnuradio-${PKGVERSION}/html/file__sink__base_8h.js share/doc/gnuradio-${PKGVERSION}/html/file__sink__base_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/file__sink__base_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/file__sink__base_8h__dep__incl.svg @@ -5535,6 +5668,7 @@ share/doc/gnuradio-${PKGVERSION}/html/fi share/doc/gnuradio-${PKGVERSION}/html/filter__delay__fc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/filter__delay__fc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/filterbank_8h.html +share/doc/gnuradio-${PKGVERSION}/html/filterbank_8h.js share/doc/gnuradio-${PKGVERSION}/html/filterbank_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/filterbank_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/filterbank_8h__incl.svg @@ -5584,6 +5718,7 @@ share/doc/gnuradio-${PKGVERSION}/html/fi share/doc/gnuradio-${PKGVERSION}/html/fir__filter__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/fir__filter__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/fir__filter__with__buffer_8h.html +share/doc/gnuradio-${PKGVERSION}/html/fir__filter__with__buffer_8h.js share/doc/gnuradio-${PKGVERSION}/html/fir__filter__with__buffer_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/fir__filter__with__buffer_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/fir__filter__with__buffer_8h__incl.svg @@ -5702,6 +5837,7 @@ share/doc/gnuradio-${PKGVERSION}/html/fm share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink__f32c__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink__f32c__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink__impl_8h.html +share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink__impl_8h.js share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink__impl_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink__impl_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink__impl_8h__incl.svg @@ -5728,6 +5864,7 @@ share/doc/gnuradio-${PKGVERSION}/html/fm share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__f32c__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__f32c__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__impl_8h.html +share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__impl_8h.js share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__impl_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__impl_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__impl_8h__incl.svg @@ -5739,6 +5876,7 @@ share/doc/gnuradio-${PKGVERSION}/html/fm share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink_8h.html +share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink_8h.js share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink_8h__dep__incl.svg @@ -5753,6 +5891,7 @@ share/doc/gnuradio-${PKGVERSION}/html/fm share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__f32c__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__f32c__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__impl_8h.html +share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__impl_8h.js share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__impl_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__impl_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__impl_8h__incl.svg @@ -5764,6 +5903,7 @@ share/doc/gnuradio-${PKGVERSION}/html/fm share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source_8h.html +share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source_8h.js share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source_8h__dep__incl.svg @@ -5778,6 +5918,7 @@ share/doc/gnuradio-${PKGVERSION}/html/fm share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source__f32c__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source__f32c__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source__impl_8h.html +share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source__impl_8h.js share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source__impl_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source__impl_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source__impl_8h__incl.svg @@ -5867,10 +6008,14 @@ share/doc/gnuradio-${PKGVERSION}/html/fo share/doc/gnuradio-${PKGVERSION}/html/form_66.png share/doc/gnuradio-${PKGVERSION}/html/form_67.png share/doc/gnuradio-${PKGVERSION}/html/form_68.png +share/doc/gnuradio-${PKGVERSION}/html/form_69.png share/doc/gnuradio-${PKGVERSION}/html/form_7.png +share/doc/gnuradio-${PKGVERSION}/html/form_70.png +share/doc/gnuradio-${PKGVERSION}/html/form_71.png share/doc/gnuradio-${PKGVERSION}/html/form_8.png share/doc/gnuradio-${PKGVERSION}/html/form_9.png share/doc/gnuradio-${PKGVERSION}/html/form__menus_8h.html +share/doc/gnuradio-${PKGVERSION}/html/form__menus_8h.js share/doc/gnuradio-${PKGVERSION}/html/form__menus_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/form__menus_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/form__menus_8h__dep__incl.svg @@ -5897,6 +6042,7 @@ share/doc/gnuradio-${PKGVERSION}/html/fr share/doc/gnuradio-${PKGVERSION}/html/framer__sink__1__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/framer__sink__1__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/freedv__api_8h.html +share/doc/gnuradio-${PKGVERSION}/html/freedv__api_8h.js share/doc/gnuradio-${PKGVERSION}/html/freedv__api_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/freedv__api_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/freedv__api_8h__dep__incl.svg @@ -5964,6 +6110,7 @@ share/doc/gnuradio-${PKGVERSION}/html/fr share/doc/gnuradio-${PKGVERSION}/html/freq__xlating__fir__filter__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/freq__xlating__fir__filter__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/freqcontrolpanel_8h.html +share/doc/gnuradio-${PKGVERSION}/html/freqcontrolpanel_8h.js share/doc/gnuradio-${PKGVERSION}/html/freqcontrolpanel_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/freqcontrolpanel_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/freqcontrolpanel_8h__incl.svg @@ -6238,6 +6385,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ge share/doc/gnuradio-${PKGVERSION}/html/generic__encoder__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/generic__encoder__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/gf2mat_8h.html +share/doc/gnuradio-${PKGVERSION}/html/gf2mat_8h.js share/doc/gnuradio-${PKGVERSION}/html/gf2mat_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/gf2mat_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/gf2mat_8h__dep__incl.svg @@ -6246,6 +6394,7 @@ share/doc/gnuradio-${PKGVERSION}/html/gf share/doc/gnuradio-${PKGVERSION}/html/gf2mat_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/gf2mat_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/gf2vec_8h.html +share/doc/gnuradio-${PKGVERSION}/html/gf2vec_8h.js share/doc/gnuradio-${PKGVERSION}/html/gf2vec_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/gf2vec_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/gf2vec_8h__dep__incl.svg @@ -6574,6 +6723,7 @@ share/doc/gnuradio-${PKGVERSION}/html/gr share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2api_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2api_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2block_8h.html +share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2block_8h.js share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2block_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2block_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2block_8h__dep__incl.svg @@ -6582,6 +6732,7 @@ share/doc/gnuradio-${PKGVERSION}/html/gr share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2block_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2block_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2sink_8h.html +share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2sink_8h.js share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2sink_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2sink_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2sink_8h__dep__incl.svg @@ -6590,6 +6741,7 @@ share/doc/gnuradio-${PKGVERSION}/html/gr share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2sink_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2sink_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2source_8h.html +share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2source_8h.js share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2source_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2source_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2source_8h__dep__incl.svg @@ -6817,6 +6969,7 @@ share/doc/gnuradio-${PKGVERSION}/html/gs share/doc/gnuradio-${PKGVERSION}/html/gsm__fr__encode__sp__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/gsm__fr__encode__sp__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp_8h.html +share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp_8h.js share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp_8h__incl.svg @@ -6828,6 +6981,7 @@ share/doc/gnuradio-${PKGVERSION}/html/hd share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/hdlc__framer__pb_8h.html +share/doc/gnuradio-${PKGVERSION}/html/hdlc__framer__pb_8h.js share/doc/gnuradio-${PKGVERSION}/html/hdlc__framer__pb_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/hdlc__framer__pb_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/hdlc__framer__pb_8h__incl.svg @@ -7007,6 +7161,7 @@ share/doc/gnuradio-${PKGVERSION}/html/hi share/doc/gnuradio-${PKGVERSION}/html/histogramdisplayform__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/histogramdisplayform__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/host__buffer_8h.html +share/doc/gnuradio-${PKGVERSION}/html/host__buffer_8h.js share/doc/gnuradio-${PKGVERSION}/html/host__buffer_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/host__buffer_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/host__buffer_8h__incl.svg @@ -7021,6 +7176,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ii share/doc/gnuradio-${PKGVERSION}/html/iio__types_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/iio__types_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/iir__filter_8h.html +share/doc/gnuradio-${PKGVERSION}/html/iir__filter_8h.js share/doc/gnuradio-${PKGVERSION}/html/iir__filter_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/iir__filter_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/iir__filter_8h__incl.svg @@ -7222,6 +7378,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 @@ -7516,12 +7675,6 @@ share/doc/gnuradio-${PKGVERSION}/html/in share/doc/gnuradio-${PKGVERSION}/html/int__to__float__pydoc__template_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/int__to__float__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/int__to__float__pydoc__template_8h_source.html -share/doc/gnuradio-${PKGVERSION}/html/integer__math_8h.html -share/doc/gnuradio-${PKGVERSION}/html/integer__math_8h.js -share/doc/gnuradio-${PKGVERSION}/html/integer__math_8h__incl.map -share/doc/gnuradio-${PKGVERSION}/html/integer__math_8h__incl.md5 -share/doc/gnuradio-${PKGVERSION}/html/integer__math_8h__incl.svg -share/doc/gnuradio-${PKGVERSION}/html/integer__math_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/integrate_8h.html share/doc/gnuradio-${PKGVERSION}/html/integrate_8h.js share/doc/gnuradio-${PKGVERSION}/html/integrate_8h__incl.map @@ -7612,6 +7765,7 @@ share/doc/gnuradio-${PKGVERSION}/html/in share/doc/gnuradio-${PKGVERSION}/html/interpolator__taps_8h.js share/doc/gnuradio-${PKGVERSION}/html/interpolator__taps_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/io__signature_8h.html +share/doc/gnuradio-${PKGVERSION}/html/io__signature_8h.js share/doc/gnuradio-${PKGVERSION}/html/io__signature_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/io__signature_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/io__signature_8h__dep__incl.svg @@ -7711,6 +7865,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ld share/doc/gnuradio-${PKGVERSION}/html/ldpc__decoder__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/ldpc__decoder__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/ldpc__encoder_8h.html +share/doc/gnuradio-${PKGVERSION}/html/ldpc__encoder_8h.js share/doc/gnuradio-${PKGVERSION}/html/ldpc__encoder_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/ldpc__encoder_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/ldpc__encoder_8h__incl.svg @@ -7733,6 +7888,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ld share/doc/gnuradio-${PKGVERSION}/html/ldpc__gen__mtrx__encoder__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/ldpc__gen__mtrx__encoder__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/ldpc__par__mtrx__encoder_8h.html +share/doc/gnuradio-${PKGVERSION}/html/ldpc__par__mtrx__encoder_8h.js share/doc/gnuradio-${PKGVERSION}/html/ldpc__par__mtrx__encoder_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/ldpc__par__mtrx__encoder_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/ldpc__par__mtrx__encoder_8h__incl.svg @@ -7795,6 +7951,7 @@ share/doc/gnuradio-${PKGVERSION}/html/lf share/doc/gnuradio-${PKGVERSION}/html/lfsr__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/license_8dox.html share/doc/gnuradio-${PKGVERSION}/html/linear__equalizer_8h.html +share/doc/gnuradio-${PKGVERSION}/html/linear__equalizer_8h.js share/doc/gnuradio-${PKGVERSION}/html/linear__equalizer_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/linear__equalizer_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/linear__equalizer_8h__incl.svg @@ -7935,6 +8092,7 @@ share/doc/gnuradio-${PKGVERSION}/html/me share/doc/gnuradio-${PKGVERSION}/html/message__strobe__random__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/message__strobe__random__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__accepter_8h.html +share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__accepter_8h.js share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__accepter_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__accepter_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__accepter_8h__dep__incl.svg @@ -7988,6 +8146,7 @@ share/doc/gnuradio-${PKGVERSION}/html/mi share/doc/gnuradio-${PKGVERSION}/html/min__blk__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/min__blk__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc_8h.js share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc_8h__incl.svg @@ -7999,6 +8158,7 @@ share/doc/gnuradio-${PKGVERSION}/html/mm share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff_8h.html +share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff_8h.js share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff_8h__incl.svg @@ -8010,6 +8170,7 @@ share/doc/gnuradio-${PKGVERSION}/html/mm share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc_8h.js share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc_8h__incl.svg @@ -8021,6 +8182,7 @@ share/doc/gnuradio-${PKGVERSION}/html/mm share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__ff_8h.html +share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__ff_8h.js share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__ff_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__ff_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__ff_8h__incl.svg @@ -8100,6 +8262,7 @@ share/doc/gnuradio-${PKGVERSION}/html/mp share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/msg__accepter_8h.html +share/doc/gnuradio-${PKGVERSION}/html/msg__accepter_8h.js share/doc/gnuradio-${PKGVERSION}/html/msg__accepter_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/msg__accepter_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/msg__accepter_8h__dep__incl.svg @@ -8108,6 +8271,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ms share/doc/gnuradio-${PKGVERSION}/html/msg__accepter_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/msg__accepter_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__msgq_8h.html +share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__msgq_8h.js share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__msgq_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__msgq_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__msgq_8h__incl.svg @@ -8119,6 +8283,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ms share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/msg__handler_8h.html +share/doc/gnuradio-${PKGVERSION}/html/msg__handler_8h.js share/doc/gnuradio-${PKGVERSION}/html/msg__handler_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/msg__handler_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/msg__handler_8h__dep__incl.svg @@ -8139,6 +8304,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ms share/doc/gnuradio-${PKGVERSION}/html/msg__passing_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/msg__passing_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/msg__producer_8h.html +share/doc/gnuradio-${PKGVERSION}/html/msg__producer_8h.js share/doc/gnuradio-${PKGVERSION}/html/msg__producer_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/msg__producer_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/msg__producer_8h__dep__incl.svg @@ -8660,6 +8826,7 @@ share/doc/gnuradio-${PKGVERSION}/html/of share/doc/gnuradio-${PKGVERSION}/html/ofdm__cyclic__prefixer__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/ofdm__cyclic__prefixer__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__base_8h.html +share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__base_8h.js share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__base_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__base_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__base_8h__dep__incl.svg @@ -8830,6 +8997,7 @@ share/doc/gnuradio-${PKGVERSION}/html/pa share/doc/gnuradio-${PKGVERSION}/html/packet__headerparser__b__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/packet__headerparser__b__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/packet__headers_8h.html +share/doc/gnuradio-${PKGVERSION}/html/packet__headers_8h.js share/doc/gnuradio-${PKGVERSION}/html/packet__headers_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/packet__headers_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/packet__headers_8h__dep__incl.svg @@ -9031,6 +9199,7 @@ share/doc/gnuradio-${PKGVERSION}/html/pe share/doc/gnuradio-${PKGVERSION}/html/permutation__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/permutation__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler_8h.html +share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler_8h.js share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler_8h__incl.svg @@ -9256,6 +9425,7 @@ share/doc/gnuradio-${PKGVERSION}/html/pm share/doc/gnuradio-${PKGVERSION}/html/pmt_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/pmt_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/pmt__pool_8h.html +share/doc/gnuradio-${PKGVERSION}/html/pmt__pool_8h.js share/doc/gnuradio-${PKGVERSION}/html/pmt__pool_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/pmt__pool_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/pmt__pool_8h__incl.svg @@ -9316,6 +9486,7 @@ share/doc/gnuradio-${PKGVERSION}/html/po share/doc/gnuradio-${PKGVERSION}/html/polar__common__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/polar__common__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common_8h.html +share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common_8h.js share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common_8h__dep__incl.svg @@ -9330,11 +9501,13 @@ share/doc/gnuradio-${PKGVERSION}/html/po share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc_8h.js share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__list_8h.html +share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__list_8h.js share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__list_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__list_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__list_8h__incl.svg @@ -9352,6 +9525,7 @@ share/doc/gnuradio-${PKGVERSION}/html/po share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__systematic_8h.html +share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__systematic_8h.js share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__systematic_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__systematic_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__systematic_8h__incl.svg @@ -9533,6 +9707,7 @@ share/doc/gnuradio-${PKGVERSION}/html/pr share/doc/gnuradio-${PKGVERSION}/html/protocol__parser__b__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/protocol__parser__b__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink_8h.html +share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink_8h.js share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink_8h__incl.svg @@ -9544,6 +9719,7 @@ share/doc/gnuradio-${PKGVERSION}/html/pu share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/pub__sink_8h.html +share/doc/gnuradio-${PKGVERSION}/html/pub__sink_8h.js share/doc/gnuradio-${PKGVERSION}/html/pub__sink_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/pub__sink_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/pub__sink_8h__incl.svg @@ -9555,6 +9731,7 @@ share/doc/gnuradio-${PKGVERSION}/html/pu share/doc/gnuradio-${PKGVERSION}/html/pub__sink__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/pub__sink__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source_8h.html +share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source_8h.js share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source_8h__incl.svg @@ -9566,6 +9743,7 @@ share/doc/gnuradio-${PKGVERSION}/html/pu share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/pull__source_8h.html +share/doc/gnuradio-${PKGVERSION}/html/pull__source_8h.js share/doc/gnuradio-${PKGVERSION}/html/pull__source_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/pull__source_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/pull__source_8h__incl.svg @@ -9599,6 +9777,7 @@ share/doc/gnuradio-${PKGVERSION}/html/pu share/doc/gnuradio-${PKGVERSION}/html/puncture__ff__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/puncture__ff__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink_8h.html +share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink_8h.js share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink_8h__incl.svg @@ -9610,6 +9789,7 @@ share/doc/gnuradio-${PKGVERSION}/html/pu share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/push__sink_8h.html +share/doc/gnuradio-${PKGVERSION}/html/push__sink_8h.js share/doc/gnuradio-${PKGVERSION}/html/push__sink_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/push__sink_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/push__sink_8h__incl.svg @@ -9699,6 +9879,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ra share/doc/gnuradio-${PKGVERSION}/html/rail__ff__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/rail__ff__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/random_8h.html +share/doc/gnuradio-${PKGVERSION}/html/random_8h.js share/doc/gnuradio-${PKGVERSION}/html/random_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/random_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/random_8h__incl.svg @@ -9775,6 +9956,7 @@ share/doc/gnuradio-${PKGVERSION}/html/re share/doc/gnuradio-${PKGVERSION}/html/regenerate__bb__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/releasing_8dox.html share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink_8h.js share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink_8h__incl.svg @@ -9786,6 +9968,7 @@ share/doc/gnuradio-${PKGVERSION}/html/re share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/rep__sink_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rep__sink_8h.js share/doc/gnuradio-${PKGVERSION}/html/rep__sink_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/rep__sink_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rep__sink_8h__incl.svg @@ -9841,6 +10024,7 @@ share/doc/gnuradio-${PKGVERSION}/html/re share/doc/gnuradio-${PKGVERSION}/html/repetition__encoder__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/repetition__encoder__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/req__msg__source_8h.html +share/doc/gnuradio-${PKGVERSION}/html/req__msg__source_8h.js share/doc/gnuradio-${PKGVERSION}/html/req__msg__source_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/req__msg__source_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/req__msg__source_8h__incl.svg @@ -9852,6 +10036,7 @@ share/doc/gnuradio-${PKGVERSION}/html/re share/doc/gnuradio-${PKGVERSION}/html/req__msg__source__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/req__msg__source__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/req__source_8h.html +share/doc/gnuradio-${PKGVERSION}/html/req__source_8h.js share/doc/gnuradio-${PKGVERSION}/html/req__source_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/req__source_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/req__source_8h__incl.svg @@ -9864,6 +10049,7 @@ share/doc/gnuradio-${PKGVERSION}/html/re share/doc/gnuradio-${PKGVERSION}/html/req__source__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/resize.js share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block_8h.js share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block_8h__dep__incl.svg @@ -9905,6 +10091,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rf 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__graph_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__graph_8h.js share/doc/gnuradio-${PKGVERSION}/html/rfnoc__graph_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/rfnoc__graph_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rfnoc__graph_8h__dep__incl.svg @@ -9952,6 +10139,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rf share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__radio__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__radio__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__streamer_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__streamer_8h.js share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__streamer_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__streamer_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__streamer_8h__incl.svg @@ -9985,6 +10173,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rm share/doc/gnuradio-${PKGVERSION}/html/rms__ff__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/rms__ff__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/rotator_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rotator_8h.js share/doc/gnuradio-${PKGVERSION}/html/rotator_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/rotator_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rotator_8h__incl.svg @@ -10007,6 +10196,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ro share/doc/gnuradio-${PKGVERSION}/html/rotator__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/rotator__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/rpcbufferedget_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rpcbufferedget_8h.js share/doc/gnuradio-${PKGVERSION}/html/rpcbufferedget_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/rpcbufferedget_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rpcbufferedget_8h__incl.svg @@ -10027,6 +10217,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rp share/doc/gnuradio-${PKGVERSION}/html/rpccallbackregister__base__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/rpccallbackregister__base__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/rpcmanager_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rpcmanager_8h.js share/doc/gnuradio-${PKGVERSION}/html/rpcmanager_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/rpcmanager_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rpcmanager_8h__dep__incl.svg @@ -10035,6 +10226,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rp share/doc/gnuradio-${PKGVERSION}/html/rpcmanager_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/rpcmanager_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/rpcmanager__base_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rpcmanager__base_8h.js share/doc/gnuradio-${PKGVERSION}/html/rpcmanager__base_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/rpcmanager__base_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rpcmanager__base_8h__dep__incl.svg @@ -10058,6 +10250,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rp share/doc/gnuradio-${PKGVERSION}/html/rpcpmtconverters__thrift_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/rpcpmtconverters__thrift_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers_8h.js share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers_8h__dep__incl.svg @@ -10072,6 +10265,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rp share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator_8h.js share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator_8h__dep__incl.svg @@ -10086,6 +10280,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rp share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base_8h.js share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base_8h__dep__incl.svg @@ -10100,6 +10295,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rp share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator_8h.js share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator_8h__dep__incl.svg @@ -10114,6 +10310,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rp share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__base_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__base_8h.js share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__base_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__base_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__base_8h__dep__incl.svg @@ -10122,6 +10319,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rp share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__base_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__base_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__thrift_8h.html +share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__thrift_8h.js share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__thrift_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__thrift_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__thrift_8h__incl.svg @@ -10869,6 +11067,7 @@ share/doc/gnuradio-${PKGVERSION}/html/si share/doc/gnuradio-${PKGVERSION}/html/sincos__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/sincos__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir_8h.html +share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir_8h.js share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir_8h__dep__incl.svg @@ -10927,11 +11126,13 @@ share/doc/gnuradio-${PKGVERSION}/html/si share/doc/gnuradio-${PKGVERSION}/html/sink__f__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/sink__f__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/sink__impl_8h.html +share/doc/gnuradio-${PKGVERSION}/html/sink__impl_8h.js share/doc/gnuradio-${PKGVERSION}/html/sink__impl_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/sink__impl_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/sink__impl_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/sink__impl_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/sink__s_8h.html +share/doc/gnuradio-${PKGVERSION}/html/sink__s_8h.js share/doc/gnuradio-${PKGVERSION}/html/sink__s_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/sink__s_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/sink__s_8h__incl.svg @@ -10943,6 +11144,7 @@ share/doc/gnuradio-${PKGVERSION}/html/si share/doc/gnuradio-${PKGVERSION}/html/sink__s__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/sink__s__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/sink__uc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/sink__uc_8h.js share/doc/gnuradio-${PKGVERSION}/html/sink__uc_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/sink__uc_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/sink__uc_8h__incl.svg @@ -11022,6 +11224,7 @@ share/doc/gnuradio-${PKGVERSION}/html/so share/doc/gnuradio-${PKGVERSION}/html/socket__pdu_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/socket__pdu_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/socket__pdu__impl_8h.html +share/doc/gnuradio-${PKGVERSION}/html/socket__pdu__impl_8h.js share/doc/gnuradio-${PKGVERSION}/html/socket__pdu__impl_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/socket__pdu__impl_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/socket__pdu__impl_8h__incl.svg @@ -11033,6 +11236,7 @@ share/doc/gnuradio-${PKGVERSION}/html/so share/doc/gnuradio-${PKGVERSION}/html/socket__pdu__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/socket__pdu__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/source__impl_8h.html +share/doc/gnuradio-${PKGVERSION}/html/source__impl_8h.js share/doc/gnuradio-${PKGVERSION}/html/source__impl_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/source__impl_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/source__impl_8h__incl.svg @@ -11047,6 +11251,7 @@ share/doc/gnuradio-${PKGVERSION}/html/sp share/doc/gnuradio-${PKGVERSION}/html/spectrumUpdateEvents_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/spectrumUpdateEvents_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/spectrumdisplayform_8h.html +share/doc/gnuradio-${PKGVERSION}/html/spectrumdisplayform_8h.js share/doc/gnuradio-${PKGVERSION}/html/spectrumdisplayform_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/spectrumdisplayform_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/spectrumdisplayform_8h__dep__incl.svg @@ -11056,6 +11261,7 @@ share/doc/gnuradio-${PKGVERSION}/html/sp share/doc/gnuradio-${PKGVERSION}/html/spectrumdisplayform_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/splitbar.png share/doc/gnuradio-${PKGVERSION}/html/sptr__magic_8h.html +share/doc/gnuradio-${PKGVERSION}/html/sptr__magic_8h.js share/doc/gnuradio-${PKGVERSION}/html/sptr__magic_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/sptr__magic_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/sptr__magic_8h__dep__incl.svg @@ -11081,6 +11287,7 @@ share/doc/gnuradio-${PKGVERSION}/html/sq share/doc/gnuradio-${PKGVERSION}/html/squash__ff__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/squash__ff__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc_8h.html +share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc_8h.js share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc_8h__dep__incl.svg @@ -11095,6 +11302,7 @@ share/doc/gnuradio-${PKGVERSION}/html/sq share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/squelch__base__ff_8h.html +share/doc/gnuradio-${PKGVERSION}/html/squelch__base__ff_8h.js share/doc/gnuradio-${PKGVERSION}/html/squelch__base__ff_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/squelch__base__ff_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/squelch__base__ff_8h__dep__incl.svg @@ -11142,6 +11350,7 @@ share/doc/gnuradio-${PKGVERSION}/html/st share/doc/gnuradio-${PKGVERSION}/html/stream__mux__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/stream__mux__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/stream__pdu__base_8h.html +share/doc/gnuradio-${PKGVERSION}/html/stream__pdu__base_8h.js share/doc/gnuradio-${PKGVERSION}/html/stream__pdu__base_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/stream__pdu__base_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/stream__pdu__base_8h__dep__incl.svg @@ -11161,6 +11370,7 @@ share/doc/gnuradio-${PKGVERSION}/html/st share/doc/gnuradio-${PKGVERSION}/html/stream__to__streams__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/stream__to__streams__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/stream__to__tagged__stream_8h.html +share/doc/gnuradio-${PKGVERSION}/html/stream__to__tagged__stream_8h.js share/doc/gnuradio-${PKGVERSION}/html/stream__to__tagged__stream_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/stream__to__tagged__stream_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/stream__to__tagged__stream_8h__incl.svg @@ -11336,6 +11546,7 @@ share/doc/gnuradio-${PKGVERSION}/html/su share/doc/gnuradio-${PKGVERSION}/html/sub_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/sub_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/sub__msg__source_8h.html +share/doc/gnuradio-${PKGVERSION}/html/sub__msg__source_8h.js share/doc/gnuradio-${PKGVERSION}/html/sub__msg__source_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/sub__msg__source_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/sub__msg__source_8h__incl.svg @@ -11353,6 +11564,7 @@ share/doc/gnuradio-${PKGVERSION}/html/su share/doc/gnuradio-${PKGVERSION}/html/sub__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/sub__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/sub__source_8h.html +share/doc/gnuradio-${PKGVERSION}/html/sub__source_8h.js share/doc/gnuradio-${PKGVERSION}/html/sub__source_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/sub__source_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/sub__source_8h__incl.svg @@ -11458,6 +11670,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ta share/doc/gnuradio-${PKGVERSION}/html/tag__debug__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/tag__debug__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/tag__gate_8h.html +share/doc/gnuradio-${PKGVERSION}/html/tag__gate_8h.js share/doc/gnuradio-${PKGVERSION}/html/tag__gate_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/tag__gate_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/tag__gate_8h__incl.svg @@ -11469,6 +11682,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ta share/doc/gnuradio-${PKGVERSION}/html/tag__gate__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/tag__gate__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/tag__share_8h.html +share/doc/gnuradio-${PKGVERSION}/html/tag__share_8h.js share/doc/gnuradio-${PKGVERSION}/html/tag__share_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/tag__share_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/tag__share_8h__incl.svg @@ -11571,6 +11785,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ta share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__to__pdu__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__to__pdu__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/tags_8h.html +share/doc/gnuradio-${PKGVERSION}/html/tags_8h.js share/doc/gnuradio-${PKGVERSION}/html/tags_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/tags_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/tags_8h__dep__incl.svg @@ -11585,6 +11800,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ta share/doc/gnuradio-${PKGVERSION}/html/tags__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/tags__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/tags__strobe_8h.html +share/doc/gnuradio-${PKGVERSION}/html/tags__strobe_8h.js share/doc/gnuradio-${PKGVERSION}/html/tags__strobe_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/tags__strobe_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/tags__strobe_8h__incl.svg @@ -11620,6 +11836,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ta share/doc/gnuradio-${PKGVERSION}/html/take__skip__to__pdu__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/take__skip__to__pdu__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/tcp__connection_8h.html +share/doc/gnuradio-${PKGVERSION}/html/tcp__connection_8h.js share/doc/gnuradio-${PKGVERSION}/html/tcp__connection_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/tcp__connection_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/tcp__connection_8h__dep__incl.svg @@ -11637,6 +11854,7 @@ share/doc/gnuradio-${PKGVERSION}/html/tc share/doc/gnuradio-${PKGVERSION}/html/tcp__sink_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/tcp__sink_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/tcp__sink__impl_8h.html +share/doc/gnuradio-${PKGVERSION}/html/tcp__sink__impl_8h.js share/doc/gnuradio-${PKGVERSION}/html/tcp__sink__impl_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/tcp__sink__impl_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/tcp__sink__impl_8h__incl.svg @@ -11674,6 +11892,7 @@ share/doc/gnuradio-${PKGVERSION}/html/th share/doc/gnuradio-${PKGVERSION}/html/thread__body__wrapper_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/thread__body__wrapper_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/thread__group_8h.html +share/doc/gnuradio-${PKGVERSION}/html/thread__group_8h.js share/doc/gnuradio-${PKGVERSION}/html/thread__group_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/thread__group_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/thread__group_8h__incl.svg @@ -11690,6 +11909,7 @@ share/doc/gnuradio-${PKGVERSION}/html/th share/doc/gnuradio-${PKGVERSION}/html/threshold__ff__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/threshold__ff__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base_8h.html +share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base_8h.js share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base_8h__dep__incl.svg @@ -11704,6 +11924,7 @@ share/doc/gnuradio-${PKGVERSION}/html/th share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/thrift__server__template_8h.html +share/doc/gnuradio-${PKGVERSION}/html/thrift__server__template_8h.js share/doc/gnuradio-${PKGVERSION}/html/thrift__server__template_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/thrift__server__template_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/thrift__server__template_8h__dep__incl.svg @@ -11726,6 +11947,7 @@ share/doc/gnuradio-${PKGVERSION}/html/th share/doc/gnuradio-${PKGVERSION}/html/throttle__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/throttle__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/timeRasterGlobalData_8h.html +share/doc/gnuradio-${PKGVERSION}/html/timeRasterGlobalData_8h.js share/doc/gnuradio-${PKGVERSION}/html/timeRasterGlobalData_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/timeRasterGlobalData_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/timeRasterGlobalData_8h__dep__incl.svg @@ -11792,6 +12014,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ti share/doc/gnuradio-${PKGVERSION}/html/time__sink__f__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/time__sink__f__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/timecontrolpanel_8h.html +share/doc/gnuradio-${PKGVERSION}/html/timecontrolpanel_8h.js share/doc/gnuradio-${PKGVERSION}/html/timecontrolpanel_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/timecontrolpanel_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/timecontrolpanel_8h__incl.svg @@ -11855,6 +12078,7 @@ share/doc/gnuradio-${PKGVERSION}/html/to share/doc/gnuradio-${PKGVERSION}/html/top__block__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/top__block__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/tpb__detail_8h.html +share/doc/gnuradio-${PKGVERSION}/html/tpb__detail_8h.js share/doc/gnuradio-${PKGVERSION}/html/tpb__detail_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/tpb__detail_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/tpb__detail_8h__dep__incl.svg @@ -11869,6 +12093,7 @@ share/doc/gnuradio-${PKGVERSION}/html/tp share/doc/gnuradio-${PKGVERSION}/html/tpb__detail__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/tpb__detail__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/tpc__common_8h.html +share/doc/gnuradio-${PKGVERSION}/html/tpc__common_8h.js share/doc/gnuradio-${PKGVERSION}/html/tpc__common_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/tpc__common_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/tpc__common_8h__incl.svg @@ -11892,6 +12117,7 @@ share/doc/gnuradio-${PKGVERSION}/html/tp share/doc/gnuradio-${PKGVERSION}/html/tpc__decoder__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/tpc__decoder__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/tpc__encoder_8h.html +share/doc/gnuradio-${PKGVERSION}/html/tpc__encoder_8h.js share/doc/gnuradio-${PKGVERSION}/html/tpc__encoder_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/tpc__encoder_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/tpc__encoder_8h__incl.svg @@ -11955,6 +12181,7 @@ share/doc/gnuradio-${PKGVERSION}/html/tu share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu__impl_8h.html +share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu__impl_8h.js share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu__impl_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu__impl_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu__impl_8h__incl.svg @@ -11992,6 +12219,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ud share/doc/gnuradio-${PKGVERSION}/html/udp__header__types_8h__dep__incl.svg share/doc/gnuradio-${PKGVERSION}/html/udp__header__types_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/udp__sink_8h.html +share/doc/gnuradio-${PKGVERSION}/html/udp__sink_8h.js share/doc/gnuradio-${PKGVERSION}/html/udp__sink_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/udp__sink_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/udp__sink_8h__dep__incl.svg @@ -12000,6 +12228,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ud share/doc/gnuradio-${PKGVERSION}/html/udp__sink_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/udp__sink_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/udp__sink__impl_8h.html +share/doc/gnuradio-${PKGVERSION}/html/udp__sink__impl_8h.js share/doc/gnuradio-${PKGVERSION}/html/udp__sink__impl_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/udp__sink__impl_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/udp__sink__impl_8h__incl.svg @@ -12011,6 +12240,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ud share/doc/gnuradio-${PKGVERSION}/html/udp__sink__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/udp__sink__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/udp__source_8h.html +share/doc/gnuradio-${PKGVERSION}/html/udp__source_8h.js share/doc/gnuradio-${PKGVERSION}/html/udp__source_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/udp__source_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/udp__source_8h__dep__incl.svg @@ -12019,6 +12249,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ud share/doc/gnuradio-${PKGVERSION}/html/udp__source_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/udp__source_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/udp__source__impl_8h.html +share/doc/gnuradio-${PKGVERSION}/html/udp__source__impl_8h.js share/doc/gnuradio-${PKGVERSION}/html/udp__source__impl_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/udp__source__impl_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/udp__source__impl_8h__incl.svg @@ -12031,6 +12262,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ud share/doc/gnuradio-${PKGVERSION}/html/udp__source__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/uhd_8dox.html share/doc/gnuradio-${PKGVERSION}/html/uhd__types_8h.html +share/doc/gnuradio-${PKGVERSION}/html/uhd__types_8h.js share/doc/gnuradio-${PKGVERSION}/html/uhd__types_8h__incl.map share/doc/gnuradio-${PKGVERSION}/html/uhd__types_8h__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/uhd__types_8h__incl.svg @@ -12276,6 +12508,7 @@ share/doc/gnuradio-${PKGVERSION}/html/vi share/doc/gnuradio-${PKGVERSION}/html/viterbi__combined__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/vocoder_8dox.html share/doc/gnuradio-${PKGVERSION}/html/waterfallGlobalData_8h.html +share/doc/gnuradio-${PKGVERSION}/html/waterfallGlobalData_8h.js share/doc/gnuradio-${PKGVERSION}/html/waterfallGlobalData_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/waterfallGlobalData_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/waterfallGlobalData_8h__dep__incl.svg @@ -12368,6 +12601,7 @@ share/doc/gnuradio-${PKGVERSION}/html/wa share/doc/gnuradio-${PKGVERSION}/html/wavfile__source__pydoc__template_8h__incl.svg share/doc/gnuradio-${PKGVERSION}/html/wavfile__source__pydoc__template_8h_source.html share/doc/gnuradio-${PKGVERSION}/html/window_8h.html +share/doc/gnuradio-${PKGVERSION}/html/window_8h.js share/doc/gnuradio-${PKGVERSION}/html/window_8h__dep__incl.map share/doc/gnuradio-${PKGVERSION}/html/window_8h__dep__incl.md5 share/doc/gnuradio-${PKGVERSION}/html/window_8h__dep__incl.svg @@ -12931,9 +13165,12 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1correlate__access__code__tag__ff.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1costas__loop__cc.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1cpmmod__bc.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1crc.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1crc16__async__bb.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1crc32__async__bb.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1crc32__bb.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1crc__append.xml +share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1crc__check.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1decision__feedback__equalizer.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1descrambler__bb.xml share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1diff__decoder__bb.xml @@ -13468,6 +13705,12 @@ share/doc/gnuradio-${PKGVERSION}/xml/crc share/doc/gnuradio-${PKGVERSION}/xml/crc32__async__bb__pydoc__template_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/crc32__bb_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/crc32__bb__pydoc__template_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/crc_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/crc__append_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/crc__append__pydoc__template_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/crc__check_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/crc__check__pydoc__template_8h.xml +share/doc/gnuradio-${PKGVERSION}/xml/crc__pydoc__template_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/ctcss__squelch__ff_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/ctcss__squelch__ff__pydoc__template_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/ctrlport_8dox.xml @@ -14140,7 +14383,6 @@ share/doc/gnuradio-${PKGVERSION}/xml/ind share/doc/gnuradio-${PKGVERSION}/xml/indexpage.xml share/doc/gnuradio-${PKGVERSION}/xml/int__to__float_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/int__to__float__pydoc__template_8h.xml -share/doc/gnuradio-${PKGVERSION}/xml/integer__math_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/integrate_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/integrate__pydoc__template_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/interleave_8h.xml @@ -14266,7 +14508,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/mut share/doc/gnuradio-${PKGVERSION}/xml/mute__pydoc__template_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/namespaceGNURadio.xml share/doc/gnuradio-${PKGVERSION}/xml/namespaceUi.xml -share/doc/gnuradio-${PKGVERSION}/xml/namespace_0d87.xml +share/doc/gnuradio-${PKGVERSION}/xml/namespace_0d86.xml share/doc/gnuradio-${PKGVERSION}/xml/namespaceapache.xml share/doc/gnuradio-${PKGVERSION}/xml/namespaceapache_1_1thrift.xml share/doc/gnuradio-${PKGVERSION}/xml/namespaceapache_1_1thrift_1_1server.xml @@ -14931,3 +15173,29 @@ share/doc/gnuradio-${PKGVERSION}/xml/xor share/doc/gnuradio-${PKGVERSION}/xml/xor__blk__pydoc__template_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/xoroshiro128p_8h.xml share/doc/gnuradio-${PKGVERSION}/xml/zeromq_8dox.xml +@pkgdir share/gnuradio/examples/tags +@pkgdir share/gnuradio/examples/network +@pkgdir share/gnuradio/examples/mp-sched +@pkgdir share/gnuradio/examples/metadata +@pkgdir share/gnuradio/examples/filter +@pkgdir share/gnuradio/examples/blocks +@pkgdir share/gnuradio/examples/audio +@pkgdir share/gnuradio/examples/analog +@pkgdir lib/python3.9/site-packages/pmt +@pkgdir lib/python3.9/site-packages/gnuradio/gr +@pkgdir lib/python3.9/site-packages/gnuradio/filter +@pkgdir lib/python3.9/site-packages/gnuradio/fft +@pkgdir lib/python3.9/site-packages/gnuradio/blocks +@pkgdir lib/python3.9/site-packages/gnuradio/audio +@pkgdir lib/python3.9/site-packages/gnuradio/analog +@pkgdir lib/pkgconfig +@pkgdir lib/cmake/gnuradio +@pkgdir include/pmt +@pkgdir include/gnuradio/thread +@pkgdir include/gnuradio/messages +@pkgdir include/gnuradio/filter +@pkgdir include/gnuradio/fft +@pkgdir include/gnuradio/blocks +@pkgdir include/gnuradio/audio +@pkgdir include/gnuradio/analog +@pkgdir bin Index: pkgsrc/ham/gnuradio-dtv/Makefile diff -u pkgsrc/ham/gnuradio-dtv/Makefile:1.39 pkgsrc/ham/gnuradio-dtv/Makefile:1.40 --- pkgsrc/ham/gnuradio-dtv/Makefile:1.39 Mon Apr 18 19:11:25 2022 +++ pkgsrc/ham/gnuradio-dtv/Makefile Thu May 26 15:20:09 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2022/04/18 19:11:25 adam Exp $ +# $NetBSD: Makefile,v 1.40 2022/05/26 15:20:09 mef Exp $ PKGNAME= gnuradio-dtv-${VERSION} -PKGREVISION= 2 COMMENT= Various digital television standards of GNU Radio .include "../../ham/gnuradio-core/Makefile.common" Index: pkgsrc/ham/gnuradio-dtv/PLIST diff -u pkgsrc/ham/gnuradio-dtv/PLIST:1.13 pkgsrc/ham/gnuradio-dtv/PLIST:1.14 --- pkgsrc/ham/gnuradio-dtv/PLIST:1.13 Sat Mar 12 23:04:45 2022 +++ pkgsrc/ham/gnuradio-dtv/PLIST Thu May 26 15:20:09 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2022/03/12 23:04:45 tnn Exp $ +@comment $NetBSD: PLIST,v 1.14 2022/05/26 15:20:09 mef Exp $ include/gnuradio/dtv/api.h include/gnuradio/dtv/atsc_consts.h include/gnuradio/dtv/atsc_deinterleaver.h @@ -63,7 +63,7 @@ lib/cmake/gnuradio/gnuradio-dtvConfig.cm lib/cmake/gnuradio/gnuradio-dtvTargets-release.cmake lib/cmake/gnuradio/gnuradio-dtvTargets.cmake lib/libgnuradio-dtv.so -lib/libgnuradio-dtv.so.3.10.1 +lib/libgnuradio-dtv.so.${PKGVER_MICRO} lib/libgnuradio-dtv.so.${PKGVERSION} lib/pkgconfig/gnuradio-dtv.pc ${PYSITELIB}/gnuradio/dtv/__init__.py Index: pkgsrc/ham/gnuradio-fec/Makefile diff -u pkgsrc/ham/gnuradio-fec/Makefile:1.38 pkgsrc/ham/gnuradio-fec/Makefile:1.39 --- pkgsrc/ham/gnuradio-fec/Makefile:1.38 Mon Apr 18 19:11:25 2022 +++ pkgsrc/ham/gnuradio-fec/Makefile Thu May 26 15:20:09 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2022/04/18 19:11:25 adam Exp $ +# $NetBSD: Makefile,v 1.39 2022/05/26 15:20:09 mef Exp $ PKGNAME= gnuradio-fec-${VERSION} -PKGREVISION= 2 COMMENT= Forward Error Correction blocks, utilities, & examples of GNU Radio .include "../../ham/gnuradio-core/Makefile.common" Index: pkgsrc/ham/gnuradio-fec/PLIST diff -u pkgsrc/ham/gnuradio-fec/PLIST:1.14 pkgsrc/ham/gnuradio-fec/PLIST:1.15 --- pkgsrc/ham/gnuradio-fec/PLIST:1.14 Sat Mar 12 23:04:45 2022 +++ pkgsrc/ham/gnuradio-fec/PLIST Thu May 26 15:20:09 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2022/03/12 23:04:45 tnn Exp $ +@comment $NetBSD: PLIST,v 1.15 2022/05/26 15:20:09 mef Exp $ bin/polar_channel_construction include/gnuradio/fec/alist.h include/gnuradio/fec/api.h @@ -54,7 +54,7 @@ lib/cmake/gnuradio/gnuradio-fecConfig.cm lib/cmake/gnuradio/gnuradio-fecTargets-release.cmake lib/cmake/gnuradio/gnuradio-fecTargets.cmake lib/libgnuradio-fec.so -lib/libgnuradio-fec.so.3.10.1 +lib/libgnuradio-fec.so.${PKGVER_MICRO} lib/libgnuradio-fec.so.${PKGVERSION} lib/pkgconfig/gnuradio-fec.pc ${PYSITELIB}/gnuradio/fec/LDPC/Generate_LDPC_matrix.py Index: pkgsrc/ham/gnuradio-network/Makefile diff -u pkgsrc/ham/gnuradio-network/Makefile:1.14 pkgsrc/ham/gnuradio-network/Makefile:1.15 --- pkgsrc/ham/gnuradio-network/Makefile:1.14 Mon Apr 18 19:11:26 2022 +++ pkgsrc/ham/gnuradio-network/Makefile Thu May 26 15:20:09 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2022/04/18 19:11:26 adam Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/26 15:20:09 mef Exp $ PKGNAME= gnuradio-network-${VERSION} -PKGREVISION= 2 COMMENT= Network blocks for GNU Radio .include "../../ham/gnuradio-core/Makefile.common" Index: pkgsrc/ham/gnuradio-network/PLIST diff -u pkgsrc/ham/gnuradio-network/PLIST:1.5 pkgsrc/ham/gnuradio-network/PLIST:1.6 --- pkgsrc/ham/gnuradio-network/PLIST:1.5 Sat Mar 12 23:04:45 2022 +++ pkgsrc/ham/gnuradio-network/PLIST Thu May 26 15:20:09 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2022/03/12 23:04:45 tnn Exp $ +@comment $NetBSD: PLIST,v 1.6 2022/05/26 15:20:09 mef Exp $ include/gnuradio/network/api.h include/gnuradio/network/packet_headers.h include/gnuradio/network/socket_pdu.h @@ -11,7 +11,7 @@ lib/cmake/gnuradio/gnuradio-networkConfi lib/cmake/gnuradio/gnuradio-networkTargets-release.cmake lib/cmake/gnuradio/gnuradio-networkTargets.cmake lib/libgnuradio-network.so -lib/libgnuradio-network.so.3.10.1 +lib/libgnuradio-network.so.${PKGVER_MICRO} lib/libgnuradio-network.so.${PKGVERSION} lib/pkgconfig/gnuradio-network.pc ${PYSITELIB}/gnuradio/network/__init__.py @@ -39,3 +39,4 @@ share/gnuradio/grc/blocks/network_tcp_so share/gnuradio/grc/blocks/network_tuntap_pdu.block.yml share/gnuradio/grc/blocks/network_udp_sink.block.yml share/gnuradio/grc/blocks/network_udp_source.block.yml + Index: pkgsrc/ham/gnuradio-pdu/PLIST diff -u pkgsrc/ham/gnuradio-pdu/PLIST:1.2 pkgsrc/ham/gnuradio-pdu/PLIST:1.3 --- pkgsrc/ham/gnuradio-pdu/PLIST:1.2 Sat Mar 12 23:04:45 2022 +++ pkgsrc/ham/gnuradio-pdu/PLIST Thu May 26 15:20:09 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2022/03/12 23:04:45 tnn Exp $ +@comment $NetBSD: PLIST,v 1.3 2022/05/26 15:20:09 mef Exp $ include/gnuradio/pdu/add_system_time.h include/gnuradio/pdu/api.h include/gnuradio/pdu/pdu_filter.h @@ -16,7 +16,7 @@ lib/cmake/gnuradio/gnuradio-pduConfig.cm lib/cmake/gnuradio/gnuradio-pduTargets-release.cmake lib/cmake/gnuradio/gnuradio-pduTargets.cmake lib/libgnuradio-pdu.so -lib/libgnuradio-pdu.so.3.10.1 +lib/libgnuradio-pdu.so.${PKGVER_MICRO} lib/libgnuradio-pdu.so.${PKGVERSION} lib/pkgconfig/gnuradio-pdu.pc ${PYSITELIB}/gnuradio/pdu/__init__.py Index: pkgsrc/ham/gnuradio-qtgui/Makefile diff -u pkgsrc/ham/gnuradio-qtgui/Makefile:1.47 pkgsrc/ham/gnuradio-qtgui/Makefile:1.48 --- pkgsrc/ham/gnuradio-qtgui/Makefile:1.47 Mon Apr 18 19:11:26 2022 +++ pkgsrc/ham/gnuradio-qtgui/Makefile Thu May 26 15:20:10 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.47 2022/04/18 19:11:26 adam Exp $ +# $NetBSD: Makefile,v 1.48 2022/05/26 15:20:10 mef Exp $ PKGNAME= gnuradio-qtgui-${VERSION} -PKGREVISION= 2 COMMENT= Qt GUI module of GNU Radio .include "../../ham/gnuradio-core/Makefile.common" @@ -21,5 +20,6 @@ Qt5Qwt6.pc: ln -sf ${QWT_DIR}/lib/pkgconfig/Qt5Qwt6.pc ${BUILDLINK_DIR}/lib/pkgconfig/Qt5Qwt6.pc .include "../../x11/py-qt5/buildlink3.mk" +.include "../../x11/qt5-qtbase/buildlink3.mk" .include "../../x11/qwt6-qt5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/ham/gnuradio-qtgui/PLIST diff -u pkgsrc/ham/gnuradio-qtgui/PLIST:1.15 pkgsrc/ham/gnuradio-qtgui/PLIST:1.16 --- pkgsrc/ham/gnuradio-qtgui/PLIST:1.15 Sat Mar 12 23:04:46 2022 +++ pkgsrc/ham/gnuradio-qtgui/PLIST Thu May 26 15:20:10 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2022/03/12 23:04:46 tnn Exp $ +@comment $NetBSD: PLIST,v 1.16 2022/05/26 15:20:10 mef Exp $ include/gnuradio/qtgui/ConstellationDisplayPlot.h include/gnuradio/qtgui/DisplayPlot.h include/gnuradio/qtgui/EyeDisplayPlot.h @@ -54,7 +54,7 @@ lib/cmake/gnuradio/gnuradio-qtguiConfig. lib/cmake/gnuradio/gnuradio-qtguiTargets-release.cmake lib/cmake/gnuradio/gnuradio-qtguiTargets.cmake lib/libgnuradio-qtgui.so -lib/libgnuradio-qtgui.so.3.10.1 +lib/libgnuradio-qtgui.so.${PKGVER_MICRO} lib/libgnuradio-qtgui.so.${PKGVERSION} lib/pkgconfig/gnuradio-qtgui.pc ${PYSITELIB}/gnuradio/qtgui/__init__.py @@ -199,3 +199,4 @@ share/gnuradio/themes/alt.qss share/gnuradio/themes/dark.qss share/gnuradio/themes/plain.qss share/gnuradio/themes/projector.qss + Index: pkgsrc/ham/gnuradio-soapy-sdr/Makefile diff -u pkgsrc/ham/gnuradio-soapy-sdr/Makefile:1.9 pkgsrc/ham/gnuradio-soapy-sdr/Makefile:1.10 --- pkgsrc/ham/gnuradio-soapy-sdr/Makefile:1.9 Mon Apr 18 19:11:26 2022 +++ pkgsrc/ham/gnuradio-soapy-sdr/Makefile Thu May 26 15:20:10 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2022/04/18 19:11:26 adam Exp $ +# $NetBSD: Makefile,v 1.10 2022/05/26 15:20:10 mef Exp $ PKGNAME= gnuradio-soapy-sdr-${VERSION} -PKGREVISION= 2 COMMENT= GNU Radio bindings for SoapySDR .include "../../ham/gnuradio-core/Makefile.common" Index: pkgsrc/ham/gnuradio-soapy-sdr/PLIST diff -u pkgsrc/ham/gnuradio-soapy-sdr/PLIST:1.4 pkgsrc/ham/gnuradio-soapy-sdr/PLIST:1.5 --- pkgsrc/ham/gnuradio-soapy-sdr/PLIST:1.4 Sat Mar 12 23:04:46 2022 +++ pkgsrc/ham/gnuradio-soapy-sdr/PLIST Thu May 26 15:20:10 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2022/03/12 23:04:46 tnn Exp $ +@comment $NetBSD: PLIST,v 1.5 2022/05/26 15:20:10 mef Exp $ include/gnuradio/soapy/api.h include/gnuradio/soapy/block.h include/gnuradio/soapy/sink.h @@ -8,7 +8,7 @@ lib/cmake/gnuradio/gnuradio-soapyConfig. lib/cmake/gnuradio/gnuradio-soapyTargets-release.cmake lib/cmake/gnuradio/gnuradio-soapyTargets.cmake lib/libgnuradio-soapy.so -lib/libgnuradio-soapy.so.3.10.1 +lib/libgnuradio-soapy.so.${PKGVER_MICRO} lib/libgnuradio-soapy.so.${PKGVERSION} lib/pkgconfig/gnuradio-soapy.pc ${PYSITELIB}/gnuradio/soapy/__init__.py Index: pkgsrc/ham/gnuradio-trellis/Makefile diff -u pkgsrc/ham/gnuradio-trellis/Makefile:1.55 pkgsrc/ham/gnuradio-trellis/Makefile:1.56 --- pkgsrc/ham/gnuradio-trellis/Makefile:1.55 Mon Apr 18 19:11:26 2022 +++ pkgsrc/ham/gnuradio-trellis/Makefile Thu May 26 15:20:10 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.55 2022/04/18 19:11:26 adam Exp $ +# $NetBSD: Makefile,v 1.56 2022/05/26 15:20:10 mef Exp $ PKGNAME= gnuradio-trellis-${VERSION} -PKGREVISION= 2 COMMENT= Trellis-based encoding and decoding algorithms for GNU Radio .include "../../ham/gnuradio-core/Makefile.common" Index: pkgsrc/ham/gnuradio-trellis/PLIST diff -u pkgsrc/ham/gnuradio-trellis/PLIST:1.15 pkgsrc/ham/gnuradio-trellis/PLIST:1.16 --- pkgsrc/ham/gnuradio-trellis/PLIST:1.15 Sat Mar 12 23:04:46 2022 +++ pkgsrc/ham/gnuradio-trellis/PLIST Thu May 26 15:20:10 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2022/03/12 23:04:46 tnn Exp $ +@comment $NetBSD: PLIST,v 1.16 2022/05/26 15:20:10 mef Exp $ include/gnuradio/trellis/api.h include/gnuradio/trellis/base.h include/gnuradio/trellis/calc_metric.h @@ -25,7 +25,7 @@ lib/cmake/gnuradio/gnuradio-trellisConfi lib/cmake/gnuradio/gnuradio-trellisTargets-release.cmake lib/cmake/gnuradio/gnuradio-trellisTargets.cmake lib/libgnuradio-trellis.so -lib/libgnuradio-trellis.so.3.10.1 +lib/libgnuradio-trellis.so.${PKGVER_MICRO} lib/libgnuradio-trellis.so.${PKGVERSION} lib/pkgconfig/gnuradio-trellis.pc ${PYSITELIB}/gnuradio/trellis/__init__.py Index: pkgsrc/ham/gnuradio-uhd/Makefile diff -u pkgsrc/ham/gnuradio-uhd/Makefile:1.38 pkgsrc/ham/gnuradio-uhd/Makefile:1.39 --- pkgsrc/ham/gnuradio-uhd/Makefile:1.38 Mon Apr 18 19:11:26 2022 +++ pkgsrc/ham/gnuradio-uhd/Makefile Thu May 26 15:20:10 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2022/04/18 19:11:26 adam Exp $ +# $NetBSD: Makefile,v 1.39 2022/05/26 15:20:10 mef Exp $ PKGNAME= gnuradio-uhd-${VERSION} -PKGREVISION= 2 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.11 pkgsrc/ham/gnuradio-uhd/PLIST:1.12 --- pkgsrc/ham/gnuradio-uhd/PLIST:1.11 Sat Mar 12 23:04:46 2022 +++ pkgsrc/ham/gnuradio-uhd/PLIST Thu May 26 15:20:10 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2022/03/12 23:04:46 tnn Exp $ +@comment $NetBSD: PLIST,v 1.12 2022/05/26 15:20:10 mef Exp $ bin/uhd_fft bin/uhd_rx_cfile bin/uhd_rx_nogui @@ -13,7 +13,7 @@ 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.3.10.1 +lib/libgnuradio-uhd.so.${PKGVER_MICRO} lib/libgnuradio-uhd.so.${PKGVERSION} lib/pkgconfig/gnuradio-uhd.pc ${PYSITELIB}/gnuradio/uhd/__init__.py Index: pkgsrc/ham/gnuradio-utils/Makefile diff -u pkgsrc/ham/gnuradio-utils/Makefile:1.41 pkgsrc/ham/gnuradio-utils/Makefile:1.42 --- pkgsrc/ham/gnuradio-utils/Makefile:1.41 Mon Apr 18 19:11:26 2022 +++ pkgsrc/ham/gnuradio-utils/Makefile Thu May 26 15:20:10 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2022/04/18 19:11:26 adam Exp $ +# $NetBSD: Makefile,v 1.42 2022/05/26 15:20:10 mef Exp $ PKGNAME= gnuradio-utils-${VERSION} -PKGREVISION= 3 COMMENT= Utilities in GNU Radio .include "../../ham/gnuradio-core/Makefile.common" Index: pkgsrc/ham/gnuradio-utils/PLIST diff -u pkgsrc/ham/gnuradio-utils/PLIST:1.6 pkgsrc/ham/gnuradio-utils/PLIST:1.7 --- pkgsrc/ham/gnuradio-utils/PLIST:1.6 Sun Jan 16 18:06:27 2022 +++ pkgsrc/ham/gnuradio-utils/PLIST Thu May 26 15:20:10 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2022/01/16 18:06:27 tnn Exp $ +@comment $NetBSD: PLIST,v 1.7 2022/05/26 15:20:10 mef Exp $ bin/gr_modtool bin/gr_plot bin/gr_plot_const @@ -211,3 +211,4 @@ share/gnuradio/modtool/templates/gr-newm share/gnuradio/modtool/templates/gr-newmod/python/howto/bindings/docstrings/README.md share/gnuradio/modtool/templates/gr-newmod/python/howto/bindings/header_utils.py share/gnuradio/modtool/templates/gr-newmod/python/howto/bindings/python_bindings.cc + Index: pkgsrc/ham/gnuradio-video-sdl/Makefile diff -u pkgsrc/ham/gnuradio-video-sdl/Makefile:1.52 pkgsrc/ham/gnuradio-video-sdl/Makefile:1.53 --- pkgsrc/ham/gnuradio-video-sdl/Makefile:1.52 Mon Apr 18 19:11:26 2022 +++ pkgsrc/ham/gnuradio-video-sdl/Makefile Thu May 26 15:20:10 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.52 2022/04/18 19:11:26 adam Exp $ +# $NetBSD: Makefile,v 1.53 2022/05/26 15:20:10 mef Exp $ PKGNAME= gnuradio-video-sdl-${VERSION} -PKGREVISION= 2 COMMENT= SDL (Simple DirectMedia Layer) bindings for GNU Radio .include "../../ham/gnuradio-core/Makefile.common" Index: pkgsrc/ham/gnuradio-video-sdl/PLIST diff -u pkgsrc/ham/gnuradio-video-sdl/PLIST:1.13 pkgsrc/ham/gnuradio-video-sdl/PLIST:1.14 --- pkgsrc/ham/gnuradio-video-sdl/PLIST:1.13 Sat Mar 12 23:04:46 2022 +++ pkgsrc/ham/gnuradio-video-sdl/PLIST Thu May 26 15:20:10 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2022/03/12 23:04:46 tnn Exp $ +@comment $NetBSD: PLIST,v 1.14 2022/05/26 15:20:10 mef Exp $ include/gnuradio/video_sdl/api.h include/gnuradio/video_sdl/sink_s.h include/gnuradio/video_sdl/sink_uc.h @@ -6,7 +6,7 @@ lib/cmake/gnuradio/gnuradio-video-sdlCon lib/cmake/gnuradio/gnuradio-video-sdlTargets-release.cmake lib/cmake/gnuradio/gnuradio-video-sdlTargets.cmake lib/libgnuradio-video-sdl.so -lib/libgnuradio-video-sdl.so.3.10.1 +lib/libgnuradio-video-sdl.so.${PKGVER_MICRO} lib/libgnuradio-video-sdl.so.${PKGVERSION} lib/pkgconfig/gnuradio-video-sdl.pc ${PYSITELIB}/gnuradio/video_sdl/__init__.py Index: pkgsrc/ham/gnuradio-vocoder/Makefile diff -u pkgsrc/ham/gnuradio-vocoder/Makefile:1.37 pkgsrc/ham/gnuradio-vocoder/Makefile:1.38 --- pkgsrc/ham/gnuradio-vocoder/Makefile:1.37 Mon Apr 18 19:11:26 2022 +++ pkgsrc/ham/gnuradio-vocoder/Makefile Thu May 26 15:20:10 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2022/04/18 19:11:26 adam Exp $ +# $NetBSD: Makefile,v 1.38 2022/05/26 15:20:10 mef Exp $ PKGNAME= gnuradio-vocoder-${VERSION} -PKGREVISION= 2 COMMENT= All available vocoders in GNU Radio .include "../../ham/gnuradio-core/Makefile.common" Index: pkgsrc/ham/gnuradio-vocoder/PLIST diff -u pkgsrc/ham/gnuradio-vocoder/PLIST:1.11 pkgsrc/ham/gnuradio-vocoder/PLIST:1.12 --- pkgsrc/ham/gnuradio-vocoder/PLIST:1.11 Sat Mar 12 23:04:46 2022 +++ pkgsrc/ham/gnuradio-vocoder/PLIST Thu May 26 15:20:10 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2022/03/12 23:04:46 tnn Exp $ +@comment $NetBSD: PLIST,v 1.12 2022/05/26 15:20:10 mef Exp $ include/gnuradio/vocoder/alaw_decode_bs.h include/gnuradio/vocoder/alaw_encode_sb.h include/gnuradio/vocoder/api.h @@ -24,7 +24,7 @@ lib/cmake/gnuradio/gnuradio-vocoderConfi lib/cmake/gnuradio/gnuradio-vocoderTargets-release.cmake lib/cmake/gnuradio/gnuradio-vocoderTargets.cmake lib/libgnuradio-vocoder.so -lib/libgnuradio-vocoder.so.3.10.1 +lib/libgnuradio-vocoder.so.${PKGVER_MICRO} lib/libgnuradio-vocoder.so.${PKGVERSION} lib/pkgconfig/gnuradio-vocoder.pc ${PYSITELIB}/gnuradio/vocoder/__init__.py Index: pkgsrc/ham/gnuradio-wavelet/Makefile diff -u pkgsrc/ham/gnuradio-wavelet/Makefile:1.36 pkgsrc/ham/gnuradio-wavelet/Makefile:1.37 --- pkgsrc/ham/gnuradio-wavelet/Makefile:1.36 Mon Apr 18 19:11:26 2022 +++ pkgsrc/ham/gnuradio-wavelet/Makefile Thu May 26 15:20:10 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2022/04/18 19:11:26 adam Exp $ +# $NetBSD: Makefile,v 1.37 2022/05/26 15:20:10 mef Exp $ PKGNAME= gnuradio-wavelet-${VERSION} -PKGREVISION= 2 COMMENT= Wavelet transform of GNU Radio .include "../../ham/gnuradio-core/Makefile.common" Index: pkgsrc/ham/gnuradio-wavelet/PLIST diff -u pkgsrc/ham/gnuradio-wavelet/PLIST:1.9 pkgsrc/ham/gnuradio-wavelet/PLIST:1.10 --- pkgsrc/ham/gnuradio-wavelet/PLIST:1.9 Sat Mar 12 23:04:46 2022 +++ pkgsrc/ham/gnuradio-wavelet/PLIST Thu May 26 15:20:10 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2022/03/12 23:04:46 tnn Exp $ +@comment $NetBSD: PLIST,v 1.10 2022/05/26 15:20:10 mef Exp $ include/gnuradio/wavelet/api.h include/gnuradio/wavelet/squash_ff.h include/gnuradio/wavelet/wavelet_ff.h @@ -7,7 +7,7 @@ lib/cmake/gnuradio/gnuradio-waveletConfi lib/cmake/gnuradio/gnuradio-waveletTargets-release.cmake lib/cmake/gnuradio/gnuradio-waveletTargets.cmake lib/libgnuradio-wavelet.so -lib/libgnuradio-wavelet.so.3.10.1 +lib/libgnuradio-wavelet.so.${PKGVER_MICRO} lib/libgnuradio-wavelet.so.${PKGVERSION} lib/pkgconfig/gnuradio-wavelet.pc ${PYSITELIB}/gnuradio/wavelet/__init__.py Index: pkgsrc/ham/gnuradio-zeromq/Makefile diff -u pkgsrc/ham/gnuradio-zeromq/Makefile:1.39 pkgsrc/ham/gnuradio-zeromq/Makefile:1.40 --- pkgsrc/ham/gnuradio-zeromq/Makefile:1.39 Mon Apr 18 19:11:27 2022 +++ pkgsrc/ham/gnuradio-zeromq/Makefile Thu May 26 15:20:10 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2022/04/18 19:11:27 adam Exp $ +# $NetBSD: Makefile,v 1.40 2022/05/26 15:20:10 mef Exp $ PKGNAME= gnuradio-zeromq-${VERSION} -PKGREVISION= 2 COMMENT= All of the zeromq blocks, utilities, and examples # zmq.hpp: No such file or directory Index: pkgsrc/ham/gnuradio-zeromq/PLIST diff -u pkgsrc/ham/gnuradio-zeromq/PLIST:1.10 pkgsrc/ham/gnuradio-zeromq/PLIST:1.11 --- pkgsrc/ham/gnuradio-zeromq/PLIST:1.10 Sat Mar 12 23:04:46 2022 +++ pkgsrc/ham/gnuradio-zeromq/PLIST Thu May 26 15:20:10 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2022/03/12 23:04:46 tnn Exp $ +@comment $NetBSD: PLIST,v 1.11 2022/05/26 15:20:10 mef Exp $ include/gnuradio/zeromq/api.h include/gnuradio/zeromq/pub_msg_sink.h include/gnuradio/zeromq/pub_sink.h @@ -16,7 +16,7 @@ lib/cmake/gnuradio/gnuradio-zeromqConfig lib/cmake/gnuradio/gnuradio-zeromqTargets-release.cmake lib/cmake/gnuradio/gnuradio-zeromqTargets.cmake lib/libgnuradio-zeromq.so -lib/libgnuradio-zeromq.so.3.10.1 +lib/libgnuradio-zeromq.so.${PKGVER_MICRO} lib/libgnuradio-zeromq.so.${PKGVERSION} lib/pkgconfig/gnuradio-zeromq.pc ${PYSITELIB}/gnuradio/zeromq/__init__.py --_----------=_1653578411206810--