Package Details: linrad 05.02-4

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
Conflicts: xlinrad
Provides: xlinrad
Submitter: None
Maintainer: laura7089
Last Packager: laura7089
Votes: 16
Popularity: 0.000003
First Submitted: 2011-03-19 11:46 (UTC)
Last Updated: 2025-01-08 16:41 (UTC)

Latest Comments

« First ‹ Previous 1 2

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.

deags commented on 2013-01-17 10:04 (UTC)

Adding to work sportscliche's remarks: The PKGBUILD needs also the md5sum's to be updated, as well as the pkgver and URL.

<deleted-account> commented on 2012-12-01 05:25 (UTC)

PKGBUILD has been modified to build Linrad 03-45. When the developer releases a new version, PKGBUILD must be edited in two places: i) the source URL and ii) the pkgver variable (in the present case $pkgver=3.45). If you want a menu launcher, linrad.desktop (in the tarball package) must also be edited on the EXEC line to indicate the new version. Manual editing is required because the developer uses a hyphenated numbering system that is illegal in the ABS.

<deleted-account> commented on 2012-11-26 22:40 (UTC)

Tried it - dependency on "nasm-git" ist missing. Then source file validation for "lir03-21.tbz" fails.

<deleted-account> commented on 2011-03-22 18:12 (UTC)

Generates a working GUI. I have not tested on a 64-bit system (it can be optionally configured for that) or with any radio hardware. If anyone can go further, make improvements, and/or wants to take over the package please do so!