summaryrefslogtreecommitdiff
path: root/ham
AgeCommit message (Collapse)AuthorFilesLines
2020-12-14ham/gnuradio: add 38 to PYTHON_VERSIONS_ACCEPTEDdbj2-4/+4
2020-12-09freedv: Fix building on NetBSD-current.nia2-1/+20
2020-12-09xlog: Do not use -Werror. Fixes build with gcc9.nia2-1/+17
2020-12-06ham/fldigi: avoid hard coding bundled dylib versions in PLIST.Darwindbj2-33/+15
2020-12-06ham/fldigi: hack around asciidoc bugdbj3-1/+33
asciidoc 9.0.4 appears to ignore the newline conf directive in the table of contents
2020-12-06ham/fldigi: build app bundles for fldigi and flarq on Darwindbj4-3/+84
2020-12-04Revbump packages with a runtime Python dep but no version prefix.nia3-6/+6
For the Python 3.8 default switch.
2020-12-04chirp: Add gdt@ as secondary MAINTAINERgdt1-1/+2
2020-11-29ham/gnuradio-vocoder: add dependency on codec2dbj2-3/+17
2020-11-29ham/freedv: update to 1.4.2dbj6-66/+84
2020-11-29ham/lpcnetfreedv: new package to support freedvdbj6-1/+84
2020-11-29ham/codec2: update to 0.9.2dbj5-26/+38
2020-11-29ham/gnuradio-digital: fix build issue with upstream patchdbj2-1/+19
2020-11-29ham/fldigi: remove redundant libXcursor dependencydbj1-2/+1
it's already included by the fltk13 buildlink.mk file when needed
2020-11-29ham/predict: use PTHREAD_LDFLAGS and PTHREAD_LIBSdbj1-2/+2
2020-11-29ham/predict: link against curses and not ncursesdbj1-3/+2
2020-11-25chirp: update to 20201121gdt3-8/+11
Upstream changes are bugfixes and minor improvements
2020-11-05*: Recursive revbump from textproc/icu-68.1ryoon17-20/+34
2020-10-15chirp: Update to 20201014gdt2-7/+7
upstream: minor improvements
2020-10-09chirp: Update to 20201008gdt2-7/+7
upstream changes: minor improvments and bug fixes
2020-10-05(ham/gnuradio-doxygen) PKGREVISION++mef1-1/+2
2020-10-05(ham/gnuradio-doxygen) regen PLIST, adapting to doxygen-1.8.20.mef2-7/+8
2020-09-17ham/chirp: Update to 20200909gdt2-11/+11
Upstream changes: bugfixes
2020-09-03ham/chirp: Update to 20200902gdt2-7/+7
upstream changes are minor
2020-08-31*: bump PKGREVISION for perl-5.32.wiz4-7/+8
2020-08-30gr-osmosdr: drop some unused dependencies (osmo-sdr and libmirisdr)tnn1-3/+1
Upstream doesn't build support for these devices by default anymore: > The actual osmosdr had only a very limited production run many years > ago and is therefore of little interest to most gr-osmosdr users. > Mirisdr was experimental at best, because the dongles were never > widely avaialble outside of Japan and had multiple unconnected antenna > ports.
2020-08-30gr-osmosdr: update to 0.2.2tnn8-104/+24
This adds support for gnuradio 3.8 & boost compatibility fixes
2020-08-30gnuradio-zeromq: update to 3.8.1.0tnn3-20/+26
2020-08-30gnuradio-wavelet: update to 3.8.1.0tnn3-8/+11
2020-08-30gnuradio-vocoder: update to 3.8.1.0tnn3-28/+30
2020-08-30gnuradio-video-sdl: update to 3.8.1.0tnn3-10/+16
2020-08-30gnuradio-utils: update to 3.8.1.0tnn3-118/+10
2020-08-30gnuradio-uhd: update to 3.8.1.0tnn3-46/+19
2020-08-30gnuradio-trellis: update to 3.8.1.0tnn3-79/+37
2020-08-30gnuradio-qtgui: update to 3.8.1.0tnn2-81/+33
2020-08-30gnuradio-fec: update to 3.8.1.0tnn3-46/+61
2020-08-30gnuradio-dtv: update to 3.8.1.0tnn3-71/+76
2020-08-30gnuradio-doxygen: update to 3.8.1.0tnn2-2914/+810
2020-08-30gnuradio-digital: update to 3.8.1.0tnn3-131/+87
2020-08-30gnuradio-ctrlport: update to 3.8.1.0tnn3-21/+13
2020-08-30gnuradio-companion: update to 3.8.1.0tnn2-84/+437
2020-08-30gnuradio-channels: update to 3.8.1.0tnn2-20/+28
2020-08-30gnuradio-core: update to 3.8.1.0tnn63-1344/+188
Here is a very high level list of changes: ## Changed ### Project Scope - C++11 - merged the wholeness of the `next` branch - Dependency version bumps: CMake, GCC, MSVC, Swig, Boost - New dependencies: MPIR/GMP, Qt5, gsm, codec2 - Removed dependencies: libusb, Qt4, CppUnit - Python: Python 2 & Python 3 compatible. 3.8 will be the last Py2k-compatible release series - gengen was replaced by templates (if you don't know gengen, don't do any research; save yourself that sorrow) - Modern CMake (as far as feasible at this point) - VOLK version updated to v2.0.0 - .clang-format file now dictates coding style - clang-format'ed the whole tree. - installed CMake files now tell about configuration ### gnuradio-runtime - reworked fractional tag time handling, especially in the context of resamplers ### GRC - C++ generation as option - YAML instead of XML - removed `blks2` - much better canvas tooling - consistent gobject usage - ROUNDED ARROWS ### gr-qtgui - moving from Qt4 to Qt5 ### gr-utils - `gr_modtool` now vastly improved ### gr-vocoder - improved versatility - removed in-tree libgsm, libcodec2, use system-wide libs ## Removed ### Project Scope - Modules `gr-comedi`, `gr-fcd` and `gr-wxgui` are gone ### gr-comedi - nobody could remember who used this, or for what. It has seen 0 active code contributions in the 3.7 lifecycle ### gr-digital - python-based `packet_encoder` and related tools: Bugs that were sporadic and never fixed, so after long deprecation, we're removing it ### gr-fcd - since it's currently untestable by the CI, it's being removed, as there was no code contributions. Generally, we strive to include all batteries with GNU Radio. Re-integration within a more general SDR interface would be desirable. ### gr-utils - removed PyQwt (dead) based tools ### gr-wxgui - Unmaintained, breaks on increasingly many systems, always was slower than Qtgui. We've been starting to tell people to migrate to Qt since at least 2015. Now, we're finally removing it.
2020-08-30really delete gnuradio-wxguitnn5-201/+1
2020-08-27add and enable gnuradio-wxguijnemeth1-1/+2
2020-08-25ham/chirp: Fix patches for previous commitgdt2-14/+15
2020-08-25ham/chirp: Update to 20200807 (switching to daily builds)gdt6-300/+541
Upstream does not have release notes (or releases). chirp now tracks upstreams "chirp-daily" pseudoreleases, labeled by date. The package remains "chirp"; upstream only calls it chirp-daily due to some GNU/Linux packaging issues. This is a huge update as 0.4.1 is from many years ago.
2020-08-25ham/chirp: sort PLISTgdt1-2/+2
2020-08-20drop currently unresolvable dependencytnn1-2/+1
2020-08-20gr-osmosdr: partial merge for -wip to fix pbulk scan failuretnn1-3/+6
XXX: Package may currently not build. Will be solved by fully merging from wip after gnuradio update.