Package Details: acarsdec-airspy 3.7-1

Git Clone URL: https://aur.archlinux.org/acarsdec.git (read-only, click to copy)
Package Base: acarsdec
Description: Multi-channel ACARS decoder with airspy backend
Upstream URL: https://github.com/TLeconte/acarsdec
Licenses: GPL
Conflicts: acarsdec
Provides: acarsdec
Submitter: Mikos
Maintainer: Strykar
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 (7)

Required by (3)

Sources (1)

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).

Latest Comments

1 2 Next › Last »

SammysHP commented on 2025-11-17 17:37 (UTC)

@Strykar Creating packages should not depend on the system, only on what's defined in the PKGBUILD so that they also build fine in a clean chroot, for example.

Since I don't have enough time right now to play with SDR at all, please take care of the packages. :)

Strykar commented on 2025-11-17 17:33 (UTC) (edited on 2025-11-17 18:22 (UTC) by Strykar)

@SammysHP I can adopt the packages, no worries. My only concern with the new upstream is that we don't need acarsdec-sdr packages anymore, just acarsdec-git will work for all devices as long as they are plugged in when compiling. What are your thoughts https://aur.archlinux.org/packages/acarsdec-git?

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).

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.