Search Criteria
Package Details: ais-catcher 0.61-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ais-catcher.git (read-only, click to copy) |
---|---|
Package Base: | ais-catcher |
Description: | Receiver for Automatic Identifaction System of boats using an SDR device (RTL-SDR, AirSpy, HackRF, ...) |
Upstream URL: | https://github.com/jvde-github/AIS-catcher |
Licenses: | GPL-3.0-or-later |
Submitter: | Raimar |
Maintainer: | Raimar |
Last Packager: | Raimar |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-02-09 19:43 (UTC) |
Last Updated: | 2025-04-17 21:22 (UTC) |
Dependencies (10)
- libsamplerate (libsamplerate-gitAUR)
- libsoxr
- openssl (openssl-gitAUR, openssl-staticAUR)
- zeromq (zeromq-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- airspy (airspy-gitAUR) (optional) – Airspy backend
- bladerf (bladerf-gitAUR, libbladerf-gitAUR) (optional) – BladeRF backend
- hackrf (hackrf-gitAUR) (optional) – HackRF backend
- rtl-sdr (rtl-sdr-librtlsdr-gitAUR, rtl-sdr-exp-gitAUR, rtl-sdr-gitAUR, rtl-sdr-blog-gitAUR, rtl-sdr-blogAUR) (optional) – RTL-SDR backend
Latest Comments
dreieck commented on 2025-04-23 20:04 (UTC)
Ahoj,
this issue has been fixed upstream can be fixed in the release version (before upstream crafts a new release) by applying this patch from upstream.
Diff to the
PKGBUILD
:Regards!
dreieck commented on 2025-04-23 11:11 (UTC) (edited on 2025-04-23 11:15 (UTC) by dreieck)
Ahoj,
add
-DCMAKE_POLICY_VERSION_MINIMUM=3.5
to thecmake
options to workaround a breaking change in cmake version 4 that upstream has not adapted to yet:diff
to thePKGBUILD
:↗ Upstream issue report.
Regards and thanks for the package!