2023-07-07 14:20:59 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
gnuradio-core: Fix build on SunOS.
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2023-05-16 23:20:53 by Thomas Klausner | Files touched by this commit (38) |
Log message:
*: PKGREVISION bump for fmtlib shlib major bump
|
2023-05-06 21:09:54 by Ryo ONODERA | Files touched by this commit (687) |
Log message:
*: Recursive revbump from audio/libopus 1.4
|
2023-04-23 16:26:33 by Adam Ciarcinski | Files touched by this commit (271) |
Log message:
revbump for boost
|
2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | |
Log message:
revbump after textproc/icu update
|
2023-04-07 14:58:02 by Makoto Fujiwara | Files touched by this commit (13) |
Log message:
(ham/gnuradio-core) Updated 3.10.5.1 to 3.10.6.0
## [3.10.6.0] - 2023-03-31
### Changed
#### Runtime
- Add Python loggers to top_block and hier_block2
- Change the default log level (in the config file) to INFO instead of DEBUG
- Logging improvements in the scheduler
- Correctly determine native page size for Windows
#### GRC
- Fixed: opening the source of a hierachical block using the toolbar button \
produced an error
- Use the logger, instead of print statements, in generated top blocks
- Remove libX11 load from generated Python code - this was unncessary and \
produced warnings
- Choose Editor dialog stays above parent
#### gr-analog
- Signal Source: option to hide the message port
#### gr-blocks
- Throttle: supports max time or number of samples per work iteration, useful \
for reducing latency at low sample rates
- Delay block: option to hide the message port
- File Meta Sink: fix missing Python import in template code
#### gr-channels
- Default taps should be 1.0, not 1.0 + j1.0
#### gr-digital
- Async Decoder: several changes to improve performance robustness (see the \
commit log for more details)
#### gr-fec
- Tagged Decoder: correctly calculate the frame size for terminated CC decoder
#### gr-filter
- Fixed reverse parameters in fir_filter_with_buffer and pfb_arb_resampler, \
which could cause crashes
- Fixed PFB Arbitrary Resampler was ignoring attenuation parameter
#### gr-iio
- Set gain mode as specified (was always manual)
- Use the specified gain parameter for second channel (was same as first channel)
#### gr-qtgui
- Histogram Sink: calculate range of bins correctly to avoid strange distributions
- Save (to image) dialogs add file extensions and have a Save button (i.e., they \
work now)
#### gr-soapy
- Sources: add tags when the frequency changes
#### gr-uhd
- Support for more RFNoC blocks
- Fosphor, which produces data to drive an on-screen, OpenGL-based renderer \
which is expected to be in the next release
- Moving Average
- Switchboard
- Split Stream
- FFT: add properties for direction, magnitude and scaling
- RX Stream: flush after timeout
- Fully support multi-channel TX/RX (params were available for one one channel)
#### gr-vocoder
- Add a number of new codec modes for Codec2 and FreeDV
#### gr-zmq
- Selectable bind/connect to support more flexible ZMQ patterns and NAT'd networks
- Stream sources produce when available, instead of waiting for a buffer to \
fill, helping with latency
#### Modtool
- Use interp and decim keywords correctly when generating blocks
#### Build system and packaging
- Uninstall removes icons and desktop files
|
2023-03-05 22:53:00 by Thomas Klausner | Files touched by this commit (2) |
Log message:
gnuradio-core: add missing library to fix build of qtgui subpackage
|
2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527) |
Log message:
*: Recursive revbup from graphics/freetype2
|
2023-01-29 12:19:37 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
gnuradio: updated to 3.10.5.1
Release v3.10.5.1
Some important blocks turned out to be broken in 3.10.5.0. This unscheduled \
release fixes those regressions and includes a small number of other cleanups \
and fixes. v3.10.5.1 is intended to be ABI compatible with v3.10.5.0. We'd still \
recommend rebuilding dependent packages, if possible.
Changed
Runtime
Restore the ability to set a default block buffer size using the buffer_size \
parameter in the config file. This was lost during refactoring in v3.9.
GRC
Add Python snipped hook point at "init before blocks", right before \
blocks are instantiated.
gr-audio
Remove support for OSX 10.3 and earlier.
gr-digital
Make tags visible to subclasses of OFDM Frame Equalizer.
gr-dtv
Correct constant in DVBS2 Modulator.
gr-fec
Fix errors in Channel Construction AWGN
gr-iio
Fix IIO blocks, which were broken due to a build-time dependency problem.
gr-network
Fix crash in UDP Source when buffer overruns.
gr-qtgui
Remove support for QWT 6.0 and earlier.
gr-uhd
Add async message port to USRP Source and publish overflow notifications.
Add bindings and example for RFNoC AddSub block.
|