summary refs log tree commit diff
path: root/gnu/packages/radio.scm
AgeCommit message (Collapse)Author
2023-01-18gnu: qdmr: Update to 0.11.1.Guillaume Le Vaillant
* gnu/packages/radio.scm (qdmr): Update to 0.11.1.
2023-01-18gnu: Add gr-dsd.Guillaume Le Vaillant
* gnu/packages/radio.scm (gr-dsd): New variable.
2023-01-16gnu: Add gqrx-scanner.Guillaume Le Vaillant
* gnu/packages/radio.scm (gqrx-scanner): New variable.
2022-12-24gnu: qdmr: Update to 0.10.4.Guillaume Le Vaillant
* gnu/packages/radio.scm (qdmr): Update to 0.10.4.
2022-12-23gnu: sdrangel: Update to 7.8.5.Guillaume Le Vaillant
* gnu/packages/radio.scm (sdrangel): Update to 7.8.5. [arguments]: Remove 'fix-boost-compatibility' phase.
2022-12-23gnu: aptdec: Update to 1.7-3.4d4a0c9.Guillaume Le Vaillant
* gnu/packages/radio.scm (aptdec): Update to 1.7-3.4d4a0c9.
2022-12-22gnu: Add dsd.Guillaume Le Vaillant
* gnu/packages/radio.scm (dsd): New variable.
2022-12-14gnu: rfcat: Improve style.Guillaume Le Vaillant
* gnu/packages/radio.scm (rfcat)[arguments]: Use gexp.
2022-12-14gnu: rfcat: Update to 1.9.6.Guillaume Le Vaillant
* gnu/packages/radio.scm (rfcat): Update to 1.9.6.
2022-12-14gnu: wfview: Update to 1.50.Guillaume Le Vaillant
* gnu/packages/radio.scm (wfview): Update to 1.50. [inputs]: Add eigen, portaudio, pulseaudio and rtaudio.
2022-12-14gnu: multimon-ng: Update to 1.2.0.Guillaume Le Vaillant
* gnu/packages/radio.scm (multimon-ng): Update to 1.2.0.
2022-12-14gnu: rtl-433: Update to 22.11.Guillaume Le Vaillant
* gnu/packages/radio.scm (rtl-433): Update to 22.11.
2022-12-14gnu: dump1090 : Improve style.Guillaume Le Vaillant
* gnu/packages/radio.scm (dump1090)[arguments]: Use gexps.
2022-12-14gnu: dump1090: Update to 8.2.Guillaume Le Vaillant
* gnu/packages/radio.scm (dump1090): Update to 8.2.
2022-12-14gnu: xnec2c: Update to 4.4.12.Guillaume Le Vaillant
* gnu/packages/radio.scm (xnec2c): Update to 4.4.12.
2022-12-14gnu: gqrx: Update to 2.15.9.Guillaume Le Vaillant
* gnu/packages/radio.scm (gqrx): Update to 2.15.9.
2022-12-14gnu: soapyrtlsdr: Update to 0.3.3.Guillaume Le Vaillant
* gnu/packages/radio.scm (soapyrtlsdr): Update to 0.3.3.
2022-12-14gnu: soapyhackrf: Update to 0.3.4-1.6c0c33f.Guillaume Le Vaillant
* gnu/packages/radio.scm (soapyhackrf): Update to 0.3.4-1.6c0c33f.
2022-12-14gnu: hackrf: Improve style.Guillaume Le Vaillant
* gnu/packages/radio.scm (hackrf)[source]: Use new URL. [arguments]: Use gexps. Remove trailing booleans.
2022-12-14gnu: hackrf: Update to 2022.09.1.Guillaume Le Vaillant
* gnu/packages/radio.scm (hackrf): Update to 2022.09.1.
2022-11-21gnu: liquid-dsp: Update to 1.5.0.Guillaume Le Vaillant
* gnu/packages/radio.scm (liquid-dsp): Update to 1.5.0.
2022-10-23gnu: hamlib: Fix inputs.Tobias Geerinckx-Rice
* gnu/packages/radio.scm (hamlib)[native-inputs]: Move lua and tcl… [inputs]: …here. Add python.
2022-10-23gnu: hamlib: Rebuild broken configure script.Tobias Geerinckx-Rice
* gnu/packages/radio.scm (hamlib)[native-inputs]: Add autoconf, automake, and libtool. [arguments]: Add a new 'force-bootstrap phase.
2022-10-23gnu: sdrangel: Don't detect CPU extensions at build time.Tobias Geerinckx-Rice
* gnu/packages/radio.scm (sdrangel)[arguments]: Add a new 'fix-CPU-extension-detection phase.
2022-10-01gnu: nanovna-saver: Update to 0.5.3.Guillaume Le Vaillant
* gnu/packages/radio.scm (nanovna-saver): Update to 0.5.3.
2022-09-30gnu: Add qdmr.Ryan Tolboom
* gnu/packages/radio.scm (qdmr): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-09-28gnu: Add qspectrumanalyzer.Guillaume Le Vaillant
* gnu/packages/radio.scm (qspectrumanalyzer): New variable.
2022-09-28gnu: Add soapy-power.Guillaume Le Vaillant
* gnu/packages/radio.scm (soapy-power): New variable.
2022-09-28gnu: Add python-simplesoapy.Guillaume Le Vaillant
* gnu/packages/radio.scm (python-simplesoapy): New variable.
2022-09-01gnu: Add convert-samples.Guillaume Le Vaillant
* gnu/packages/radio.scm (convert-samples): New variable.
2022-09-01gnu: csdr: Update to 0.18.0.Guillaume Le Vaillant
* gnu/packages/radio.scm (csdr): Update to 0.18.0. [source, home-page]: Switch to maintained repository. [build-system]: Switch to cmake-build-system. [native-inputs]: Add pkg-config. [inputs]: Add libsamplerate. [arguments]: Remove custom 'make-flags' and phases.
2022-08-17gnu: xnec2c: Update to 4.4.11.Guillaume Le Vaillant
* gnu/packages/radio.scm (xnec2c): Update to 4.4.11.
2022-08-17gnu: sdrangel: Update to 7.6.2.Guillaume Le Vaillant
* gnu/packages/radio.scm (sdrangel): Update to 7.6.2. [inputs]: Add qtwebchannel-5 and qtwebengine-5.
2022-07-31gnu: qttools: Rename to qttools-5.Maxim Cournoyer
Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS
2022-07-31gnu: qtwebsockets: Rename to qtwebsockets-5.Maxim Cournoyer
Automated via: git grep -l qtwebsockets | xargs sed 's/\bqtwebsockets\b/\0-5/g' -i git checkout NEWS
2022-07-31gnu: qtquickcontrols2: Rename to qtquickcontrols2-5.Maxim Cournoyer
Automated via: git grep -l qtquickcontrols2 | xargs sed 's/\bqtquickcontrols2\b/\0-5/g' -i git checkout NEWS
2022-07-31gnu: qtdeclarative: Rename to qtdeclarative-5.Maxim Cournoyer
Automated via the following commands: git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i git checkout NEWS
2022-07-31gnu: qtmultimedia: Rename to qtmultimedia-5.Maxim Cournoyer
Automated via: git grep -l qtmultimedia | xargs sed 's/qtmultimedia/qtmultimedia-5/g' -i git checkout NEWS
2022-07-31gnu: qtsvg: Rename variable to qtsvg-5.Maxim Cournoyer
This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i
2022-06-30gnu: gqrx: Add missing input.Guillaume Le Vaillant
* gnu/packages/radio.scm (gqrx)[inputs]: Add spdlog.
2022-06-30gnu: gnss-sdr: Add missing input.Guillaume Le Vaillant
* gnu/packages/radio.scm (gnss-sdr)[inputs]: Add spdlog.
2022-06-30gnu: gr-osmosdr: Add missing input.Guillaume Le Vaillant
* gnu/packages/radio.scm (gr-osmosdr)[inputs]: Add spdlog.
2022-06-30gnu: gr-iqbal: Add missing input.Guillaume Le Vaillant
* gnu/packages/radio.scm (gr-iqbal)[inputs]: Add spdlog.
2022-06-30gnu: gr-satellites: Add missing input.Guillaume Le Vaillant
* gnu/packages/radio.scm (gr-satellites)[inputs]: Add spdlog.
2022-06-30gnu: gnuradio: Simplify package definition.Guillaume Le Vaillant
* gnu/packages/radio.scm (gnuradio)[native-inputs]: Remove labels. [propagated-inputs]: Move spdlog to... [inputs]: ... here. Remove labels. [arguments]: Remove trailing #t in phases.
2022-06-30gnu: gnss-sdr: Update to 0.0.17.Greg Hogan
* gnu/packages/radio.scm (gnss-sdr): Update to 0.0.17. [inputs]: Add fmt. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-06-30gnu: gr-satellites: Update to 4.6.0.Greg Hogan
* gnu/packages/radio.scm (gr-satellites): Update to 4.6.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-06-30gnu: gnuradio: Update to 3.10.3.0.Greg Hogan
* gnu/packages/radio.scm (gnuradio): Update to 3.10.3.0. [native-inputs]: Add python-jsonschema and soapysdr. [propagated-inputs]: Add spdlog. [arguments]<#:configure-flags>: Add -DENABLE_GRC=ON. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-06-24gnu: Add libcorrect.Guillaume Le Vaillant
* gnu/packages/radio.scm (libcorrect): New variable.
2022-06-01Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner