Search Criteria
Package Details: gr-dect2-git a2a8f9d-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gr-dect2-git.git (read-only, click to copy) |
---|---|
Package Base: | gr-dect2-git |
Description: | This project was developed to demonstrate the possibility of real-time DECT voice channel decoding by Gnuradio. |
Upstream URL: | https://github.com/pavelyazev/gr-dect2 |
Licenses: | unknown |
Provides: | gr-dect2 |
Submitter: | manolis |
Maintainer: | None |
Last Packager: | manolis |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2015-09-09 19:48 (UTC) |
Last Updated: | 2015-09-12 14:56 (UTC) |
Dependencies (4)
- boost (boost-git)
- gnuradio (gnuradio-maint38-git, gnuradio38, gnuradio-git)
- swig (swig-git)
- cmake (cmake-git) (make)
Latest Comments
dreieck commented on 2021-09-30 14:26 (UTC)
$pkgver
is not monotoneously increading, but this is required. It currently uses git commit has, which is erratic with respect to version number ordering.Please, use a strictly monotonic increasing versioning scheme.
Best, try to figure out if there is some official upstream version. Then use it as the first part of the version number.
Then, or if the former is not available only, use e.g. git commit count, optionally for information's sake latest commit date and latest git commit hash.
And don't forget to increment
$epoch
if you change the versioning scheme.Thanks for maintaining!
dreieck commented on 2021-09-30 14:23 (UTC)
Fails to build for me with
and
Installed is the currently latest
gnuradio
from the community repository, version 3.9.2.0-3.Full
build()
output:Thanks for maintaining!