Search Criteria
Package Details: gr-adsb-git r212.0f36000-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/gr-adsb-git.git (read-only, click to copy) |
|---|---|
| Package Base: | gr-adsb-git |
| Description: | GNURadio blocks for receiving ADS-B modulated radio messages using SDR |
| Upstream URL: | https://github.com/mhostetter/gr-adsb |
| Licenses: | GPL-3.0-or-later |
| Conflicts: | gr-adsb |
| Provides: | gr-adsb |
| Submitter: | steakunderscore |
| Maintainer: | xiota |
| Last Packager: | xiota |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-02-07 14:49 (UTC) |
| Last Updated: | 2024-09-12 19:34 (UTC) |
Dependencies (8)
- gnuradio (gnuradio-gitAUR)
- python
- python-colorama (python-colorama-gitAUR)
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR) (make)
Latest Comments
dreieck commented on 2024-09-12 11:43 (UTC)
boostas make dependency,boost-libsas runtime dependency?Regards!
HornyApple commented on 2024-06-22 21:40 (UTC)
Please add boost as a dependency.
dreieck commented on 2021-09-30 13:53 (UTC)
Please make the
$pkgvermonotoneously increasing! Now you jsut use git commit hash, which is erratic with respect to version number ordering.Try to get the upstream version, if possivle, first (
CMakeLists.txthere haswhich you can extract and use)
Then, add git commit count, then if you want as optional information latest git commit date, and then you can put the git commit hash.
Don't forget to increment
$epochwhen chaninging the versioning scheme.Thanks for maintaining!