Search Criteria
Package Details: gr-rds-git 1:3.8.0+r322.20220802.771a9c0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gr-rds-git.git (read-only, click to copy) |
---|---|
Package Base: | gr-rds-git |
Description: | An FM-RDS Receiver for GNU Radio |
Upstream URL: | https://github.com/bastibl/gr-rds |
Keywords: | gnuradio sdr |
Licenses: | GPL3 |
Conflicts: | gr-rds, gr-rds-doc |
Provides: | gr-rds |
Submitter: | Liquen |
Maintainer: | dreieck |
Last Packager: | dreieck |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2015-08-12 21:45 (UTC) |
Last Updated: | 2023-05-04 14:49 (UTC) |
Dependencies (8)
- gnuradio (gnuradio-maint38-git, gnuradio38, gnuradio-git)
- libvolk (libvolk-git)
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- doxygen (doxygen-git, doxygen-clang) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- pygccxml (python-pygccxml) (make)
- swig (swig-git) (make)
Latest Comments
dreieck commented on 2023-05-04 14:50 (UTC)
Disowning. I am not using it.
dreieck commented on 2021-09-30 17:47 (UTC) (edited on 2021-09-30 17:47 (UTC) by dreieck)
Adopted, did
PKGBUILD
rework.Now works with
gnuradio
3.9 and maybe automagically with latergnuradio
versions.dreieck commented on 2021-09-30 17:02 (UTC)
Fails to build for me with
Installed is the currently latest
gnuradio
from the community repository, version 3.9.2.0-3.So you need to checkout branch
maint-3.9
to conform to up to dategnuradio
:source=("gr-rds::git+git://github.com/bastibl/gr-rds.git#branch=maint-3.9")
(The
#branch=maint-3.9
checks out the desired branch, so remove thegit checkout maint-3.8
inbuild()
then.)You can then also set the dependencies more precisely:
depends=('gnuradio>=3.9' 'gnuradio<3.10')
.Thanks for maintaining!
Liquen commented on 2021-09-30 16:18 (UTC)
Hi! I'm disowning this package. Feel free to adopt!
dreieck commented on 2021-09-30 16:13 (UTC)
Please add
provides=("${pkgname%-git}")
andconflicts=("${pkgname%-git}")
.Thanks for maintaining!
Liquen commented on 2019-09-15 01:17 (UTC)
Updated to maint-3.8.
Liquen commented on 2019-06-24 12:33 (UTC)
Updated. Thanks!
sjg commented on 2019-06-23 10:33 (UTC) (edited on 2019-06-23 10:33 (UTC) by sjg)
Package is broken with Gnuradio 3.7 as the main branch of bastibl/gr-rds repo is set to maint-3.8 branch. This can be resolved with adding
git checkout maint-3.7
to PKGBUILD.