Please let me know if anyone wants to adopt this package (together with acarsdec-git and acarsserv-git).
Search Criteria
Package Details: acarsdec-rtl-sdr 3.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/acarsdec.git (read-only, click to copy) |
---|---|
Package Base: | acarsdec |
Description: | Multi-channel ACARS decoder with rtl_sdr backend |
Upstream URL: | https://github.com/TLeconte/acarsdec |
Licenses: | GPL |
Conflicts: | acarsdec |
Provides: | acarsdec |
Submitter: | Mikos |
Maintainer: | SammysHP |
Last Packager: | SammysHP |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2015-12-03 20:51 (UTC) |
Last Updated: | 2023-11-04 13:25 (UTC) |
Dependencies (6)
- rtl-sdr (rtl-sdr-librtlsdr-gitAUR, rtl-sdr-exp-gitAUR, rtl-sdr-gitAUR, rtl-sdr-blogAUR, rtl-sdr-blog-gitAUR)
- airspy (airspy-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- libusb (libusb-gitAUR) (make)
- rtl-sdr (rtl-sdr-librtlsdr-gitAUR, rtl-sdr-exp-gitAUR, rtl-sdr-gitAUR, rtl-sdr-blogAUR, rtl-sdr-blog-gitAUR) (make)
- acarsserv (acarsserv-gitAUR) (optional) – Store messages in sqlite database
Required by (3)
- acarsserv-git (requires acarsdec) (optional)
- openwebrx-plus (requires acarsdec) (optional)
- openwebrx-plus-git (requires acarsdec) (optional)
Sources (1)
SammysHP commented on 2025-09-07 12:06 (UTC)
SteamedFish commented on 2025-09-07 11:47 (UTC)
The acarsdec packages has been moved to https://github.com/f00b4r0/acarsdec
SammysHP commented on 2025-04-26 14:34 (UTC)
@rcf
Thanks for the info. I will see how the CMake 4.0 update is handled in the Arch community. Somehow it feels wrong to increase the minimum CMake version as a package maintainer, but the deprecation of old versions might cause all kind of trouble for old, unmaintained software.
rcf commented on 2025-04-25 00:59 (UTC)
Due to recent CMake changes intended to make it difficult to target compatibility with older versions, an extra flag is now needed:
diff --git a/PKGBUILD b/PKGBUILD
index 8329890..906769f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,13 +20,13 @@ build() {
mkdir -p build-airspy
cd build-airspy
- cmake .. -Dairspy=ON
+ cmake .. -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -Dairspy=ON
make
cd ..
mkdir -p build-rtl
cd build-rtl
- cmake .. -Drtl=ON
+ cmake .. -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -Drtl=ON
make
cd ..
}
Strykar commented on 2024-01-22 10:54 (UTC)
@SammysHP I fleshed it out so the user can choose which of the 3 SDR backends to enable or even all of them, which approach do you fancy of these two: https://gist.github.com/Strykar/2f00bf43795dd1b9f96968709eab11cf ?
SammysHP commented on 2024-01-17 19:20 (UTC)
@Strykar
Thanks for the notice, I'll check it when I have time for it. But I can't check if it works, so it would be great if you can try it out and tell me the dependencies.
Strykar commented on 2024-01-13 19:14 (UTC)
Hi, would you please create another metapackage for the SDRPlay? (cmake .. -Dsdrplay=ON)
SammysHP commented on 2023-11-04 12:53 (UTC)
@nboichat
Thanks, I always forget that it isn't included in base-devel, will update the packages.
drinkcat commented on 2023-11-04 12:50 (UTC)
Both this and the git package appear to be missing cmake dependency.
/home/[]/.cache/yay/acarsdec-git/PKGBUILD: line 27: cmake: command not found
SammysHP commented on 2023-02-06 18:50 (UTC)
@simona
Builds fine on my system. That source file should be only compiled when paho-mqtt is found. With the incomplete error message I can't help you, sorry.
Pinned Comments
SammysHP commented on 2025-09-07 12:06 (UTC)
Please let me know if anyone wants to adopt this package (together with acarsdec-git and acarsserv-git).