Search Criteria
Package Details: dump1090-fa-git 1:9.0.r0.ga80ba8f8-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/dump1090-fa-git.git (read-only, click to copy) |
---|---|
Package Base: | dump1090-fa-git |
Description: | FlightAware/Mutability fork of dump1090, a simple Mode S decoder for RTLSDR devices. |
Upstream URL: | https://github.com/flightaware/dump1090 |
Keywords: | dump1090 mutability |
Licenses: | BSD |
Conflicts: | dump1090, dump1090-git, dump1090_mr-git |
Provides: | dump1090, dump1090-fa |
Submitter: | anish |
Maintainer: | anish |
Last Packager: | anish |
Votes: | 16 |
Popularity: | 0.72 |
First Submitted: | 2015-06-22 04:22 (UTC) |
Last Updated: | 2025-02-07 20:41 (UTC) |
Dependencies (6)
- bladerf (bladerf-gitAUR, libbladerf-gitAUR)
- lighttpd
- rtl-sdr (rtl-sdr-librtlsdr-gitAUR, rtl-sdr-exp-gitAUR, rtl-sdr-gitAUR, rtl-sdr-blog-gitAUR, rtl-sdr-blogAUR)
- git (git-gitAUR, git-glAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- soapysdr (soapysdr-gitAUR) (optional) – Vendor and platform neutral SDR support
Required by (4)
- flightradar24 (requires dump1090)
- openwebrx-plus (requires dump1090) (optional)
- openwebrx-plus-git (requires dump1090) (optional)
- piaware-git
Latest Comments
1 2 3 4 5 6 7 Next › Last »
mys_721tx commented on 2025-02-08 02:16 (UTC)
It looks like they are using a starting script for the dump1090.service to handle the options. Right now it is hard coded in the ExecStart so creating the file alone would have no effect. We can do what dump978-fa-git does and put the current options in ExecStart to the default file. This should have minimal impact.
anish commented on 2025-02-07 17:50 (UTC)
I'll take a look at adding soapy and the default dump0190 config. I'm not sure how disruptive changing the defaults can be. I'm not inclined to make lighttpd optional since that is also the default for piaware https://github.com/flightaware/dump1090/blob/master/debian/control#L20
mys_721tx commented on 2025-02-07 10:55 (UTC)
Please also include the default configuration since piaware-config is not going to create it.
mys_721tx commented on 2025-02-05 07:17 (UTC)
soapysdr can be added to the dependency to enable other sdr backends.
mys_721tx commented on 2025-02-05 03:19 (UTC)
I have tested that lighttpd is not needed for buiding the package. Please consider making lighttpd an optional dependency so users have options for other http servers.
PanisSupraOmnia commented on 2024-07-01 18:23 (UTC)
With regards to the previous, a fix has already been merged upstream to the dev branch. This package could either be switched to point to the dev branch, or else the changes from the PR could be added as a patch, rather than disabling GCC errors entirely.
g33ky commented on 2024-07-01 18:10 (UTC) (edited on 2024-07-01 18:11 (UTC) by g33ky)
The package currently does not build due to gcc giving a warning during compilation, and the Makefile has
-Werror
specified. This warning/error is generated:error: ‘calloc’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Werror=calloc-transposed-args]
To build it, run
makepkg {your args}
on the PKGBUILD, allow it to fail the compilation, then edit thesrc/dump1090/Makefile
file, and change theDUMP1090_CFLAGS
line to remove the-Werror
flag.Then you can run
makepkg {your args}
with the additional argument-e
, i.e.makepkg {your args} -e
to have gcc ignore the warnings.anish commented on 2023-08-24 16:21 (UTC)
I suppose not. I added it (and config for it) so that you get a working setup out of the box and there is no generic way to do that
drrlvn commented on 2023-08-24 14:52 (UTC)
If lighttpd really required? Could it perhaps be made an optional dependency?
Thanks!
anish commented on 2022-03-30 19:29 (UTC)
all requested (and any previously missed) changes have been done
1 2 3 4 5 6 7 Next › Last »