pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/ham Update ham/gnuradio-* from 3.7.11 to 3.7.13.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c1acc06ead9
branches:  trunk
changeset: 310468:6c1acc06ead9
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Jul 16 07:55:22 2018 +0000

description:
Update ham/gnuradio-* from 3.7.11 to 3.7.13.3

## [3.7.13.3] - 2018-06-13

### Fixed
#### Project Scope
- For non-C++11 compilers, the new cstdint include doesn't work out; conditionalized it.

## [3.7.13.2] - 2018-05-31

### Fixed
#### Project Scope
- Actually bumped version in CMakeLists.txt to 3.7.13.2; the 3.7.13.1 tag was tagged off-branch; maintainer failure to simultaneously push a commit that raises the internal version number to 
3.7.14.0: this had to be reverted ASAP.

## [3.7.13.1] - 2018-05-31

### Fixed
#### Project Scope
- Actually bumped version in CMakeLists.txt

## [3.7.13.0] - 2018-05-31

### Fixed
#### Project Scope
- `boost::posix_time::[milli]second` takes integer numbers, and we now at least cast the floats to integers, as Boost 1.67 forced us to realize we're (incorrectly) using floating point her
- CMake: using regex to match compiler against "Clang" now enables correct build on OS X
#### GRC
- Fixed GRC bug which broke WX and Qt (by altering the template code), in multiple (less than awesome) steps
#### gr-blocks
- `float_array_to_int`: int32 limits were wrongly hardcoded.
- Fixed the undefined behaviour happening in `float_to_complex` when accessing the second input_items element in the single-input case

## [3.7.12.0] - 2018-04-01

### Software Engineering
- Changed Changelog format
- Introducing Semantic Versioning
- Change of development model: Rather than merging bugfixes to maint, merging maint to master, and next, if applicable, we'll be moving forward more in a typical management model: Development happens 
on master, and bugfixes are cherrypicked onto the maint-${RELEASE} branch. More info: http://lists.gnu.org/archive/html/discuss-gnuradio/2018-02/msg00133.html
- First attempt at having a .clang-format file to improve code contribution style quality. This is Work In Progress.

### Fixed
#### Project Scope
- Buildability on systems where custom CMake command would try to find "" (empty string) as executable
- Buildable with C++11 compilers (though deprecation warning-rich, due to `unique_ptr`)
- several previously improperly handled include directories now actually included in individual lib/CMakeLists
- Unit test/QA now parallelizable
- Logger works with log4cpp <= 1.1.2 both in and out of tree
- Python linkage under MinGW64
- Documentation Directory now uniformly "docs/" (instead of sometimes "doc/")
- `log` vs `logf` performance bugs
- on-time `pmt::mp("string")` calls (instead of cached PMTs) performance bug
- Doxygen build now reproducible
#### GRC
- Dialogs' parent windows
- Embedded Python Blocks now work in hierarchical GRC flow graphs
#### gnuradio-runtime
- `random.h`: Uniform integer Generation depended on Boost version > min version
- `random.h`: time-dependency when seeding with `0` replaced with actual standard seed
- block startup now synchronized via barrier
- New tag propagation policy "custom" for own implementation
- `get_tags_in_range` used `v.resize(0)` to clear vectors, which lead to unnecessary memory reallocations
- `logger_ptr` now always a pointer, no matter whether logging is enabled; fixes heap corruption bug
- `buffer[_reader]_sptr` superfluous grab/release performance bug
- BSD threading and shared mem compatibility
- PMT: `equal()` comparison
#### gr-utils
- Sorted files in `gr_modtool` makexml processing, leading to improved reproducibility of builds
#### gr-audio
- OS X: memcpy bug
- OS X: debug mode
- Non-Linux ALSA compatibibilty
#### gr-analog
- `fmdet_cf` now has GRC file
- `fastnoise_source`: non-threadsafe `libc` `rand()` replaced by XOROSHIRO128+
#### gr-blocks
- `simple_copy` Ctrlport example
- Metadata sink/source not closing file on `close()`
- `multiply_matrix` formerly used "magic int" value where its API expected enum (and that int wasn't covered)
- TCP connection ASIO bug
- `tags_strobe`: superfluous tags addition
- `vector_sink`: multithreading hazards on `data` access
- `tuntap_pdu`: MTU-sized IP packet reception
- `socket_pdu`: Garbage Collect closed TCP connections
#### gr-channels
- IQ imbalance block formula now mathematically correct now mathematically correct
- `selective_fading_model`: proper scaling of path length
#### gr-digital
- `additive_scrambler_bb`: tag triggered reset
- `stream_to_tagged_stream`: tag offset after `unlock()`
- `blks2/packet.py`: Flushing for small packets
- `interpolating_resampler`: GCC 4.0 compile error
- `constellation`: 16QAM demapper was wrong for one constellation point
- `chunks_to_symbols`: mutex-guard LUT against modification during use
- MSVC compatibility throug `and` -> `&&` etc
- `crc32_bb`: handle unpacked bytes correctly
- `ofdm_carrier_allocator`: catching wrong allocations instead of crashing
#### gr-dtv
- All examples now are installed
- DVB-T2: Removed L1 post scrambling in spec v1.1.1 mode
#### gr-fcd
- Building on non-Linux systems
- Extended symbol bug in Reed-Solomon encoder
- DVB-T Cell identifier
#### gr-fcd
- Building on non-Linux systems
#### gr-fec
- `channel_construction.py`: return int frozen bit output
- `GSL_LDFLAGS` propagation
- `polar_decoder` used to be flaky
#### gr-fft
- locking of fftw wisdom
- `window.cc`: removed NaN due to FP math
- compilation under MinGW
- `logpwrfft.py` reference scaling integer division bug
#### gr-filter
- Simpson's rule code removed in favor of GSL call
#### gr-qtgui
- Time sink: Segfault with tag trigger
#### gr-uhd
- Antenna selection in UHD apps
- `uhd_fft` scalar gain-capability
- Device selection for multi-device operations in UHD apps
- TX streamer creation
#### gr-zeromq
- Multi-part messages reception

### Added
#### Project Scope
- Ninja (https://ninja-build.org) now a supported build system
#### gnuradio-runtime
- Python can now get `gr.WORK_CALLED_PRODUCE` and `gr.DONE`
#### gr-utils
- `gr_modtool`: Autocompletion, line editing
- `gr_modtool`: `copyrightholder` option
#### GRC
- "Create Duplicate"
- "Save a copy"
- BokehGUI
#### gr-blocks
- New `tag_share` block: take tags from one two input streams to one output stream
- `tag_gate`: tag filtering
- `file_source`: configurable `file_begin` stream tag
- `moving_average`: Vector mode (with element-wise MA)
- `plateau_detector`: threshold get/set
#### gr-digital
- `costas_loop_cc`: Optional loop variable outputs
- New `correlate_access_code_tag` block
- `glfsr` exposed through Python
#### gr-dtv
- 256QAM mode for ITU-T J.83B transmitter
#### gr-fec
- negative Polynomials in `cc_encoder`
#### gr-filter
- `symbol_sync_{cc|ff}`
#### gr-uhd
- `uhd_app.py`: selectable time/clock sources
- make `recv()` call's timeout parameterizable
- message-based RX tuning through sink, TX through source

### Changed
#### Project Scope
- VOLK version requirement: 1.4.0
- Minimal required SWIG version now 2.0.4
- GSL optional dependency
- Threw out completely unused `gr_??int` types
- Doxygen build no longer contains timestamps
- Doxygen build now reproducible
- Though factually before, now officially include ZeroMQ and Sphinx as optional dependencies in docs
#### gnuradio-runtime
- Python gateway allows variable number of ports
#### gr-utils
- `gr_modtool`: Block template now uses `numpy.float32` instead of float. 32bit float is actually the default GNU Radio type.e.
#### gr-blocks
- `vector_sink` can preallocate memory for desired amount of items
#### gr-digital
- `header_format_default` now sps>1-capable
- `correlate_acces_code` uses `GR_LOG`
#### gr-uhd
- `uhd_fft`: respect `lo_offset` in `set_bandwidth`
- `usrp_source`: freq tag now actually reflects last set frequency, even on multiple channels
#### gr-qtgui
- Labels: now with 98.121212388% improved floating point formatting
- Time Sink: Stem plot option exposed

### Deprecated
#### gnuradio-runtime
- `gr::sys_pri`

diffstat:

 ham/gnuradio-companion/PLIST                                          |    6 +-
 ham/gnuradio-core/Makefile                                            |    3 +-
 ham/gnuradio-core/Makefile.common                                     |    9 +-
 ham/gnuradio-core/Makefile.version                                    |    4 +-
 ham/gnuradio-core/PLIST                                               |   60 ++++-
 ham/gnuradio-core/distinfo                                            |   14 +-
 ham/gnuradio-core/files/REPLACE_PYTHON                                |    3 -
 ham/gnuradio-core/patches/patch-gnuradio_runtime_lib_thread_thread_cc |   20 +-
 ham/gnuradio-core/patches/patch-gr-audio_lib_CMakeLists.txt           |   10 +-
 ham/gnuradio-digital/PLIST                                            |   13 +-
 ham/gnuradio-doxygen/PLIST                                            |  127 +++++++++-
 ham/gnuradio-dtv/PLIST                                                |   32 ++-
 12 files changed, 261 insertions(+), 40 deletions(-)

diffs (truncated from 991 to 300 lines):

diff -r 1ebe94c13fbf -r 6c1acc06ead9 ham/gnuradio-companion/PLIST
--- a/ham/gnuradio-companion/PLIST      Mon Jul 16 07:50:03 2018 +0000
+++ b/ham/gnuradio-companion/PLIST      Mon Jul 16 07:55:22 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2017/01/13 22:03:35 mef Exp $
+@comment $NetBSD: PLIST,v 1.9 2018/07/16 07:55:22 mef Exp $
 bin/gnuradio-companion
 ${PYSITELIB}/gnuradio/grc/__init__.py
 ${PYSITELIB}/gnuradio/grc/__init__.pyc
@@ -72,6 +72,9 @@
 ${PYSITELIB}/gnuradio/grc/core/utils/extract_docs.py
 ${PYSITELIB}/gnuradio/grc/core/utils/extract_docs.pyc
 ${PYSITELIB}/gnuradio/grc/core/utils/extract_docs.pyo
+${PYSITELIB}/gnuradio/grc/core/utils/hide_bokeh_gui_options_if_not_installed.py
+${PYSITELIB}/gnuradio/grc/core/utils/hide_bokeh_gui_options_if_not_installed.pyc
+${PYSITELIB}/gnuradio/grc/core/utils/hide_bokeh_gui_options_if_not_installed.pyo
 ${PYSITELIB}/gnuradio/grc/core/utils/odict.py
 ${PYSITELIB}/gnuradio/grc/core/utils/odict.pyc
 ${PYSITELIB}/gnuradio/grc/core/utils/odict.pyo
@@ -159,6 +162,7 @@
 ${PYSITELIB}/gnuradio/grc/gui/external_editor.py
 ${PYSITELIB}/gnuradio/grc/gui/external_editor.pyc
 ${PYSITELIB}/gnuradio/grc/gui/external_editor.pyo
+${PYSITELIB}/gnuradio/grc/gui/icon.png
 ${PYSITELIB}/gnuradio/grc/main.py
 ${PYSITELIB}/gnuradio/grc/main.pyc
 ${PYSITELIB}/gnuradio/grc/main.pyo
diff -r 1ebe94c13fbf -r 6c1acc06ead9 ham/gnuradio-core/Makefile
--- a/ham/gnuradio-core/Makefile        Mon Jul 16 07:50:03 2018 +0000
+++ b/ham/gnuradio-core/Makefile        Mon Jul 16 07:55:22 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2018/04/29 21:31:46 adam Exp $
+# $NetBSD: Makefile,v 1.61 2018/07/16 07:55:22 mef Exp $
 
 PKGNAME=       gnuradio-core-${VERSION}
-PKGREVISION=   4
 COMMENT=       Core part of GNU Radio, all others need this
 
 PLIST_MINUS=   # empty
diff -r 1ebe94c13fbf -r 6c1acc06ead9 ham/gnuradio-core/Makefile.common
--- a/ham/gnuradio-core/Makefile.common Mon Jul 16 07:50:03 2018 +0000
+++ b/ham/gnuradio-core/Makefile.common Mon Jul 16 07:55:22 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2018/07/04 13:40:21 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.17 2018/07/16 07:55:22 mef Exp $
 # This Makefile fragment is included in the package Makefiles for
 # GNU Radio distributed packages (they all share common configure and build
 # settings).
@@ -45,6 +45,8 @@
 USE_CMAKE=     yes
 
 DEPENDS+=      ${PYPKGPREFIX}-cheetah-[0-9]*:../../devel/py-cheetah
+DEPENDS+=      ${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako
+DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 # gr_filter_design in gnuradio-core ask for:
 DEPENDS+=      ${PYPKGPREFIX}-qwt-qt4-[0-9]*:../../x11/py-qwt-qt4
 
@@ -83,6 +85,7 @@
 CMAKE_ARGS+=   -DENABLE_GR_FILTER=ON
 CMAKE_ARGS+=   -DENABLE_PYTHON=ON
 CMAKE_ARGS+=   -DENABLE_VOLK=ON
+CMAKE_ARGS+=   -DCMAKE_HAVE_PTHREADS_CREATE=OFF
 
 # Default setting (for pkgsrc)
 CMAKE_ARGS+=   -Wno-dev
@@ -96,6 +99,10 @@
 CMAKE_ARGS+=   -DGR_LIBRARY_DIR=${PREFIX}/lib
 CMAKE_ARGS+=   -DGR_PREFSDIR=${PREFIX}/share/gnuradio/examples/
 
+# adhoc setup not to pick non default version (say python3.6)
+# at configure
+CMAKE_ARGS+=   -DPYTHON_EXECUTABLE=${PREFIX}/bin/python${PYVERSSUFFIX}
+
 CMAKE_ARGS+=   -DZEROMQ_INCLUDE_DIRS=${PREFIX}/include
 CMAKE_ARG_PATH=        ../
 
diff -r 1ebe94c13fbf -r 6c1acc06ead9 ham/gnuradio-core/Makefile.version
--- a/ham/gnuradio-core/Makefile.version        Mon Jul 16 07:50:03 2018 +0000
+++ b/ham/gnuradio-core/Makefile.version        Mon Jul 16 07:55:22 2018 +0000
@@ -1,3 +1,3 @@
-# $NetBSD: Makefile.version,v 1.10 2017/03/15 14:07:12 mef Exp $
+# $NetBSD: Makefile.version,v 1.11 2018/07/16 07:55:22 mef Exp $
 
-VERSION=        3.7.11
+VERSION=        3.7.13.3
diff -r 1ebe94c13fbf -r 6c1acc06ead9 ham/gnuradio-core/PLIST
--- a/ham/gnuradio-core/PLIST   Mon Jul 16 07:50:03 2018 +0000
+++ b/ham/gnuradio-core/PLIST   Mon Jul 16 07:55:22 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.26 2017/03/15 14:07:12 mef Exp $
+@comment $NetBSD: PLIST,v 1.27 2018/07/16 07:55:22 mef Exp $
 bin/gnuradio-config-info
 bin/gr_filter_design
 bin/volk-config-info
@@ -114,6 +114,7 @@
 include/gnuradio/blocks/divide_ii.h
 include/gnuradio/blocks/divide_ss.h
 include/gnuradio/blocks/endian_swap.h
+include/gnuradio/blocks/exponentiate_const_cci.h
 include/gnuradio/blocks/file_descriptor_sink.h
 include/gnuradio/blocks/file_descriptor_source.h
 include/gnuradio/blocks/file_meta_sink.h
@@ -244,6 +245,7 @@
 include/gnuradio/blocks/sub_ss.h
 include/gnuradio/blocks/tag_debug.h
 include/gnuradio/blocks/tag_gate.h
+include/gnuradio/blocks/tag_share.h
 include/gnuradio/blocks/tagged_file_sink.h
 include/gnuradio/blocks/tagged_stream_align.h
 include/gnuradio/blocks/tagged_stream_multiply_length.h
@@ -353,6 +355,8 @@
 include/gnuradio/filter/interpolator_taps.h
 include/gnuradio/filter/mmse_fir_interpolator_cc.h
 include/gnuradio/filter/mmse_fir_interpolator_ff.h
+include/gnuradio/filter/mmse_interp_differentiator_cc.h
+include/gnuradio/filter/mmse_interp_differentiator_ff.h
 include/gnuradio/filter/pfb_arb_resampler.h
 include/gnuradio/filter/pfb_arb_resampler_ccc.h
 include/gnuradio/filter/pfb_arb_resampler_ccf.h
@@ -422,6 +426,8 @@
 include/gnuradio/swig/blocks_swig0.i
 include/gnuradio/swig/blocks_swig0_doc.i
 include/gnuradio/swig/blocks_swig1.i
+include/gnuradio/swig/blocks_swig10.i
+include/gnuradio/swig/blocks_swig10_doc.i
 include/gnuradio/swig/blocks_swig1_doc.i
 include/gnuradio/swig/blocks_swig2.i
 include/gnuradio/swig/blocks_swig2_doc.i
@@ -431,6 +437,14 @@
 include/gnuradio/swig/blocks_swig4_doc.i
 include/gnuradio/swig/blocks_swig5.i
 include/gnuradio/swig/blocks_swig5_doc.i
+include/gnuradio/swig/blocks_swig6.i
+include/gnuradio/swig/blocks_swig6_doc.i
+include/gnuradio/swig/blocks_swig7.i
+include/gnuradio/swig/blocks_swig7_doc.i
+include/gnuradio/swig/blocks_swig8.i
+include/gnuradio/swig/blocks_swig8_doc.i
+include/gnuradio/swig/blocks_swig9.i
+include/gnuradio/swig/blocks_swig9_doc.i
 include/gnuradio/swig/buffer.i
 include/gnuradio/swig/complex_vec_test.i
 include/gnuradio/swig/constants.i
@@ -486,6 +500,7 @@
 include/pmt/pmt_pool.h
 include/pmt/pmt_serial_tags.h
 include/pmt/pmt_sugar.h
+include/volk/saturation_arithmetic.h
 include/volk/volk.h
 include/volk/volk_16i_32fc_dot_prod_32fc.h
 include/volk/volk_16i_branch_4_state_8.h
@@ -508,6 +523,8 @@
 include/volk/volk_16ic_x2_multiply_16ic.h
 include/volk/volk_16u_byteswap.h
 include/volk/volk_16u_byteswappuppet_16u.h
+include/volk/volk_32f_64f_add_64f.h
+include/volk/volk_32f_64f_multiply_64f.h
 include/volk/volk_32f_8u_polarbutterfly_32f.h
 include/volk/volk_32f_8u_polarbutterflypuppet_32f.h
 include/volk/volk_32f_accumulator_s32f.h
@@ -529,9 +546,11 @@
 include/volk/volk_32f_s32f_convert_16i.h
 include/volk/volk_32f_s32f_convert_32i.h
 include/volk/volk_32f_s32f_convert_8i.h
+include/volk/volk_32f_s32f_mod_rangepuppet_32f.h
 include/volk/volk_32f_s32f_multiply_32f.h
 include/volk/volk_32f_s32f_normalize.h
 include/volk/volk_32f_s32f_power_32f.h
+include/volk/volk_32f_s32f_s32f_mod_range_32f.h
 include/volk/volk_32f_s32f_stddev_32f.h
 include/volk/volk_32f_sin_32f.h
 include/volk/volk_32f_sqrt_32f.h
@@ -551,6 +570,7 @@
 include/volk/volk_32f_x2_s32f_interleave_16ic.h
 include/volk/volk_32f_x2_subtract_32f.h
 include/volk/volk_32f_x3_sum_of_poly_32f.h
+include/volk/volk_32fc_32f_add_32fc.h
 include/volk/volk_32fc_32f_dot_prod_32fc.h
 include/volk/volk_32fc_32f_multiply_32fc.h
 include/volk/volk_32fc_conjugate_32fc.h
@@ -573,6 +593,7 @@
 include/volk/volk_32fc_s32fc_multiply_32fc.h
 include/volk/volk_32fc_s32fc_rotatorpuppet_32fc.h
 include/volk/volk_32fc_s32fc_x2_rotator_32fc.h
+include/volk/volk_32fc_x2_add_32fc.h
 include/volk/volk_32fc_x2_conjugate_dot_prod_32fc.h
 include/volk/volk_32fc_x2_divide_32fc.h
 include/volk/volk_32fc_x2_dot_prod_32fc.h
@@ -587,9 +608,12 @@
 include/volk/volk_32u_byteswappuppet_32u.h
 include/volk/volk_32u_popcnt.h
 include/volk/volk_32u_popcntpuppet_32u.h
+include/volk/volk_32u_reverse_32u.h
 include/volk/volk_64f_convert_32f.h
+include/volk/volk_64f_x2_add_64f.h
 include/volk/volk_64f_x2_max_64f.h
 include/volk/volk_64f_x2_min_64f.h
+include/volk/volk_64f_x2_multiply_64f.h
 include/volk/volk_64u_byteswap.h
 include/volk/volk_64u_byteswappuppet_64u.h
 include/volk/volk_64u_popcnt.h
@@ -617,9 +641,12 @@
 include/volk/volk_neon_intrinsics.h
 include/volk/volk_prefs.h
 include/volk/volk_sse3_intrinsics.h
+include/volk/volk_sse_intrinsics.h
 include/volk/volk_typedefs.h
 lib/cmake/gnuradio/CMakeMacroLibtoolFile.cmake
+lib/cmake/gnuradio/CMakeOverloads.cmake
 lib/cmake/gnuradio/CMakeParseArgumentsCopy.cmake
+lib/cmake/gnuradio/CodeCoverage.cmake
 lib/cmake/gnuradio/FindALSA.cmake
 lib/cmake/gnuradio/FindCppUnit.cmake
 lib/cmake/gnuradio/FindFFTW3f.cmake
@@ -668,7 +695,7 @@
 lib/libgnuradio-runtime.so
 lib/libgnuradio-runtime.so.${PKGVERSION}
 lib/libvolk.so
-lib/libvolk.so.1.3
+lib/libvolk.so.1.4
 lib/pkgconfig/gnuradio-analog.pc
 lib/pkgconfig/gnuradio-audio.pc
 lib/pkgconfig/gnuradio-blocks.pc
@@ -728,10 +755,15 @@
 ${PYSITELIB}/gnuradio/blocks/__init__.pyo
 ${PYSITELIB}/gnuradio/blocks/_blocks_swig0.so
 ${PYSITELIB}/gnuradio/blocks/_blocks_swig1.so
+${PYSITELIB}/gnuradio/blocks/_blocks_swig10.so
 ${PYSITELIB}/gnuradio/blocks/_blocks_swig2.so
 ${PYSITELIB}/gnuradio/blocks/_blocks_swig3.so
 ${PYSITELIB}/gnuradio/blocks/_blocks_swig4.so
 ${PYSITELIB}/gnuradio/blocks/_blocks_swig5.so
+${PYSITELIB}/gnuradio/blocks/_blocks_swig6.so
+${PYSITELIB}/gnuradio/blocks/_blocks_swig7.so
+${PYSITELIB}/gnuradio/blocks/_blocks_swig8.so
+${PYSITELIB}/gnuradio/blocks/_blocks_swig9.so
 ${PYSITELIB}/gnuradio/blocks/blocks_swig.py
 ${PYSITELIB}/gnuradio/blocks/blocks_swig.pyc
 ${PYSITELIB}/gnuradio/blocks/blocks_swig.pyo
@@ -741,6 +773,9 @@
 ${PYSITELIB}/gnuradio/blocks/blocks_swig1.py
 ${PYSITELIB}/gnuradio/blocks/blocks_swig1.pyc
 ${PYSITELIB}/gnuradio/blocks/blocks_swig1.pyo
+${PYSITELIB}/gnuradio/blocks/blocks_swig10.py
+${PYSITELIB}/gnuradio/blocks/blocks_swig10.pyc
+${PYSITELIB}/gnuradio/blocks/blocks_swig10.pyo
 ${PYSITELIB}/gnuradio/blocks/blocks_swig2.py
 ${PYSITELIB}/gnuradio/blocks/blocks_swig2.pyc
 ${PYSITELIB}/gnuradio/blocks/blocks_swig2.pyo
@@ -753,6 +788,18 @@
 ${PYSITELIB}/gnuradio/blocks/blocks_swig5.py
 ${PYSITELIB}/gnuradio/blocks/blocks_swig5.pyc
 ${PYSITELIB}/gnuradio/blocks/blocks_swig5.pyo
+${PYSITELIB}/gnuradio/blocks/blocks_swig6.py
+${PYSITELIB}/gnuradio/blocks/blocks_swig6.pyc
+${PYSITELIB}/gnuradio/blocks/blocks_swig6.pyo
+${PYSITELIB}/gnuradio/blocks/blocks_swig7.py
+${PYSITELIB}/gnuradio/blocks/blocks_swig7.pyc
+${PYSITELIB}/gnuradio/blocks/blocks_swig7.pyo
+${PYSITELIB}/gnuradio/blocks/blocks_swig8.py
+${PYSITELIB}/gnuradio/blocks/blocks_swig8.pyc
+${PYSITELIB}/gnuradio/blocks/blocks_swig8.pyo
+${PYSITELIB}/gnuradio/blocks/blocks_swig9.py
+${PYSITELIB}/gnuradio/blocks/blocks_swig9.pyc
+${PYSITELIB}/gnuradio/blocks/blocks_swig9.pyo
 ${PYSITELIB}/gnuradio/blocks/parse_file_metadata.py
 ${PYSITELIB}/gnuradio/blocks/parse_file_metadata.pyc
 ${PYSITELIB}/gnuradio/blocks/parse_file_metadata.pyo
@@ -934,13 +981,14 @@
 ${PYSITELIB}/volk_modtool/volk_modtool_generate.py
 ${PYSITELIB}/volk_modtool/volk_modtool_generate.pyc
 ${PYSITELIB}/volk_modtool/volk_modtool_generate.pyo
-share/doc/gnuradio-${PKGVERSION}/README
+share/doc/gnuradio-${PKGVERSION}/CHANGELOG.md
 share/doc/gnuradio-${PKGVERSION}/README.analog
 share/doc/gnuradio-${PKGVERSION}/README.audio
 share/doc/gnuradio-${PKGVERSION}/README.blocks
 share/doc/gnuradio-${PKGVERSION}/README.fft
 share/doc/gnuradio-${PKGVERSION}/README.filter
 share/doc/gnuradio-${PKGVERSION}/README.hacking
+share/doc/gnuradio-${PKGVERSION}/README.md
 share/gnuradio/examples/analog/fmtest.py
 share/gnuradio/examples/analog/noise_power.grc
 share/gnuradio/examples/audio/audio_copy.py
@@ -981,6 +1029,7 @@
 share/gnuradio/examples/filter/synth_to_chan.py
 share/gnuradio/examples/gnuradio-runtime.conf
 share/gnuradio/examples/gr-audio-jack.conf
+share/gnuradio/examples/gr-audio-oss.conf
 share/gnuradio/examples/gr-audio-portaudio.conf
 share/gnuradio/examples/gr-audio.conf
 share/gnuradio/examples/metadata/file_metadata_sink.grc
@@ -1020,6 +1069,7 @@
 share/gnuradio/grc/blocks/analog_fm_deemph.xml
 share/gnuradio/grc/blocks/analog_fm_demod_cf.xml
 share/gnuradio/grc/blocks/analog_fm_preemph.xml
+share/gnuradio/grc/blocks/analog_fmdet_cf.xml
 share/gnuradio/grc/blocks/analog_frequency_modulator_fc.xml
 share/gnuradio/grc/blocks/analog_nbfm_rx.xml
 share/gnuradio/grc/blocks/analog_nbfm_tx.xml



Home | Main Index | Thread Index | Old Index