Package Details: dump1090-mutability-git 2.1.4.r225.fb5942d-1

Git Clone URL: https://aur.archlinux.org/dump1090-mutability-git.git (read-only, click to copy)
Package Base: dump1090-mutability-git
Description: ADS-B/Mode S Ground Station System for simple RTL-SDR decoding/translating (Mutability Fork).
Upstream URL: https://github.com/mutability/dump1090
Keywords: dump1090 fatsv-data-source faup1090
Licenses: GPL, BSD
Provides: dump1090, dump1090-fa, dump1090-fa-git, fatsv-data-source, faup1090
Submitter: None
Maintainer: FFY00
Last Packager: FFY00
Votes: 4
Popularity: 0.000000
First Submitted: 2015-07-23 03:45 (UTC)
Last Updated: 2018-07-12 23:12 (UTC)

Dependencies (4)

Required by (4)

Sources (3)

Latest Comments

1 2 Next › Last »

bartus commented on 2021-07-03 13:28 (UTC)

Fix source, fix build against gcc:11 http://ix.io/3rPp/diff

Apply with gcc am -s < <(curl -s http://ix.io/3rPp)

NicolasV commented on 2020-04-24 07:37 (UTC)

you must add the line "git checkout unmaintained" before "make all...". This project is not maintained but could interest people because the map is still good.

build() {
  cd $pkgname
  git checkout unmaintained
  make all faup1090 "EXTRACFLAGS=-DHTMLPATH=\\\"/usr/share/dump1090-mutability/html\\\" -DMODES_DUMP1090_VARIANT=\\\"dump1090-mutability\\\""
}

surlyjake commented on 2017-07-15 06:22 (UTC)

per https://github.com/mutability/dump1090/issues/200, will not compile without "CFLAGS += -Wno-format-truncation"

SammysHP commented on 2016-11-04 10:28 (UTC) (edited on 2016-11-04 10:32 (UTC) by SammysHP)

Some files are missing: install -Dm644 -t "${pkgdir}/usr/share/${_pkgbase}/html/ol3" ./public_html/ol3/*.{js,css} install -Dm644 -t "${pkgdir}/usr/share/${_pkgbase}/html/jquery" ./public_html/jquery/*.{js,css} install -Dm644 -t "${pkgdir}/usr/share/${_pkgbase}/html/db" ./public_html/db/*.json Also some people say that it's better not to delete a user automatically because files owned by that user might be owned by another user in the future. So I suggest to remove the deletion from the install script.

anish commented on 2016-08-14 17:43 (UTC)

dump1090-fa-git has a working lighttpd if that helps : https://aur.archlinux.org/packages/dump1090-fa-git/

martinpoljak commented on 2016-07-30 19:28 (UTC)

Hi, honestly, I've just found it and I don't know at least at this time. But as far as I understand it, dump1090 somehow installes its own lighttpd module, at least according to: https://www.swiftbyte.com/articles/software-defined-radio/setting-up-piaware-and-dump1090-mutability-on-raspbian-ubuntu-or-debian I'll try to get dump1090 HTTP running again later as I'm using it for verification of installations too, but later.

azrdev commented on 2016-07-30 17:44 (UTC)

Could you add instructions how to use the webserver? The internal one is disabled since recently [1], and I cannot find any instructions how to use dump1090 with lighttpd. [1]: <https://github.com/mutability/dump1090/commit/e4ceea33dac83d3c2ea668141ddd51abf5342d0c>

SammysHP commented on 2016-04-25 10:00 (UTC)

What's the difference between this package and dump1090-fa-git?

<deleted-account> commented on 2016-04-02 16:24 (UTC)

I sincerely thank you for taking over this package instead of letting it languish. Other things in life have just gotten in the way and instead of holding up progress I decided to let it go. I'll try and PR (or the equivalent of that in Arch Git) when I get a chance... Thanks again!!

martinpoljak commented on 2016-04-02 10:18 (UTC)

As mutability fork of dump1090 uses tagging for marking versions only very sporadically (the newest one is more than one year old) and faup1090-* tags doesn't mark anything in fact as it obvious from commit 497f88fe, I'll switch the release system to the standard "r903.e1278c3" format system. In case, you want to use stable tagged versions, please, use equivalent dump1090-fa package which is at least at this time set up by this way.