3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
Commit graph

36 commits

Author SHA1 Message Date
Guillaume Le Vaillant
09e27115d6
gnu: wsjtx: Update to 2.2.1.
* gnu/packages/radio.scm (wsjtx-hamlib): Update to 2.2.1.
  [arguments]: Add a 'fix-tests' phase.
  (wsjtx): Update to 2.2.1.
2020-06-22 14:50:50 +02:00
Guillaume Le Vaillant
8fdd0da49c
gnu: Add multimon-ng.
* gnu/packages/radio.scm (multimon-ng): New variable.
2020-06-18 18:31:09 +02:00
Arun Isaac
319a73e7b6
gnu: aptdec: Do not hard-code CC=gcc.
* gnu/packages/radio.scm (aptdec)[arguments]: Do not hard-code CC=gcc in the
make-flags. Use the compiler appropriate for the target.
2020-05-30 00:01:57 +05:30
Arun Isaac
ac2fc13406
gnu: aptdec: Update source and home page URIs.
* gnu/packages/radio.scm (aptdec)[source, home-page]: Update URI.
2020-05-29 23:42:48 +05:30
Marius Bakke
1ca44ae34c
gnu: Use 'cc-for-target' instead of custom implementations.
* gnu/packages/compression.scm (ecm)[arguments]: In #:make-flags, remove
TARGET binding and use CC-FOR-TARGET instead.
* gnu/packages/linux.scm (powerstat, crda, cachefilesd)[arguments]: Likewise.
* gnu/packages/mail.scm (alpine)[arguments]: Likewise.
* gnu/packages/music.scm (lsp-plugins)[arguments]: Likewise.
* gnu/packages/radio.scm (dump1090)[arguments]: Likewise.
* gnu/packages/suckless.scm (blind, dmenu, spoon, slock, st, surf, sent,
wificurse, sbm, prout, noice, human, fortify-headers, colors, libutf,
scron)[arguments]: Likewise.
2020-05-29 15:41:30 +02:00
Tobias Geerinckx-Rice
3059e12047
gnu: fldigi: Update to 4.1.13.
* gnu/packages/radio.scm (fldigi): Update to 4.1.13.
2020-05-29 08:08:17 +02:00
Guillaume Le Vaillant
04191985cc
gnu: chirp: Update to 20200430.
* gnu/packages/radio.scm (chirp): Update to 20200430.
2020-05-15 11:53:29 +02:00
Guillaume Le Vaillant
19e8a75418
gnu: dump1090: Don't hard-code CC=gcc.
* gnu/packages/radio.scm (dump1090)[arguments]: Add 'make-flags' field to set
  'CC' to the right compiler, remove 'configure' phase.
2020-05-14 17:17:47 +02:00
Guillaume Le Vaillant
ac4847ebaf
gnu: js8call: Fix undefined symbol error when starting the program.
* gnu/packages/radio.scm (js8call)[arguments]: Add 'work-around-runtime-bug'
  phase.
2020-05-14 17:17:47 +02:00
Guillaume Le Vaillant
b79794a763
gnu: wsjtx: Fix undefined symbol error when starting the program.
* gnu/packages/radio.scm (wsjtx)[arguments]: Add 'work-around-runtime-bug'
  phase.
2020-05-14 17:17:47 +02:00
Brice Waegeneire
32290b2c35
gnu: hackrf: Simplify installation instructions.
* gnu/packages/radio.scm (hackrf)[description]: Replace
'modify-services' snippet with 'udev-rules-service'.
2020-05-14 15:54:34 +02:00
Brice Waegeneire
aee7d000f8
gnu: rtl-sdr: Simplify installation instructions.
* gnu/packages/radio.scm (rtl-sdr)[description]: Replace
'modify-services' snippet with 'udev-rules-service'.
2020-05-14 15:54:09 +02:00
Guillaume Le Vaillant
232f2d2634
gnu: Add rtl-443.
* gnu/packages/radio.scm (rtl-433): New variable.
2020-05-11 13:33:25 +02:00
Guillaume Le Vaillant
4fca1bc5af
gnu: Add dump1090.
* gnu/packages/radio.scm (dump1090): New variable.
2020-05-10 13:36:50 +02:00
Guillaume Le Vaillant
95ffdfe86c
gnu: rtl-sdr: Improve description.
* gnu/packages/radio.scm (rtl-sdr)[description]: Add instructions for
  blacklisting the default rtl28xxu DVB Linux driver.
2020-05-09 09:24:36 +02:00
Guillaume Le Vaillant
503447ad4e
gnu: rtl-sdr: Fix location of udev rules file.
* gnu/packages/radio.scm (rtl-sdr)[arguments]: Modify 'fix-paths' phase to put
  the udev rules file in 'lib/' instead of 'etc/'.
2020-05-08 09:01:14 +02:00
Guillaume Le Vaillant
2bee789a47
gnu: rtl-sdr: Install udev rules.
* gnu/packages/radio.scm (rtl-sdr)[arguments]: Add '-DINSTALL_UDEV_RULES=ON'
  to configure-flags and add a 'fix-paths' phase to put the udev rules in the
  right place.
  [description]: Indicate how to add the udev rules to the system
  configuration.
2020-05-07 16:48:49 +02:00
Guillaume Le Vaillant
8a294ece4b
gnu: Add js8call.
* gnu/packages/radio.scm (js8call): New variable.
2020-05-06 11:17:16 +02:00
Guillaume Le Vaillant
f03e5ca59f
gnu: gnuradio: Fix runtime python environment for plugins.
* gnu/packages/radio.scm (gnuradio)[native-search-paths]: Add PYTHONPATH.
  [native-inputs]: Move python ...
  [inputs]: ... here.
2020-04-30 10:09:15 +02:00
Guillaume Le Vaillant
cf480830e2
gnu: gnuradio: Fix search paths for third-party blocks.
* gnu/packages/radio.scm (gnuradio)[native-search-paths]: Add definition of
  the GRC_BLOCKS_PATH variable.
2020-04-29 10:23:23 +02:00
Guillaume Le Vaillant
f93eebbf9c
gnu: Add xnec2c.
* gnu/packages/radio.scm (xnec2c): New variable.
2020-04-29 01:17:37 +02:00
Guillaume Le Vaillant
62d45e463c
gnu: gnuradio-osmosdr: Add hackrf support.
* gnu/packages/radio.scm (gnuradio-osmosdr)[inputs]: Add hackrf.
2020-04-28 10:17:08 +02:00
Christopher Howard
79c4fb4f36
gnu: Add hackrf.
* gnu/packages/radio.scm (hackrf): New variable.

Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2020-04-28 10:17:08 +02:00
Guillaume Le Vaillant
f38ba7b65d
gnu: fldigi: Update to 4.1.12.
* gnu/packages/radio.scm (fldigi): Update to 4.1.12.
2020-04-27 16:54:34 +02:00
Guillaume Le Vaillant
5a91563221
gnu: Add wsjtx.
* gnu/packages/radio.scm (wsjtx-hamlib): New variable.
  (wsjtx): New variable.
2020-04-24 00:00:33 +02:00
Guillaume Le Vaillant
e6d141652c
gnu: fldigi: Add hamlib support.
* gnu/packages/radio.scm (fldigi)[inputs]: Add hamlib and libusb.
2020-04-24 00:00:33 +02:00
Guillaume Le Vaillant
409dfdf03d
gnu: Add hamlib.
* gnu/packages/radio.scm (hamlib): New package.
2020-04-24 00:00:33 +02:00
Guillaume Le Vaillant
90ec708579
gnu: Add flwrap.
* gnu/packages/radio.scm (flwrap): New variable.
2020-04-16 15:08:53 +02:00
Guillaume Le Vaillant
660912a477
gnu: Add flamp.
* gnu/packages/radio.scm (flamp): New variable.
2020-04-16 14:53:50 +02:00
Guillaume Le Vaillant
8080c03d14
gnu: Add flrig.
* gnu/packages/radio.scm (flrig): New variable.
2020-04-15 22:35:14 +02:00
Guillaume Le Vaillant
72f6ee0e15
gnu: Add fldigi.
* gnu/packages/radio.scm (fldigi): New variable.
2020-04-15 22:35:14 +02:00
Guillaume Le Vaillant
01e62a022d
gnu: gqrx: Add volk to inputs.
* gnu/packages/radio.scm (gqrx)[inputs]: Add volk.
2020-04-15 10:20:53 +02:00
Guillaume Le Vaillant
29cab668f6
gnu: gnuradio-iqbalance: Add volk to inputs.
* gnu/packages/radio.scm (gnuradio-iqbalance)[inputs]: Add volk.
2020-04-15 10:20:53 +02:00
Guillaume Le Vaillant
b39262021d
gnu: gnuradio-osmosdr: Add volk to inputs.
* gnu/packages/radio.scm (gnuradio-osmosdr)[inputs]: Add volk.
2020-04-15 10:20:53 +02:00
Guillaume Le Vaillant
8e1e86b0e2
gnu: gnuradio: Use shared volk instead of bundled one.
* gnu/packages/radio.scm (gnuradio)[source]: Add snippet to delete bundled
  volk.
  [inputs]: Add volk.
  [arguments]: Add "-DENABLE_INTERNAL_VOLK=OFF" to configure-flags.
2020-04-15 10:20:53 +02:00
Guillaume Le Vaillant
0493ead644
gnu: Merge ham-radio and sdr modules into radio module.
* gnu/packages/ham-radio.scm: Rename to 'radio.scm'.
* gnu/packages/sdr.scm: Remove file.
  (liquid-dsp): Move to ...
* gnu/packages/radio.scm (liquid-dsp): ... here.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove 'ham-radio.scm' and 'sdr.scm'. Add
  'radio.scm'.
2020-04-11 10:04:39 +02:00
Renamed from gnu/packages/ham-radio.scm (Browse further)