Path to this page:
./
meta-pkgs/gnuradio,
Collection of GNU Radio (meta package, easy to install whole thing)
Branch: CURRENT,
Version: 3.10.12.0,
Package name: gnuradio-3.10.12.0,
Maintainer: pkgsrc-usersMeta package for collection of gnuradio:
GNU Radio is a collection of software that when combined with minimal hardware,
allows the construction of radios where the actual waveforms transmitted and
received are defined by software. What this means is that it turns the digital
modulation schemes used in today's high performance wireless devices into
software problems.
This is a meta package to install all of the GNU Radio modules.
Required to run:[
ham/gnuradio-wxgui] [
ham/gnuradio-video-sdl] [
ham/gnuradio-core] [
ham/gnuradio-trellis] [
ham/gnuradio-uhd] [
ham/gnuradio-fcd] [
ham/gnuradio-companion] [
ham/gnuradio-doxygen] [
ham/gnuradio-noaa] [
ham/gnuradio-pager] [
ham/gnuradio-channels] [
ham/gnuradio-ctrlport] [
ham/gnuradio-qtgui] [
ham/gnuradio-utils] [
ham/gnuradio-zeromq] [
ham/gnuradio-vocoder] [
ham/gnuradio-fec] [
ham/gnuradio-digital] [
ham/gnuradio-dtv] [
ham/gnuradio-atsc] [
ham/gnuradio-wavelet]
Required to build:[
pkgtools/cwrappers]
Version history: (Expand)
- (2025-02-27) Updated to version: gnuradio-3.10.12.0
- (2023-02-09) Updated to version: gnuradio-3.10.5.1
- (2022-01-16) Updated to version: gnuradio-3.10.0.0
- (2021-06-27) Updated to version: gnuradio-3.9.2.0
- (2021-04-07) Updated to version: gnuradio-3.9.1.0
- (2020-08-31) Updated to version: gnuradio-3.8.1.0
CVS history: (Expand)
2025-02-27 14:49:55 by Adam Ciarcinski | Files touched by this commit (98) |  |
Log message:
gnuradio: updated to 3.10.12.0
3.10.12.0
Unknown changes
3.10.11.0
Changed
Project
- Const (keyword) cleanup in a large number of files. QtGUI code uses const in \
many more places.
Runtime
- Add `persistent()` function to gr paths module. This function returns either \
the value of the `XDG_CACHE_HOME` environment variable, or \
`appdata()/.local/state`.
GRC
- Work continues on the Qt version of GRC (`gnuradio-companion --qt`). While the \
Gtk version is still the default, we're getting close to the point where the Qt \
version can be the default.
- Generated Python code now includes a startup event (`flowgraph_started`) to \
the top level class. This was added specifically to avoid a race in the Variable \
Function Probe block, and may be useful elsewhere.
- Struct variables have not been usable since around v3.8. Fixed!
- Paths are now based on gr paths, where they were previous hardcoded to the \
user's home directory.
- C++ hier block code paths fixed (so hier blocks work again).
- Block connection line shape and width are now preferences.
gr-blocks
- New Burst To Stream block transforms a bursty tagged stream into a continuous \
stream by inserting zeros in the output between input packets whenever no \
packets are available at the input.
gr-digital
- FLL Band Edge power calculations fixed, along with thread safety issues.
gr-fec
- Unused RS code removed - unlikely anyone will notice.
gr-filter
- Numpy `float_` changed to `float64` for Numpy 2.0 compatibility.
gr-fft
- Vector version of FFT `fft_v` library function (calls fftw) thread safety improved.
gr-uhd
- Do not require PyQt5 for non-graphical configurations.
modtool
- Many bug fixes and cleanups, resulting in more reliable operation. That sounds \
really good, right?
- Remove dependency on the "click" package.
- Appending new blocks to CMake files respects closing parens.
Build system and packaging
- CMake minimum versions were out of sync in different places - fixed.
- Incorrect Qwt maximum version removed.
- Conda re-rendered.
|
2022-01-16 19:06:28 by Tobias Nygren | Files touched by this commit (57) |  |
Log message:
gnuradio: update to 3.10.0.0
- gr-pdu: Protocol Data Units library
- gr-iio: Linux industrial I/O library (but not packaged in pkgsrc)
- Custom Buffers Support
- switch from Log4CPP to spdlog
|
2021-06-27 10:14:45 by Tobias Nygren | Files touched by this commit (1) |  |
Log message:
meta-pkgs/gnuradio: update to 3.9.2.0
|
2021-04-07 18:15:08 by Tobias Nygren | Files touched by this commit (1) |  |
Log message:
meta-pkgs/gnuradio: update for 3.9
|
2020-08-30 23:18:10 by Tobias Nygren | Files touched by this commit (1) |  |
Log message:
gnuradio: update to 3.8.1.0. See gnuradio-core for ChangeLog.
|
2020-08-18 19:19:07 by Tobias Nygren | Files touched by this commit (1) |
Log message:
gnuradio: sync meta package dependencies, bump
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2019-11-03 20:35:55 by Roland Illig | Files touched by this commit (8) |
Log message:
meta-pkgs: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
Manual correction in bulk-small: Some comments have been kept manually
since pkglint thinks they are shell commands, which is wrong.
|