pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/ham (ham/gnuradio-*) Updated 3.7.13.4 to 3.7.13.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3ff41da56587
branches:  trunk
changeset: 397371:3ff41da56587
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Jun 21 16:02:16 2019 +0000

description:
(ham/gnuradio-*) Updated 3.7.13.4 to 3.7.13.5

## [3.7.13.5] - 2019-04-20

### Fixed
#### Project Scope
- PMT: in multiple places, we triggered undef. behaviour by accessing the first element of potentially empty uvectors
#### gr-audio
- Windows audio for higher output multiples broken
#### gr-blocks
- QA: `udp_source_sink` flakiness
#### gr-dtv
- Several broken optimizations
- 64-APSK partially wrong ordering
- OOB access in interleaver
- uncovered worst case LDPC LUT generation
#### gr-qtgui
- Compiler Warnings

#### gr-fec
- `polar_encoder`/`_common`: Memory leak
#### gr-uhd
- GRC bindings: DC filter was could not be disabled with IQ imbalance correction disabled

### Added
#### gnuradio-runtime
- ctrlport: int64 for `rpcbasic_inserter`

### Changed
#### GRC
- Removed generation time from generated python code

diffstat:

 ham/gnuradio-core/Makefile         |     3 +-
 ham/gnuradio-core/Makefile.version |     4 +-
 ham/gnuradio-core/distinfo         |    10 +-
 ham/gnuradio-doxygen/Makefile      |     4 +-
 ham/gnuradio-doxygen/PLIST         |  6876 +++++------------------------------
 5 files changed, 988 insertions(+), 5909 deletions(-)

diffs (truncated from 11565 to 300 lines):

diff -r 8d2cecb699d1 -r 3ff41da56587 ham/gnuradio-core/Makefile
--- a/ham/gnuradio-core/Makefile        Fri Jun 21 15:55:48 2019 +0000
+++ b/ham/gnuradio-core/Makefile        Fri Jun 21 16:02:16 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2019/06/15 17:54:22 adam Exp $
+# $NetBSD: Makefile,v 1.66 2019/06/21 16:02:16 mef Exp $
 
 PKGNAME=       gnuradio-core-${VERSION}
-PKGREVISION=   4
 COMMENT=       Core part of GNU Radio, all others need this
 
 PLIST_MINUS=   # empty
diff -r 8d2cecb699d1 -r 3ff41da56587 ham/gnuradio-core/Makefile.version
--- a/ham/gnuradio-core/Makefile.version        Fri Jun 21 15:55:48 2019 +0000
+++ b/ham/gnuradio-core/Makefile.version        Fri Jun 21 16:02:16 2019 +0000
@@ -1,3 +1,3 @@
-# $NetBSD: Makefile.version,v 1.12 2018/07/21 13:09:01 mef Exp $
+# $NetBSD: Makefile.version,v 1.13 2019/06/21 16:02:16 mef Exp $
 
-VERSION=        3.7.13.4
+VERSION=        3.7.13.5
diff -r 8d2cecb699d1 -r 3ff41da56587 ham/gnuradio-core/distinfo
--- a/ham/gnuradio-core/distinfo        Fri Jun 21 15:55:48 2019 +0000
+++ b/ham/gnuradio-core/distinfo        Fri Jun 21 16:02:16 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.31 2018/07/21 13:09:01 mef Exp $
+$NetBSD: distinfo,v 1.32 2019/06/21 16:02:16 mef Exp $
 
-SHA1 (gnuradio-3.7.13.4.tar.gz) = a3c60d00a434da002d46a804654855951dd11e52
-RMD160 (gnuradio-3.7.13.4.tar.gz) = 4e84ed451367fd011e6b8a2640105621be54c154
-SHA512 (gnuradio-3.7.13.4.tar.gz) = 85c265851b43d4b62590869c91a9b7b262601dce233515096f1a1e68a14ea2710f08cc07859326efdfde29a2f156477d3bbd42e3bdd9b8ac13f6769637bf794b
-Size (gnuradio-3.7.13.4.tar.gz) = 4546663 bytes
+SHA1 (gnuradio-3.7.13.5.tar.gz) = c81a9cb1ec5e9455d885c804ba8fb656c4573b53
+RMD160 (gnuradio-3.7.13.5.tar.gz) = 87786c5f333069c15316c6a45dbce11f329ddac6
+SHA512 (gnuradio-3.7.13.5.tar.gz) = 35fad30ccbc8a82e03d44815bb958dc3718089bce628795ded53f554dff68a4acb1a0f1110b97446f5dc0182c0313855c0f1624b5e9caea26ae6189be81453bf
+Size (gnuradio-3.7.13.5.tar.gz) = 4548612 bytes
 SHA1 (patch-cmake_Modules_FindSphinx.cmake) = 1e42ad000962f4766810fbd322c80dad1f0b1c3c
 SHA1 (patch-gnuradio_runtime_include_gnuradio_high__res__timer__h) = 59ad8192e7ac76b2ce35cda68c378bc2abad20a5
 SHA1 (patch-gnuradio_runtime_lib_thread_thread_cc) = 7e8aa146447fc7ffd006ffd540764ae4b15da2a5
diff -r 8d2cecb699d1 -r 3ff41da56587 ham/gnuradio-doxygen/Makefile
--- a/ham/gnuradio-doxygen/Makefile     Fri Jun 21 15:55:48 2019 +0000
+++ b/ham/gnuradio-doxygen/Makefile     Fri Jun 21 16:02:16 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2019/02/25 23:37:38 mef Exp $
+# $NetBSD: Makefile,v 1.25 2019/06/21 16:02:16 mef Exp $
 
 PKGNAME=       gnuradio-doxygen-${VERSION}
-PKGREVISION=   3
 COMMENT=       Doxygen documentation of GNU Radio
 
 .include       "../../ham/gnuradio-core/Makefile.common"
@@ -14,6 +13,7 @@
 DEPENDS+=      web2c-[0-9]*:../../print/web2c
 # in case those packages are already installed by other requirement..
 DEPENDS+=      texlive-collection-latex-[0-9]*:../../meta-pkgs/texlive-collection-latex
+DEPENDS+=      tex-newunicodechar-[-0-9]*:../../print/tex-newunicodechar
 
 CMAKE_ARGS+=   -DENABLE_DEFAULT=False
 CMAKE_ARGS+=   -DENABLE_DOXYGEN=ON
diff -r 8d2cecb699d1 -r 3ff41da56587 ham/gnuradio-doxygen/PLIST
--- a/ham/gnuradio-doxygen/PLIST        Fri Jun 21 15:55:48 2019 +0000
+++ b/ham/gnuradio-doxygen/PLIST        Fri Jun 21 16:02:16 2019 +0000
@@ -1,3644 +1,2536 @@
-@comment $NetBSD: PLIST,v 1.17 2019/03/16 00:04:49 mef Exp $
+@comment $NetBSD: PLIST,v 1.18 2019/06/21 16:02:16 mef Exp $
 share/doc/gnuradio-${PKGVERSION}/dial_tone.py
 share/doc/gnuradio-${PKGVERSION}/fm_demod.py
 share/doc/gnuradio-${PKGVERSION}/fm_rx.grc
 share/doc/gnuradio-${PKGVERSION}/fm_tx.grc
 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.dot
 share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h__dep__incl.png
-share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/DisplayPlot_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/DisplayPlot_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/DisplayPlot_8h__dep__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/DisplayPlot_8h__dep__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/DisplayPlot_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/DisplayPlot_8h__dep__incl.png
-share/doc/gnuradio-${PKGVERSION}/html/DisplayPlot_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/DisplayPlot_8h__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/DisplayPlot_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/DisplayPlot_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/DisplayPlot_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/FreeSans.ttf
 share/doc/gnuradio-${PKGVERSION}/html/FrequencyDisplayPlot_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/FrequencyDisplayPlot_8h__dep__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/FrequencyDisplayPlot_8h__dep__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/FrequencyDisplayPlot_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/FrequencyDisplayPlot_8h__dep__incl.png
-share/doc/gnuradio-${PKGVERSION}/html/FrequencyDisplayPlot_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/FrequencyDisplayPlot_8h__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/FrequencyDisplayPlot_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/FrequencyDisplayPlot_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/FrequencyDisplayPlot_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/GrAtscSegSymSyncImpl__export_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/GrAtscSegSymSyncImpl__export_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/GrAtscSegSymSyncImpl__export_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/HistogramDisplayPlot_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/HistogramDisplayPlot_8h__dep__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/HistogramDisplayPlot_8h__dep__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/HistogramDisplayPlot_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/HistogramDisplayPlot_8h__dep__incl.png
-share/doc/gnuradio-${PKGVERSION}/html/HistogramDisplayPlot_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/HistogramDisplayPlot_8h__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/HistogramDisplayPlot_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/HistogramDisplayPlot_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/HistogramDisplayPlot_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/License.html
 share/doc/gnuradio-${PKGVERSION}/html/SpectrumGUIClass_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/SpectrumGUIClass_8h__dep__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/SpectrumGUIClass_8h__dep__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/SpectrumGUIClass_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/SpectrumGUIClass_8h__dep__incl.png
-share/doc/gnuradio-${PKGVERSION}/html/SpectrumGUIClass_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/SpectrumGUIClass_8h__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/SpectrumGUIClass_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/SpectrumGUIClass_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/SpectrumGUIClass_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/TimeDomainDisplayPlot_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/TimeDomainDisplayPlot_8h__dep__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/TimeDomainDisplayPlot_8h__dep__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/TimeDomainDisplayPlot_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/TimeDomainDisplayPlot_8h__dep__incl.png
-share/doc/gnuradio-${PKGVERSION}/html/TimeDomainDisplayPlot_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/TimeDomainDisplayPlot_8h__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/TimeDomainDisplayPlot_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/TimeDomainDisplayPlot_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/TimeDomainDisplayPlot_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/TimeRasterDisplayPlot_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/TimeRasterDisplayPlot_8h__dep__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/TimeRasterDisplayPlot_8h__dep__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/TimeRasterDisplayPlot_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/TimeRasterDisplayPlot_8h__dep__incl.png
-share/doc/gnuradio-${PKGVERSION}/html/TimeRasterDisplayPlot_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/TimeRasterDisplayPlot_8h__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/TimeRasterDisplayPlot_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/TimeRasterDisplayPlot_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/TimeRasterDisplayPlot_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/VectorDisplayPlot_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/VectorDisplayPlot_8h__dep__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/VectorDisplayPlot_8h__dep__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/VectorDisplayPlot_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/VectorDisplayPlot_8h__dep__incl.png
-share/doc/gnuradio-${PKGVERSION}/html/VectorDisplayPlot_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/VectorDisplayPlot_8h__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/VectorDisplayPlot_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/VectorDisplayPlot_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/VectorDisplayPlot_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/WaterfallDisplayPlot_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/WaterfallDisplayPlot_8h__dep__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/WaterfallDisplayPlot_8h__dep__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/WaterfallDisplayPlot_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/WaterfallDisplayPlot_8h__dep__incl.png
-share/doc/gnuradio-${PKGVERSION}/html/WaterfallDisplayPlot_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/WaterfallDisplayPlot_8h__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/WaterfallDisplayPlot_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/WaterfallDisplayPlot_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/WaterfallDisplayPlot_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/_formulas.log
 share/doc/gnuradio-${PKGVERSION}/html/_formulas.tex
 share/doc/gnuradio-${PKGVERSION}/html/abs__ff_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/abs__ff_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/abs__ff_8h__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/abs__ff_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/abs__ff_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/abs__ff_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/abs__ii_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/abs__ii_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/abs__ii_8h__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/abs__ii_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/abs__ii_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/abs__ii_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/abs__ss_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/abs__ss_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/abs__ss_8h__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/abs__ss_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/abs__ss_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/abs__ss_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/add__cc_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/add__cc_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/add__cc_8h__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/add__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/add__cc_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/add__cc_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/add__const__bb_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/add__const__bb_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/add__const__bb_8h__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/add__const__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/add__const__bb_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/add__const__bb_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/add__const__cc_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/add__const__cc_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/add__const__cc_8h__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/add__const__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/add__const__cc_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/add__const__cc_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/add__const__ff_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/add__const__ff_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/add__const__ff_8h__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/add__const__ff_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/add__const__ff_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/add__const__ff_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/add__const__ii_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/add__const__ii_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/add__const__ii_8h__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/add__const__ii_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/add__const__ii_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/add__const__ii_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/add__const__ss_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/add__const__ss_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/add__const__ss_8h__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/add__const__ss_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/add__const__ss_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/add__const__ss_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/add__const__vbb_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/add__const__vbb_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/add__const__vbb_8h__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/add__const__vbb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/add__const__vbb_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/add__const__vbb_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/add__const__vcc_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/add__const__vcc_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/add__const__vcc_8h__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/add__const__vcc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/add__const__vcc_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/add__const__vcc_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/add__const__vff_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/add__const__vff_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/add__const__vff_8h__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/add__const__vff_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/add__const__vff_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/add__const__vff_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/add__const__vii_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/add__const__vii_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/add__const__vii_8h__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/add__const__vii_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/add__const__vii_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/add__const__vii_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/add__const__vss_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/add__const__vss_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/add__const__vss_8h__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/add__const__vss_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/add__const__vss_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/add__const__vss_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/add__ff_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/add__ff_8h__dep__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/add__ff_8h__dep__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/add__ff_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/add__ff_8h__dep__incl.png
-share/doc/gnuradio-${PKGVERSION}/html/add__ff_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/add__ff_8h__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/add__ff_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/add__ff_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/add__ff_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/add__ii_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/add__ii_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/add__ii_8h__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/add__ii_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/add__ii_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/add__ii_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/add__ss_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/add__ss_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/add__ss_8h__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/add__ss_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/add__ss_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/add__ss_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/additive__scrambler__bb_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/additive__scrambler__bb_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/additive__scrambler__bb_8h__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/additive__scrambler__bb_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/additive__scrambler__bb_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/additive__scrambler__bb_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/agc2_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/agc2_8h__dep__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/agc2_8h__dep__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/agc2_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/agc2_8h__dep__incl.png
-share/doc/gnuradio-${PKGVERSION}/html/agc2_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/agc2_8h__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/agc2_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/agc2_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/agc2_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/agc2__cc_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/agc2__cc_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/agc2__cc_8h__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/agc2__cc_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/agc2__cc_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/agc2__cc_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/agc2__ff_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/agc2__ff_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/agc2__ff_8h__incl.dot
 share/doc/gnuradio-${PKGVERSION}/html/agc2__ff_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/agc2__ff_8h__incl.png



Home | Main Index | Thread Index | Old Index