Package Details: gqrx-git 1:r2574.25fdbb5a-1

Git Clone URL: https://aur.archlinux.org/gqrx-git.git (read-only, click to copy)
Package Base: gqrx-git
Description: SDR receiver for Funcube Dongle, RTL-SDR, USRP and OsmoSDR devices.
Upstream URL: http://gqrx.dk/
Licenses: GPL
Conflicts: gqrx
Provides: gqrx
Submitter: ivanovp
Maintainer: ivanovp
Last Packager: ivanovp
Votes: 37
Popularity: 0.89
First Submitted: 2012-06-30 13:13 (UTC)
Last Updated: 2024-09-28 04:53 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 9 Next › Last »

LenaTenko commented on 2024-01-16 18:41 (UTC) (edited on 2024-01-16 18:51 (UTC) by LenaTenko)

@ak2021 The only way I could make it to work was installing "rtl-sdr" with pacman before gqrx-git

ak2021 commented on 2023-06-08 20:24 (UTC) (edited on 2023-06-08 20:30 (UTC) by ak2021)

Can someone please help me resolve this error

gqrx: error while loading shared libraries: libgnuradio-uhd.so.3.10.5: cannot open shared object file: No such file or directory

I have gnuradio v3.10.6.0-2 installed.

I downgraded gnuradio to v3.10.5.1 and now I get this error:

gqrx: error while loading shared libraries: libgnuradio-digital.so.3.10.6: cannot open shared object file: No such file or directory

Levitating commented on 2023-05-25 19:16 (UTC)

Why does this package have md5sums and sha256sums? It messes with customizepkg.

grappas commented on 2023-01-15 13:37 (UTC)

https://bugs.archlinux.org/task/77139

In case of AUR package it doesn't even allow to compile due to lack of so's 3.10.4

ivanovp commented on 2022-07-02 16:52 (UTC)

@Cryen: I tried to compile the package and succeeded.

Cryen commented on 2022-06-29 20:54 (UTC) (edited on 2022-06-29 23:32 (UTC) by Cryen)

I can't build it, the error is:

Cloning into bare repository '/home/user/.cache/paru/clone/gqrx-git/gqrx'...

fatal: error reading section header 'shallow-info'

That's the first time I'm seeing this error, I have no clue how to resolve it.

dreieck commented on 2021-09-30 11:13 (UTC)

Can you please add provides=("gqrx") or provides=("gqrx=${pkgver}") if the latter makes sense?

Thanks for maintainig!

ivanovp commented on 2021-01-27 17:43 (UTC)

@thotypous: thanks for the info, cmake was added.

thotypous commented on 2021-01-25 15:37 (UTC)

Please add cmake to makedepends

alexf91 commented on 2020-11-19 22:39 (UTC) (edited on 2020-11-19 22:41 (UTC) by alexf91)

Missing dependencies:
 -> Could not find all required packages:
    python2-markdown (Wanted by: gqrx-git -> python2-cheetah)

I'm not sure why this was required, but it builds fine without it. If it is still a requirement, you can probably change it to the Python3 version.

Gqrx also dropped qmake support, so you have to update the PKGBUILD to use CMake.