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"
|
2016-07-21 01:59:56 by Greg Troxel | Files touched by this commit (1) |
Log message:
Include gnuradio-doxygen (now fixed)
The PLIST issues with gnuradio-doxygen have been ironed out by
adjusting the TeX dependencies to be strong enough; now multiple
builders on different systems obtain the same PLIST. Therefore
gnuradio-doxygen returns to the metapackage, at least for now.
|
2016-06-16 16:05:39 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
-doxygen drifts with doxygen versions. Drop it for now.
|