Package Details: linrad 05.01-2

Git Clone URL: https://aur.archlinux.org/linrad.git (read-only, click to copy)
Package Base: linrad
Description: Software defined radio receiver for x11
Upstream URL: https://www.sm5bsz.com/linuxdsp/linrad.htm
Keywords: fft ham rf sdr transceiver
Licenses: MIT
Submitter: None
Maintainer: None
Last Packager: 0b100100
Votes: 16
Popularity: 0.001405
First Submitted: 2011-03-19 11:46 (UTC)
Last Updated: 2022-01-11 22:30 (UTC)

Dependencies (6)

Required by (0)

Sources (5)

Latest Comments

1 2 Next › Last »

hanskramer commented on 2021-03-08 15:31 (UTC) (edited on 2021-03-08 15:32 (UTC) by hanskramer)

This seems to be not updated anymore like this, the source code repository on sourceforge seems to be maintained, so you may choose linrad-svn

GI_Jack commented on 2020-03-29 16:22 (UTC)

etwork.c:2584:25: error: ‘%d’ directive writing between 1 and 11 bytes into a region of size 10 [-Werror=format-overflow=] 2584 | sprintf(ss,"ON (port=%d)",net.port+NN_TIMF2OUT-NN_OUT_ZERO); | ^~ network.c:2584:14: note: directive argument in the range [-2147483644, 2147483647] 2584 | sprintf(ss,"ON (port=%d)",net.port+NN_TIMF2OUT-NN_OUT_ZERO); | ^~~~~~~~~~~~~~~ network.c:2584:3: note: ‘sprintf’ output between 13 and 23 bytes into a destination of size 20 2584 | sprintf(ss,"ON (port=%d)",net.port+NN_TIMF2OUT-NN_OUT_ZERO); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ network.c:2597:25: error: ‘%d’ directive writing between 1 and 11 bytes into a region of size 10 [-Werror=format-overflow=] 2597 | sprintf(ss,"ON (port=%d)",net.port+NN_BASEBOUT-NN_OUT_ZERO); | ^~ network.c:2597:14: note: directive argument in the range [-2147483642, 2147483647] 2597 | sprintf(ss,"ON (port=%d)",net.port+NN_BASEBOUT-NN_OUT_ZERO); | ^~~~~~~~~~~~~~~ network.c:2597:3: note: ‘sprintf’ output between 13 and 23 bytes into a destination of size 20 2597 | sprintf(ss,"ON (port=%d)",net.port+NN_BASEBOUT-NN_OUT_ZERO); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ network.c:2610:25: error: ‘%d’ directive writing between 1 and 11 bytes into a region of size 10 [-Werror=format-overflow=] 2610 | sprintf(ss,"ON (port=%d)",net.port+NN_BASEBRAWOUT-NN_OUT_ZERO); | ^~ network.c:2610:14: note: directive argument in the range [-2147483641, 2147483647] 2610 | sprintf(ss,"ON (port=%d)",net.port+NN_BASEBRAWOUT-NN_OUT_ZERO); | ^~~~~~~~~~~~~~~ network.c:2610:3: note: ‘sprintf’ output between 13 and 23 bytes into a destination of size 20 2610 | sprintf(ss,"ON (port=%d)",net.port+NN_BASEBRAWOUT-NN_OUT_ZERO); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: [Makefile:2077: afedri.om] Error 1 make: Waiting for unfinished jobs.... lsetad.c: In function ‘set_rx_io’: lsetad.c:4376:36: error: ‘%s’ directive writing up to 255 bytes into a region of size 236 [-Werror=format-overflow=] 4376 | sprintf(s,"SOUNDCARD =%s",alsa_dev_soundcard_name); | ^~ ~~~~~~~~~~~~~~~~~~~~~~~ lsetad.c:4376:5: note: ‘sprintf’ output between 21 and 276 bytes into a destination of size 256 4376 | sprintf(s,"SOUNDCARD =%s",alsa_dev_soundcard_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lsetad.c:4507:36: error: ‘%s’ directive writing up to 255 bytes into a region of size 235 [-Werror=format-overflow=] 4507 | sprintf(s1,"send format = %s",s); | ^~ ~ lsetad.c:4507:3: note: ‘sprintf’ output between 22 and 277 bytes into a destination of size 256 4507 | sprintf(s1,"send format = %s",s); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lsetad.c:4606:40: error: ‘%s’ directive writing up to 255 bytes into a region of size 236 [-Werror=format-overflow=] 4606 | sprintf(s,"SOUNDCARD =%s",alsa_dev_soundcard_name); | ^~ ~~~~~~~~~~~~~~~~~~~~~~~ lsetad.c:4606:9: note: ‘sprintf’ output between 21 and 276 bytes into a destination of size 256 4606 | sprintf(s,"SOUNDCARD =%s",alsa_dev_soundcard_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make: *** [Makefile:2205: network.om] Error 1 modesub.c: In function ‘raw2wav’: modesub.c:377:23: error: ‘%s’ directive writing up to 255 bytes into a region of size 69 [-Werror=format-overflow=] 377 | sprintf(s,"Input file %s uses %d bits per sample",fnam,bits); | ^~ ~~~~ modesub.c:377:11: note: directive argument in the range [16, 18] 377 | sprintf(s,"Input file %s uses %d bits per sample",fnam,bits); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ modesub.c:377:1: note: ‘sprintf’ output between 36 and 291 bytes into a destination of size 80 377 | sprintf(s,"Input file %s uses %d bits per sample",fnam,bits); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ modesub.c: In function ‘display_rx_input_source’: modesub.c:2359:33: error: ‘%s’ directive writing up to 79 bytes into a region of size 72 [-Werror=format-overflow=] 2359 | sprintf(ss,"Parport %s:%d",st,wse.parport_pin); | ^~ ~~ modesub.c:2359:13: note: ‘sprintf’ output between 11 and 100 bytes into a destination of size 80 2359 | sprintf(ss,"Parport %s:%d",st,wse.parport_pin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lsetad.c: In function ‘set_tx_io’: lsetad.c:5819:29: error: ‘%s’ directive writing up to 255 bytes into a region of size 245 [-Werror=format-overflow=] 5819 | sprintf(s,"Soundcard =%s",alsa_dev_soundcard_name); | ^~ ~~~~~~~~~~~~~~~~~~~~~~~ lsetad.c:5819:7: note: ‘sprintf’ output between 12 and 267 bytes into a destination of size 256 5819 | sprintf(s,"Soundcard =%s",alsa_dev_soundcard_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lsetad.c:5957:27: error: ‘%s’ directive writing up to 255 bytes into a region of size 245 [-Werror=format-overflow=] 5957 | sprintf(s,"Soundcard =%s",alsa_dev_soundcard_name); | ^~ ~~~~~~~~~~~~~~~~~~~~~~~ lsetad.c:5957:5: note: ‘sprintf’ output between 12 and 267 bytes into a destination of size 256 5957 | sprintf(s,"Soundcard =%s",alsa_dev_soundcard_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

freaknils commented on 2016-06-08 11:25 (UTC) (edited on 2016-06-08 11:25 (UTC) by freaknils)

Version 4.10 is current: http://www.sm5bsz.com/linuxdsp/linrad.htm Please update your package and remove "out-of-date" flag.

pablo1 commented on 2016-02-28 15:11 (UTC)

http://www.sm5bsz.com/linuxdsp/archive/lir04-06.tbz is down.

not_anonymous commented on 2015-02-27 14:50 (UTC)

This is many subsequent releases out-of date, PLUS these are CORRECT errors namcap reported; linrad E: Missing custom license directory (usr/share/licenses/linrad) linrad E: Mime type handler found. Add "update-desktop-database -q" to the install file linrad E: Dependency desktop-file-utils detected and not included (needed for update-desktop-database

maze commented on 2014-07-30 13:00 (UTC)

Package updated to 04.01-1

phillid commented on 2014-07-01 07:10 (UTC)

Doesn't build fine for me and I'm fully up-to-date as of ~3 days ago. I had to make this wee patch based on information from the interwebs: --- a/hires_graph.c 2014-07-01 18:58:24.746245927 +1200 +++ b/hires_graph.c 2014-07-01 18:58:39.816518656 +1200 @@ -271,7 +271,7 @@ } } } -for(event_no=0; event_no<MAX_WGBUTT; event_no++) +for(event_no=0; event_no<MAX_HGBUTT; event_no++) { if( hgbutt[event_no].x1 <= mouse_x && hgbutt[event_no].x2 >= mouse_x &&

alexf91 commented on 2014-04-15 17:30 (UTC)

Version 4.00 released last month. Builds fine for me with the same PKGBUILD, just change the version number.

maze commented on 2013-10-22 06:56 (UTC)

Warning: redid the package layout to be more Arch Linux compliant. Also ships the SVGA version of Linrad now.