summaryrefslogtreecommitdiff
path: root/gnu/packages/radio.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: sdrangel: Update to 7.8.5.•••* gnu/packages/radio.scm (sdrangel): Update to 7.8.5. [arguments]: Remove 'fix-boost-compatibility' phase. Guillaume Le Vaillant2022-12-231-10/+3
* gnu: aptdec: Update to 1.7-3.4d4a0c9.•••* gnu/packages/radio.scm (aptdec): Update to 1.7-3.4d4a0c9. Guillaume Le Vaillant2022-12-231-4/+5
* gnu: Add dsd.•••* gnu/packages/radio.scm (dsd): New variable. Guillaume Le Vaillant2022-12-221-0/+35
* gnu: rfcat: Improve style.•••* gnu/packages/radio.scm (rfcat)[arguments]: Use gexp. Guillaume Le Vaillant2022-12-141-11/+11
* gnu: rfcat: Update to 1.9.6.•••* gnu/packages/radio.scm (rfcat): Update to 1.9.6. Guillaume Le Vaillant2022-12-141-42/+38
* gnu: wfview: Update to 1.50.•••* gnu/packages/radio.scm (wfview): Update to 1.50. [inputs]: Add eigen, portaudio, pulseaudio and rtaudio. Guillaume Le Vaillant2022-12-141-4/+12
* gnu: multimon-ng: Update to 1.2.0.•••* gnu/packages/radio.scm (multimon-ng): Update to 1.2.0. Guillaume Le Vaillant2022-12-141-2/+2
* gnu: rtl-433: Update to 22.11.•••* gnu/packages/radio.scm (rtl-433): Update to 22.11. Guillaume Le Vaillant2022-12-141-2/+2
* gnu: dump1090 : Improve style.•••* gnu/packages/radio.scm (dump1090)[arguments]: Use gexps. Guillaume Le Vaillant2022-12-141-12/+13
* gnu: dump1090: Update to 8.2.•••* gnu/packages/radio.scm (dump1090): Update to 8.2. Guillaume Le Vaillant2022-12-141-2/+2
* gnu: xnec2c: Update to 4.4.12.•••* gnu/packages/radio.scm (xnec2c): Update to 4.4.12. Guillaume Le Vaillant2022-12-141-2/+2
* gnu: gqrx: Update to 2.15.9.•••* gnu/packages/radio.scm (gqrx): Update to 2.15.9. Guillaume Le Vaillant2022-12-141-2/+2
* gnu: soapyrtlsdr: Update to 0.3.3.•••* gnu/packages/radio.scm (soapyrtlsdr): Update to 0.3.3. Guillaume Le Vaillant2022-12-141-2/+2
* gnu: soapyhackrf: Update to 0.3.4-1.6c0c33f.•••* gnu/packages/radio.scm (soapyhackrf): Update to 0.3.4-1.6c0c33f. Guillaume Le Vaillant2022-12-141-22/+25
* gnu: hackrf: Improve style.•••* gnu/packages/radio.scm (hackrf)[source]: Use new URL. [arguments]: Use gexps. Remove trailing booleans. Guillaume Le Vaillant2022-12-141-22/+18
* gnu: hackrf: Update to 2022.09.1.•••* gnu/packages/radio.scm (hackrf): Update to 2022.09.1. Guillaume Le Vaillant2022-12-141-2/+2
* gnu: liquid-dsp: Update to 1.5.0.•••* gnu/packages/radio.scm (liquid-dsp): Update to 1.5.0. Guillaume Le Vaillant2022-11-211-10/+14
* gnu: hamlib: Fix inputs.•••* gnu/packages/radio.scm (hamlib)[native-inputs]: Move lua and tcl… [inputs]: …here. Add python. Tobias Geerinckx-Rice2022-10-231-4/+8
* gnu: hamlib: Rebuild broken configure script.•••* gnu/packages/radio.scm (hamlib)[native-inputs]: Add autoconf, automake, and libtool. [arguments]: Add a new 'force-bootstrap phase. Tobias Geerinckx-Rice2022-10-231-6/+17
* gnu: sdrangel: Don't detect CPU extensions at build time.•••* gnu/packages/radio.scm (sdrangel)[arguments]: Add a new 'fix-CPU-extension-detection phase. Tobias Geerinckx-Rice2022-10-231-1/+13
* gnu: nanovna-saver: Update to 0.5.3.•••* gnu/packages/radio.scm (nanovna-saver): Update to 0.5.3. Guillaume Le Vaillant2022-10-011-2/+2
* gnu: Add qdmr.•••* gnu/packages/radio.scm (qdmr): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Ryan Tolboom2022-09-301-0/+39
* gnu: Add qspectrumanalyzer.•••* gnu/packages/radio.scm (qspectrumanalyzer): New variable. Guillaume Le Vaillant2022-09-281-0/+38
* gnu: Add soapy-power.•••* gnu/packages/radio.scm (soapy-power): New variable. Guillaume Le Vaillant2022-09-281-0/+22
* gnu: Add python-simplesoapy.•••* gnu/packages/radio.scm (python-simplesoapy): New variable. Guillaume Le Vaillant2022-09-281-0/+20
* gnu: Add convert-samples.•••* gnu/packages/radio.scm (convert-samples): New variable. Guillaume Le Vaillant2022-09-011-0/+43
* gnu: csdr: Update to 0.18.0.•••* 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. Guillaume Le Vaillant2022-09-011-50/+24
* gnu: xnec2c: Update to 4.4.11.•••* gnu/packages/radio.scm (xnec2c): Update to 4.4.11. Guillaume Le Vaillant2022-08-171-2/+2
* gnu: sdrangel: Update to 7.6.2.•••* gnu/packages/radio.scm (sdrangel): Update to 7.6.2. [inputs]: Add qtwebchannel-5 and qtwebengine-5. Guillaume Le Vaillant2022-08-171-2/+4
* gnu: qttools: Rename to qttools-5.•••Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-4/+4
* gnu: qtwebsockets: Rename to qtwebsockets-5.•••Automated via: git grep -l qtwebsockets | xargs sed 's/\bqtwebsockets\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-2/+2
* gnu: qtquickcontrols2: Rename to qtquickcontrols2-5.•••Automated via: git grep -l qtquickcontrols2 | xargs sed 's/\bqtquickcontrols2\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-2/+2
* gnu: qtdeclarative: Rename to qtdeclarative-5.•••Automated via the following commands: git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-2/+2
* gnu: qtmultimedia: Rename to qtmultimedia-5.•••Automated via: git grep -l qtmultimedia | xargs sed 's/qtmultimedia/qtmultimedia-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-7/+7
* gnu: qtsvg: Rename variable to qtsvg-5.•••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 Maxim Cournoyer2022-07-311-2/+2
* gnu: gqrx: Add missing input.•••* gnu/packages/radio.scm (gqrx)[inputs]: Add spdlog. Guillaume Le Vaillant2022-06-301-0/+1
* gnu: gnss-sdr: Add missing input.•••* gnu/packages/radio.scm (gnss-sdr)[inputs]: Add spdlog. Guillaume Le Vaillant2022-06-301-0/+1
* gnu: gr-osmosdr: Add missing input.•••* gnu/packages/radio.scm (gr-osmosdr)[inputs]: Add spdlog. Guillaume Le Vaillant2022-06-301-0/+1
* gnu: gr-iqbal: Add missing input.•••* gnu/packages/radio.scm (gr-iqbal)[inputs]: Add spdlog. Guillaume Le Vaillant2022-06-301-0/+1
* gnu: gr-satellites: Add missing input.•••* gnu/packages/radio.scm (gr-satellites)[inputs]: Add spdlog. Guillaume Le Vaillant2022-06-301-0/+1
* gnu: gnuradio: Simplify package definition.•••* gnu/packages/radio.scm (gnuradio)[native-inputs]: Remove labels. [propagated-inputs]: Move spdlog to... [inputs]: ... here. Remove labels. [arguments]: Remove trailing #t in phases. Guillaume Le Vaillant2022-06-301-57/+53
* gnu: gnss-sdr: Update to 0.0.17.•••* gnu/packages/radio.scm (gnss-sdr): Update to 0.0.17. [inputs]: Add fmt. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Greg Hogan2022-06-301-2/+4
* gnu: gr-satellites: Update to 4.6.0.•••* gnu/packages/radio.scm (gr-satellites): Update to 4.6.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Greg Hogan2022-06-301-2/+2
* gnu: gnuradio: Update to 3.10.3.0.•••* 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> Greg Hogan2022-06-301-3/+9
* gnu: Add libcorrect.•••* gnu/packages/radio.scm (libcorrect): New variable. Guillaume Le Vaillant2022-06-241-0/+36
* Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner2022-06-011-24/+0
|\
| * gnu: Remove chirp.•••* gnu/packages/radio.scm (chirp): Delete variable. Maxim Cournoyer2022-05-311-24/+0
* | Merge branch 'master' into stagingLudovic Courtès2022-05-091-5/+67
|\|
| * gnu: flrig: Update to 1.4.05.•••* gnu/packages/radio.scm (flrig): Update to 1.4.05. Guillaume Le Vaillant2022-05-071-2/+2
| * gnu: fldigi: Update to 4.1.22.•••* gnu/packages/radio.scm (fldigi): Update to 4.1.22. Guillaume Le Vaillant2022-05-071-2/+2