Search Criteria
Package Details: gr-rds-git 1:3.10+r349.20241108.da8dd99-2
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: | GPL-3.0-or-later |
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: | 2024-11-11 20:45 (UTC) |
Dependencies (16)
- boost-libs
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gnuradio (gnuradio-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- doxygen (doxygen-gitAUR, doxygen-yapAUR) (make)
- fmt (fmt-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libvolk (libvolk-gitAUR) (make)
- pybind11 (pybind11-gitAUR) (make)
- python-pygccxml (make)
- spdlog (spdlog-gitAUR) (make)
- swig (swig-gitAUR) (make)
Latest Comments
dreieck commented on 2024-11-11 20:45 (UTC)
Thanks for reporting.
Fixed. (And changed some other dependencies.)
jose1711 commented on 2024-10-13 18:35 (UTC)
please fix makedepends. pygccxml is now python-pygccxml.
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.