pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/ham gnuradio-*: update to 3.9.1.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/600a13a300da
branches: trunk
changeset: 449906:600a13a300da
user: tnn <tnn%pkgsrc.org@localhost>
date: Wed Apr 07 16:14:07 2021 +0000
description:
gnuradio-*: update to 3.9.1.0
Changed
C++14
C11
VOLK now “regular” dependency, not in-tree submodule
numpy now also a CMake-checked hard dependency for Python support
Exception Handling: throw by value, catch by reference (clang-tidy check)
C++11: Emplace in vectors where you can; brings performance boni, but not included in clang-tidy-checks
An exception-throwing block will now terminate the flow graph process, configurable through top_block
gr-utils cleanup, folder restructuring
config version checks installed CMake file will accept “at least this version” now
PyBind11 replaces SWIG
Full tree conversion from SWIG to Pybind11 bindings
Doxygen now uses MathJax, full LaTeX installation no longer required
GRC
start flowgraph in folder where it resides
gnuradio-runtime
When calculating offsets in non-integer rate FEC, lround
default seed for gr::random now actually as documented time-dependent
loggers moved from gr::block to gr::basic_block
PMT serialization
PMT dicts no longer indistinguishable from pairs
PMT symbol hashing no longer suffers under oddball own implementations
gr-audio
Increased ALSA buffer nperiods
gr-blocks
add, add_const VOLK’ized, templated
this seems to break things in other places, even if it proves to be mathematically identical
wavfile infrastructure: libsndfile now dependency
gr-digital
transcendental block: default to 32 bit float complex, not double
Linear equalizer: separate adaptive algorithm, allows for using e.g. trained sequences instead of the classical LMS, CMA
DFE: better structure for decision history
gr-dtv
LDPC encoder: template functions instead of #defined macros
LDPC encoder: smaller tables through uint16_t for index tables
gr-fec
API uint8_t, not char
gr-fft
FFT blocks/functions templatized
gr-filter
logging format
rational_resampler_base -> rational_resampler
gr-uhd
Required UHD version bumped to 3.9.7
logging format
Deprecated
gr-analog
sig_source: freq port will be removed in the future
gr-audio
audio-sink, -source: Windows audio sink/source deprecated, the portaudio
sink/source works even better under windows anyway
gr-digital
In favor of symbol_sync, deprecate:
clock_recovery_mm
msk_timing_recovery
pfb_clock_sync
Added
C++ Generation all over the place
PyBind bindings + generator
gnuradio-runtime
block_gateway: set_max_output_buffer
GR_PREFS_PATH environment variable sensitivity to configure the path to the
config file
gnuradio-config-info --print-all
GRC
option to toggle ID visibilities globally
Validation check for QT GUI hints
Python snippets
block header parsing tool
block header parsing tool (GSoC 2019)
gr_modtool
option to convert blacklisted files
gr-analog
sig_source: cmd port adds support for dicts, setting of frequency, amplitude,
offset and phase parameters
gr-blocks
selector now has control message ports
Rotator-based freq shift convenience wrapper
Message-to-Variable and vice versa blocks
DC Spike removal
IQ Swap
Complex to interleaved char / short: scaling option
Delay block: control message port
Phase Shift block with message port
wavfile_sink, _source can now deal with a lot of audio formats: uncompressed
WAV/AIFF, µ- and A-law compressed audio, OGG/Vorbis, FLAC, even octave files
Stream Demux, which demuxes streams according to lengths vector
rotator: phase() getter
gr-digital
OFDM: multiple CP lengths
ofdm_equalizer_simpledfe: enable_soft_output
Constellation Encoder
Constellation: normalization options
gr-fec
{en,de}code_rs_8, {en,de}code_rs_ccsds: Reed-Solomon en- and decoders
gr-fft
Windows:
Gaussian
Flat Top
Tukey
Window build() call now with default beta
gr-filter
GRC: File taps loader block
Low pass FFT filter convenience wrapper
ichar / ishort decimator
phase continuity for freq_xlating_fir_filter
gr-network
gr-network: a whole new networking blocks module!
TCP
UDP
Much better lockup/multithreading support than 3.7-era blks2
gr-qtgui
Azimuth/Elevation plot
Autocorrelation plot
Compass visualization
Dial control
Gauge: dial, level
Distance plot
LED-like indicator
Message-passing check box
Message-passing numeric control
Message-passing push button
Toggle Button
Eye sink
Vertical slider
gr-uhd
Filter API
UHD 4.0 support
Power Reference API
Bidirectional setting messages on both sink, source
gr-vocoder
Codec2 dev branch support
FreeDV: In/output rates can differ
FreeDV: text message output
gr-zeromq
C++ GRC templates
Tag filtering for tag-forwarding blocks
Removed
VOLK is no longer a submodule
Sphinx: consolidate into doxygen, or wiki-maintained block list.
Python 2
SWIG
gru python module
gnuradio-runtime
circular_file.cc
math/common_factor.hpp
gr-blocks
bin_statistics_f
log2_const
gr-digital
PFB clock sync: set_taps
deprecated old OFDM infrastructur
ofdm_frame_acquisition
ofdm_frame_sink
ofdm_insert_preamble
ofdm_sync_fixed
ofdm_sync_pn
ofdm_sync_pnac
ofdm_sync_ml
ofdm_receiver
digital_voice
gr-fft
malloc_float, _double: rely on VOLK
Goertzel: dtor superfluous
gr-filter
deprecated window function duplicates (use them from gr-fft!)
Fixed
CMake: Qwt, Log4Cpp detection
ctrlport strings unicodified
Freedesktop install script was not executed
Redundant icons installed
Path substitution on Windows was backslash-broken
YAML definitions: more than I can count
Cross-building: py interpreter at runtime != build time
gnuradio-runtime
ctrlport: unholy stored reference to stack-allocated object removed
Sine table generation for fixed point math
gr_unittest: floatAlmostEqual had a lot of false passes due abuse of all()
get_tags_in_range for delay < (end-start)
Premature tag pruning
release flattened flowgraph after stopping, fixes restartability/shutdown
problem
PMT serialization portability
latency issue caused by setting block alias on msg block
Windows logging errors
ctrlport: Thrift >= 0.13 broke
GRC
Tab widget ID visibilities
A lot of YAML templates
Default setting in qtgui chooser restored
Boolean parameters no longer switch buttons
Nested namespace handling
Don’t rely on set ordering in tests
configparser import
input box color theme on dark themes
Search box typing doesn’t inadvertedly interact with the rest of GRC anymore
gr_modtool
Empty argument lists allowed
Boost UTF replaced CppUnit, this needed to be done here, too
gr-analog
wfm left/right, filters
gr-audio
portaudio: lock acquisition was improper
gr-blocks
Throttle now uses monotonic clock
Tag debug only saved last work call’s tags
File sink flushes on stop
gr_read_file_metadata.py used to lose rx_time precision
File source big file handling under Windows
file_*: fseek errors used to be ignored
gr-digital
map_bb: thread safety, buffer overflows
additive_scrambler: reset was broken
Constellation scalefactor wasn’t always initialized
long-standing qa_header_payload_demux bug addressed by waiting for both RX and
TX, not only either
false triggers in correlate_access_code
gr-dtv
rate mismatch in ATSC flowgraphs
gr-fec
async_decoder Heap corruption
cc_encoder: constraint length K > 8 led to wrong output
gr-fft
thread safety of copy assignment/ctor
log power FFT Python
gr-filter
variable_band_pass_filter GRC complex taps input
RRC filter gain for alpha = 1
gr-qtgui
Remove copies of image data in returns by using move semantics
Remove bogus overriding in drawing functions of plot_raster, _waterfall
Edit MSG box: don’t require key to be set
Don’t check for Python2 libs
Number Sink ignored averaging setting
gr-uhd
UHD apps: Py3 fixes
USRP blocks: multichannel objects not properly populating channels
gr-video-sdl
YUV formats fixed
gr-zeromq
Don’t depend on deprecated ZMQ functionality
Unhandled exceptions now handled, much calmer
Avoid infinite blocking in tb.stop() by using ZMQ_LINGER
diffstat:
ham/Makefile | 3 +-
ham/gnuradio-channels/Makefile | 3 +-
ham/gnuradio-channels/PLIST | 74 +-
ham/gnuradio-companion/Makefile | 4 +-
ham/gnuradio-companion/PLIST | 25 +-
ham/gnuradio-core/Makefile | 3 +-
ham/gnuradio-core/Makefile.common | 50 +-
ham/gnuradio-core/PLIST | 260 +-
ham/gnuradio-core/buildlink3.mk | 6 +-
ham/gnuradio-core/distinfo | 17 +-
ham/gnuradio-core/options.mk | 7 +-
ham/gnuradio-core/patches/patch-cmake_Modules_FindSphinx.cmake | 17 -
ham/gnuradio-core/patches/patch-gnuradio-runtime_lib_constants.cc.in | 14 +
ham/gnuradio-core/patches/patch-gnuradio_runtime_include_gnuradio_high__res__timer__h | 16 -
ham/gnuradio-core/patches/patch-gr-audio_lib_alsa_alsa__impl_h | 10 +-
ham/gnuradio-core/patches/patch-gr-digital_lib_map__bb__impl.cc | 17 -
ham/gnuradio-core/patches/patch-grc_scripts_gnuradio-companion | 15 -
ham/gnuradio-core/version.mk | 4 +-
ham/gnuradio-ctrlport/Makefile | 3 +-
ham/gnuradio-ctrlport/PLIST | 3 +-
ham/gnuradio-digital/Makefile | 3 +-
ham/gnuradio-digital/PLIST | 69 +-
ham/gnuradio-doxygen/Makefile | 6 +-
ham/gnuradio-doxygen/PLIST | 6893 ++++++++-
ham/gnuradio-dtv/Makefile | 3 +-
ham/gnuradio-dtv/PLIST | 14 +-
ham/gnuradio-fec/Makefile | 3 +-
ham/gnuradio-fec/PLIST | 17 +-
ham/gnuradio-network/DESCR | 7 +
ham/gnuradio-network/Makefile | 15 +
ham/gnuradio-network/PLIST | 37 +
ham/gnuradio-qtgui/Makefile | 3 +-
ham/gnuradio-qtgui/PLIST | 108 +-
ham/gnuradio-trellis/Makefile | 3 +-
ham/gnuradio-trellis/PLIST | 20 +-
ham/gnuradio-uhd/Makefile | 3 +-
ham/gnuradio-uhd/PLIST | 17 +-
ham/gnuradio-utils/Makefile | 11 +-
ham/gnuradio-utils/PLIST | 190 +-
ham/gnuradio-video-sdl/Makefile | 3 +-
ham/gnuradio-video-sdl/PLIST | 11 +-
ham/gnuradio-vocoder/Makefile | 3 +-
ham/gnuradio-vocoder/PLIST | 13 +-
ham/gnuradio-wavelet/Makefile | 3 +-
ham/gnuradio-wavelet/PLIST | 11 +-
ham/gnuradio-zeromq/Makefile | 3 +-
ham/gnuradio-zeromq/PLIST | 11 +-
ham/gr-osmosdr/Makefile | 45 +-
ham/gr-osmosdr/PLIST | 10 +-
ham/gr-osmosdr/distinfo | 10 +-
50 files changed, 6488 insertions(+), 1608 deletions(-)
diffs (truncated from 13794 to 300 lines):
diff -r 2ad70cb88c73 -r 600a13a300da ham/Makefile
--- a/ham/Makefile Wed Apr 07 13:34:55 2021 +0000
+++ b/ham/Makefile Wed Apr 07 16:14:07 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2020/11/29 23:12:43 dbj Exp $
+# $NetBSD: Makefile,v 1.49 2021/04/07 16:14:07 tnn Exp $
#
COMMENT= Wireless communication tools and applications
@@ -21,6 +21,7 @@
SUBDIR+= gnuradio-doxygen
SUBDIR+= gnuradio-dtv
SUBDIR+= gnuradio-fec
+SUBDIR+= gnuradio-network
SUBDIR+= gnuradio-qtgui
SUBDIR+= gnuradio-trellis
SUBDIR+= gnuradio-uhd
diff -r 2ad70cb88c73 -r 600a13a300da ham/gnuradio-channels/Makefile
--- a/ham/gnuradio-channels/Makefile Wed Apr 07 13:34:55 2021 +0000
+++ b/ham/gnuradio-channels/Makefile Wed Apr 07 16:14:07 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2021/01/01 08:24:46 ryoon Exp $
+# $NetBSD: Makefile,v 1.23 2021/04/07 16:14:07 tnn Exp $
PKGNAME= gnuradio-channels-${VERSION}
-PKGREVISION= 2
COMMENT= Signal processing blocks to simulate channel models of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff -r 2ad70cb88c73 -r 600a13a300da ham/gnuradio-channels/PLIST
--- a/ham/gnuradio-channels/PLIST Wed Apr 07 13:34:55 2021 +0000
+++ b/ham/gnuradio-channels/PLIST Wed Apr 07 16:14:07 2021 +0000
@@ -1,29 +1,24 @@
-@comment $NetBSD: PLIST,v 1.4 2020/08/30 20:46:41 tnn Exp $
+@comment $NetBSD: PLIST,v 1.5 2021/04/07 16:14:07 tnn Exp $
include/gnuradio/channels/api.h
include/gnuradio/channels/channel_model.h
include/gnuradio/channels/channel_model2.h
include/gnuradio/channels/fading_model.h
include/gnuradio/channels/selective_fading_model.h
include/gnuradio/channels/selective_fading_model2.h
-include/gnuradio/swig/channels_swig.i
-include/gnuradio/swig/channels_swig_doc.i
lib/cmake/gnuradio/gnuradio-channelsConfig.cmake
lib/cmake/gnuradio/gnuradio-channelsTargets-release.cmake
lib/cmake/gnuradio/gnuradio-channelsTargets.cmake
lib/libgnuradio-channels.so
-lib/libgnuradio-channels.so.3.8.1
+lib/libgnuradio-channels.so.3.9.1
lib/libgnuradio-channels.so.${PKGVERSION}
lib/pkgconfig/gnuradio-channels.pc
${PYSITELIB}/gnuradio/channels/__init__.py
${PYSITELIB}/gnuradio/channels/__init__.pyc
${PYSITELIB}/gnuradio/channels/__init__.pyo
-${PYSITELIB}/gnuradio/channels/_channels_swig.so
${PYSITELIB}/gnuradio/channels/amp_bal.py
${PYSITELIB}/gnuradio/channels/amp_bal.pyc
${PYSITELIB}/gnuradio/channels/amp_bal.pyo
-${PYSITELIB}/gnuradio/channels/channels_swig.py
-${PYSITELIB}/gnuradio/channels/channels_swig.pyc
-${PYSITELIB}/gnuradio/channels/channels_swig.pyo
+${PYSITELIB}/gnuradio/channels/channels_python.so
${PYSITELIB}/gnuradio/channels/conj_fs_iqcorr.py
${PYSITELIB}/gnuradio/channels/conj_fs_iqcorr.pyc
${PYSITELIB}/gnuradio/channels/conj_fs_iqcorr.pyo
@@ -74,3 +69,66 @@
share/gnuradio/grc/blocks/channels_selective_fading_model.block.yml
share/gnuradio/grc/blocks/channels_selective_fading_model2.block.yml
share/gnuradio/grc/blocks/channels_sro_model.block.yml
+@pkgdir share/mime/packages
+@pkgdir share/metainfo
+@pkgdir share/icons/hicolor/64x64/apps
+@pkgdir share/icons/hicolor/48x48/apps
+@pkgdir share/icons/hicolor/32x32/apps
+@pkgdir share/icons/hicolor/256x256/apps
+@pkgdir share/icons/hicolor/24x24/apps
+@pkgdir share/icons/hicolor/16x16/apps
+@pkgdir share/icons/hicolor/128x128/apps
+@pkgdir share/gnuradio/modtool/templates/gr-newmod/python/bindings/docstrings
+@pkgdir share/gnuradio/modtool/templates/gr-newmod/lib
+@pkgdir share/gnuradio/modtool/templates/gr-newmod/include/howto
+@pkgdir share/gnuradio/modtool/templates/gr-newmod/grc
+@pkgdir share/gnuradio/modtool/templates/gr-newmod/examples
+@pkgdir share/gnuradio/modtool/templates/gr-newmod/docs/doxygen/other
+@pkgdir share/gnuradio/modtool/templates/gr-newmod/docs/doxygen/doxyxml/generated
+@pkgdir share/gnuradio/modtool/templates/gr-newmod/cmake/Modules
+@pkgdir share/gnuradio/modtool/templates/gr-newmod/apps
+@pkgdir share/gnuradio/grc/freedesktop
+@pkgdir share/gnuradio/examples/volk_benchmark
+@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 share/applications
+@pkgdir libexec/gnuradio
+@pkgdir lib/python3.8/site-packages/pmt
+@pkgdir lib/python3.8/site-packages/gnuradio/modtool/tools
+@pkgdir lib/python3.8/site-packages/gnuradio/modtool/templates
+@pkgdir lib/python3.8/site-packages/gnuradio/modtool/core
+@pkgdir lib/python3.8/site-packages/gnuradio/modtool/cli
+@pkgdir lib/python3.8/site-packages/gnuradio/grc/gui/canvas
+@pkgdir lib/python3.8/site-packages/gnuradio/grc/core/utils/descriptors
+@pkgdir lib/python3.8/site-packages/gnuradio/grc/core/utils/backports
+@pkgdir lib/python3.8/site-packages/gnuradio/grc/core/schema_checker
+@pkgdir lib/python3.8/site-packages/gnuradio/grc/core/ports
+@pkgdir lib/python3.8/site-packages/gnuradio/grc/core/params
+@pkgdir lib/python3.8/site-packages/gnuradio/grc/core/io
+@pkgdir lib/python3.8/site-packages/gnuradio/grc/core/generator/cpp_templates
+@pkgdir lib/python3.8/site-packages/gnuradio/grc/core/blocks
+@pkgdir lib/python3.8/site-packages/gnuradio/grc/converter
+@pkgdir lib/python3.8/site-packages/gnuradio/gr
+@pkgdir lib/python3.8/site-packages/gnuradio/filter
+@pkgdir lib/python3.8/site-packages/gnuradio/fft
+@pkgdir lib/python3.8/site-packages/gnuradio/blocktool/core
+@pkgdir lib/python3.8/site-packages/gnuradio/blocks
+@pkgdir lib/python3.8/site-packages/gnuradio/bindtool/templates
+@pkgdir lib/python3.8/site-packages/gnuradio/bindtool/core
+@pkgdir lib/python3.8/site-packages/gnuradio/audio
+@pkgdir lib/python3.8/site-packages/gnuradio/analog
+@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
diff -r 2ad70cb88c73 -r 600a13a300da ham/gnuradio-companion/Makefile
--- a/ham/gnuradio-companion/Makefile Wed Apr 07 13:34:55 2021 +0000
+++ b/ham/gnuradio-companion/Makefile Wed Apr 07 16:14:07 2021 +0000
@@ -1,13 +1,11 @@
-# $NetBSD: Makefile,v 1.41 2021/01/01 08:24:46 ryoon Exp $
+# $NetBSD: Makefile,v 1.42 2021/04/07 16:14:07 tnn Exp $
PKGNAME= gnuradio-companion-${VERSION}
-PKGREVISION= 2
COMMENT= User interface entry of GNU Radio
#CONF_FILES+= ${EGDIR}/grc.conf ${PKG_SYSCONFDIR}/grc.conf
DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
-DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
REPLACE_BASH= grc/scripts/freedesktop/grc_setup_freedesktop.in
diff -r 2ad70cb88c73 -r 600a13a300da ham/gnuradio-companion/PLIST
--- a/ham/gnuradio-companion/PLIST Wed Apr 07 13:34:55 2021 +0000
+++ b/ham/gnuradio-companion/PLIST Wed Apr 07 16:14:07 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2020/08/30 20:48:22 tnn Exp $
+@comment $NetBSD: PLIST,v 1.11 2021/04/07 16:14:07 tnn Exp $
bin/gnuradio-companion
bin/grcc
${PYSITELIB}/gnuradio/grc/__init__.py
@@ -358,6 +358,10 @@
share/gnuradio/grc/blocks/blocks_complex_to_real.block.yml
share/gnuradio/grc/blocks/blocks_conjugate_cc.block.yml
share/gnuradio/grc/blocks/blocks_copy.block.yml
+share/gnuradio/grc/blocks/blocks_correctiq.block.yml
+share/gnuradio/grc/blocks/blocks_correctiq_auto.block.yml
+share/gnuradio/grc/blocks/blocks_correctiq_man.block.yml
+share/gnuradio/grc/blocks/blocks_correctiq_swapiq.block.yml
share/gnuradio/grc/blocks/blocks_ctrlport_performance.block.yml
share/gnuradio/grc/blocks/blocks_ctrlport_probe2_c.block.yml
share/gnuradio/grc/blocks/blocks_ctrlport_probe2_x.block.yml
@@ -379,6 +383,7 @@
share/gnuradio/grc/blocks/blocks_float_to_int.block.yml
share/gnuradio/grc/blocks/blocks_float_to_short.block.yml
share/gnuradio/grc/blocks/blocks_float_uchar.block.yml
+share/gnuradio/grc/blocks/blocks_freqshift_cc.block.yml
share/gnuradio/grc/blocks/blocks_head.block.yml
share/gnuradio/grc/blocks/blocks_int_to_float.block.yml
share/gnuradio/grc/blocks/blocks_integrate_xx.block.yml
@@ -392,8 +397,10 @@
share/gnuradio/grc/blocks/blocks_message_debug.block.yml
share/gnuradio/grc/blocks/blocks_message_strobe.block.yml
share/gnuradio/grc/blocks/blocks_message_strobe_random.block.yml
+share/gnuradio/grc/blocks/blocks_meta_to_pair.block.yml
share/gnuradio/grc/blocks/blocks_min_xx.block.yml
share/gnuradio/grc/blocks/blocks_moving_average_xx.block.yml
+share/gnuradio/grc/blocks/blocks_msg_pair_to_var.block.yml
share/gnuradio/grc/blocks/blocks_multiply_by_tag_value_cc.block.yml
share/gnuradio/grc/blocks/blocks_multiply_conjugate_cc.block.yml
share/gnuradio/grc/blocks/blocks_multiply_const_vxx.block.yml
@@ -416,6 +423,7 @@
share/gnuradio/grc/blocks/blocks_pdu_to_tagged_stream.block.yml
share/gnuradio/grc/blocks/blocks_peak_detector2_fb.block.yml
share/gnuradio/grc/blocks/blocks_peak_detector_xb.block.yml
+share/gnuradio/grc/blocks/blocks_phase_shift.block.yml
share/gnuradio/grc/blocks/blocks_plateau_detector_fb.block.yml
share/gnuradio/grc/blocks/blocks_probe_rate.block.yml
share/gnuradio/grc/blocks/blocks_probe_signal_vx.block.yml
@@ -432,6 +440,7 @@
share/gnuradio/grc/blocks/blocks_short_to_float.block.yml
share/gnuradio/grc/blocks/blocks_skiphead.block.yml
share/gnuradio/grc/blocks/blocks_socket_pdu.block.yml
+share/gnuradio/grc/blocks/blocks_stream_demux.block.yml
share/gnuradio/grc/blocks/blocks_stream_mux.block.yml
share/gnuradio/grc/blocks/blocks_stream_to_streams.block.yml
share/gnuradio/grc/blocks/blocks_stream_to_tagged_stream.block.yml
@@ -462,6 +471,7 @@
share/gnuradio/grc/blocks/blocks_udp_source.block.yml
share/gnuradio/grc/blocks/blocks_unpack_k_bits_bb.block.yml
share/gnuradio/grc/blocks/blocks_unpacked_to_packed_xx.block.yml
+share/gnuradio/grc/blocks/blocks_var_to_msg.block.yml
share/gnuradio/grc/blocks/blocks_vco_c.block.yml
share/gnuradio/grc/blocks/blocks_vco_f.block.yml
share/gnuradio/grc/blocks/blocks_vector_insert_x.block.yml
@@ -482,6 +492,8 @@
share/gnuradio/grc/blocks/filter_band_reject_filter.block.yml
share/gnuradio/grc/blocks/filter_dc_blocker_xx.block.yml
share/gnuradio/grc/blocks/filter_fft_filter_xxx.block.yml
+share/gnuradio/grc/blocks/filter_fft_low_pass_filter.block.yml
+share/gnuradio/grc/blocks/filter_fft_root_raised_cosine_filter.block.yml
share/gnuradio/grc/blocks/filter_filter_delay_fc.block.yml
share/gnuradio/grc/blocks/filter_filterbank_vcvcf.block.yml
share/gnuradio/grc/blocks/filter_fir_filter_xxx.block.yml
@@ -491,6 +503,7 @@
share/gnuradio/grc/blocks/filter_hilbert_fc.block.yml
share/gnuradio/grc/blocks/filter_iir_filter_xxx.block.yml
share/gnuradio/grc/blocks/filter_interp_fir_filter_xxx.block.yml
+share/gnuradio/grc/blocks/filter_ival_decimator.block.yml
share/gnuradio/grc/blocks/filter_low_pass_filter.block.yml
share/gnuradio/grc/blocks/filter_mmse_interpolator_xx.block.yml
share/gnuradio/grc/blocks/filter_mmse_resampler_xx.block.yml
@@ -500,7 +513,6 @@
share/gnuradio/grc/blocks/filter_pfb_decimator.block.yml
share/gnuradio/grc/blocks/filter_pfb_interpolator.block.yml
share/gnuradio/grc/blocks/filter_pfb_synthesizer.block.yml
-share/gnuradio/grc/blocks/filter_rational_resampler_base_xxx.block.yml
share/gnuradio/grc/blocks/filter_rational_resampler_xxx.block.yml
share/gnuradio/grc/blocks/filter_root_raised_cosine_filter.block.yml
share/gnuradio/grc/blocks/filter_single_pole_iir_filter_xx.block.yml
@@ -518,6 +530,7 @@
share/gnuradio/grc/blocks/variable_band_pass_filter_taps.block.yml
share/gnuradio/grc/blocks/variable_band_reject_filter_taps.block.yml
share/gnuradio/grc/blocks/variable_config.block.yml
+share/gnuradio/grc/blocks/variable_file_filter_taps.block.yml
share/gnuradio/grc/blocks/variable_function_probe.block.yml
share/gnuradio/grc/blocks/variable_high_pass_filter_taps.block.yml
share/gnuradio/grc/blocks/variable_low_pass_filter_taps.block.yml
@@ -534,13 +547,6 @@
share/gnuradio/grc/freedesktop/grc-icon-32.png
share/gnuradio/grc/freedesktop/grc-icon-48.png
share/gnuradio/grc/freedesktop/grc-icon-64.png
-share/icons/gnome/128x128/apps/gnuradio-grc.png
-share/icons/gnome/16x16/apps/gnuradio-grc.png
-share/icons/gnome/24x24/apps/gnuradio-grc.png
-share/icons/gnome/256x256/apps/gnuradio-grc.png
-share/icons/gnome/32x32/apps/gnuradio-grc.png
-share/icons/gnome/48x48/apps/gnuradio-grc.png
-share/icons/gnome/64x64/apps/gnuradio-grc.png
share/icons/hicolor/128x128/apps/gnuradio-grc.png
share/icons/hicolor/16x16/apps/gnuradio-grc.png
share/icons/hicolor/24x24/apps/gnuradio-grc.png
@@ -548,4 +554,5 @@
share/icons/hicolor/32x32/apps/gnuradio-grc.png
share/icons/hicolor/48x48/apps/gnuradio-grc.png
share/icons/hicolor/64x64/apps/gnuradio-grc.png
+share/metainfo/org.gnuradio.grc.metainfo.xml
share/mime/packages/gnuradio-grc.xml
diff -r 2ad70cb88c73 -r 600a13a300da ham/gnuradio-core/Makefile
--- a/ham/gnuradio-core/Makefile Wed Apr 07 13:34:55 2021 +0000
+++ b/ham/gnuradio-core/Makefile Wed Apr 07 16:14:07 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2021/01/01 08:24:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.78 2021/04/07 16:14:07 tnn Exp $
PKGNAME= gnuradio-core-${VERSION}
-PKGREVISION= 3
COMMENT= Core part of GNU Radio, all others need this
PLIST_MINUS= # empty
diff -r 2ad70cb88c73 -r 600a13a300da ham/gnuradio-core/Makefile.common
--- a/ham/gnuradio-core/Makefile.common Wed Apr 07 13:34:55 2021 +0000
+++ b/ham/gnuradio-core/Makefile.common Wed Apr 07 16:14:07 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.31 2021/04/05 07:02:52 nia Exp $
+# $NetBSD: Makefile.common,v 1.32 2021/04/07 16:14:07 tnn Exp $
# This Makefile fragment is included in the package Makefiles for
# GNU Radio distributed packages (they all share common configure and build
# settings).
@@ -6,6 +6,7 @@
# used by ham/gnuradio-channels/Makefile
# used by ham/gnuradio-companion/Makefile
# used by ham/gnuradio-core/Makefile
+# used by ham/gnuradio-network/Makefile
# used by ham/gnuradio-ctrlport/Makefile
# used by ham/gnuradio-digital/Makefile
# used by ham/gnuradio-doxygen/Makefile
@@ -28,7 +29,7 @@
#MASTER_SITES+= http://gnuradio.org/releases/gnuradio/
MASTER_SITES= ${MASTER_SITE_GITHUB:=gnuradio/}
GITHUB_PROJECT= gnuradio
-GITHUB_RELEASE= v${VERSION}
Home |
Main Index |
Thread Index |
Old Index