Path to this page:
./
meta-pkgs/gnuradio,
Collection of GNU Radio (meta package, easy to install whole thing)
Branch: CURRENT,
Version: 3.10.5.1,
Package name: gnuradio-3.10.5.1,
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)
- (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
- (2020-08-18) Updated to version: gnuradio-3.7.13.5nb1
CVS history: (Expand)
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.
|
2017-01-13 23:03:37 by Makoto Fujiwara | Files touched by this commit (26) | |
Log message:
Updated ham/gnuradio-core (and other gnuradio-*) to 3.7.10.1
------------------------------------------------------------
ChangeLog v3.7.10.1
This is the first bug-fix release for v3.7.10
This contains bug fixes primarily for GRC and DTV.
- GRC
* Catch more exceptions thrown by ConfigParser when reading corrupted
grc.conf files.
* Fix the docstring update error for empty categories.
* Fix grcc to call refactored GRC code.
* Convert initially opened files to absolute paths to prevent
attempting to read from tmp.
* Move startup checks back in to gnuradio-companion script from grc/checks.py.
- DTV
* Fix a segfault that occurs from out-of-bounds access in
dvbt_bit_inner_interleaver forecast by forecasting an enumerated list
of all input streams.
* Fix VL-SNR framing.
- Digital
* Enable update rate in block_recovery_mm blocks to keep tags close to
the the proper clock-recovered sample time. Tag offsets will still be
off between calls to work, but each work call updates the tag rate.
- Analog
* Fix the derivative calculation in fmdet block.
- Builds
* Fix linking GSL to gr-fec.
* Use gnu99 C standard rather than gnu11 standard to maintain
support for GCC 4.6.3.
- Other
Minor spelling and documentation fixes.
Fix uhd_siggen_gui when using lo_locked.
(pkgsrc changes on gnuradio-core/Makefile.common)
- Following lines added
CXXFLAGS+= -pthread
.include "../../devel/cppunit/buildlink3.mk"
.include "../../math/gsl/buildlink3.mk"
|