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.084175
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 8 9 Next › Last »

ivanovp commented on 2017-03-08 16:25 (UTC)

@dl3yc: Thanks, fixed.

dl3yc commented on 2017-03-01 16:18 (UTC)

missing dependency: qt5-svg

ivanovp commented on 2016-11-25 09:22 (UTC)

@edward_81: Thanks for correction. Fixed.

edward_81 commented on 2016-11-24 13:02 (UTC)

The build fail if missing gnuradio-osmosdr package. This should be added as dependecy

DL0 commented on 2015-12-25 19:02 (UTC)

I found it necessary to edit the PKGBUILD to get this to compile without fatal errors. Change line 31 from "qmake-qt4" to "qmake-qt5" and it will work fine. ...Doug AH6DL

ivanovp commented on 2013-09-08 18:57 (UTC)

My gqrx is not linked to log4cpp: I've just recompiled rtl-sdr-git, libuhd, gnuradio, gr-osmosdr-git and gqrx-git.

gpaliot commented on 2013-09-07 11:51 (UTC)

It seems log4cpp is missing as a dependency $ ldd /usr/bin/gqrx | grep log4cpp liblog4cpp.so.5 => /usr/lib/liblog4cpp.so.5 (0x00007f57453a2000) $ pacman -Qo /usr/lib/liblog4cpp.so.5 /usr/lib/liblog4cpp.so.5 is owned by log4cpp 1.1-1

ilikenwf commented on 2013-08-02 06:42 (UTC)

I actually built those today...I'll try again.

asdil12 commented on 2013-08-02 06:30 (UTC)

Your built gnuradio against old boost libs. Rebuild gnuradio, gr-osmosdr, grqx

ilikenwf commented on 2013-08-02 06:07 (UTC)

I can compile but this will not run with boost and boost-libs 1.54, it errors out with: gqrx: error while loading shared libraries: libboost_system.so.1.53.0: cannot open shared object file: No such file or directory I tried with older versions to no avail. The heck?