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.62
First Submitted: 2012-06-30 13:13 (UTC)
Last Updated: 2024-09-28 04:53 (UTC)

Latest Comments

1 2 3 4 5 6 .. 9 Next › Last »

dreieck commented on 2024-09-05 16:06 (UTC) (edited on 2024-09-05 16:08 (UTC) by dreieck)

are you sure that pkgrel should be increased? The PKGBUILD wiki says that "When a new version of the software is released, this value must be reset to 1." The version was changed from 20220130 to 20240418

If the $pkgver was changed together with the other change, then $pkgrel should be reset to 1, right.

I see another issue:

Your pkgver() seems not to be proper; it would not account for multiple upstream updates within a single day. You should append something like .r<commit-count>. Or, better, according to the wiki guidelines, put r<commit-count> at the beginning (and if you do this, you need to increment $epoch to 1).

Regards and thanks for the package!

ivanovp commented on 2024-08-07 19:01 (UTC)

@dreieck: are you sure that pkgrel should be increased? The PKGBUILD wiki says that "When a new version of the software is released, this value must be reset to 1." The version was changed from 20220130 to 20240418.

dreieck commented on 2024-08-07 14:24 (UTC)

Please increment $pkgrel together with your change

Dependency was changed from pulseaudio to pulse-native-provider.

Regards and thanks for maintainin!

ivanovp commented on 2024-08-06 19:00 (UTC)

@benjarobin: thanks, done.

benjarobin commented on 2024-08-06 18:27 (UTC)

Please depend on pulse-native-provider instead of pulseaudio. See https://gitlab.archlinux.org/archlinux/packaging/packages/pipewire/-/issues/10

ivanovp commented on 2024-02-05 05:43 (UTC)

@grappas: if any dependencies have been updated, you may need to recompile gqrx.

grappas commented on 2024-02-04 21:49 (UTC) (edited on 2024-02-04 23:00 (UTC) by grappas)

On opening gqrx

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

There was recently gnuradio update.

Levitating commented on 2024-01-18 23:41 (UTC)

I do see this comment in the PKGBUILD:

# Install order: rtl-sdr-git, libuhd, gnuradio-git, gr-osmosdr-git, gqrx-git

And the upstream instructions say to install any drivers beforehand. I guess rtl-sdr should be an optdepends here.

Levitating commented on 2024-01-17 00:12 (UTC)

@LenaTenko what do you mean with "make it work".