Package Details: astap 2025.08.28-1

Git Clone URL: https://aur.archlinux.org/astap.git (read-only, click to copy)
Package Base: astap
Description: Astrometric (plate) solver, stacking of images, photometry and FITS viewer (build from source). Qt5 version.
Upstream URL: http://www.hnsky.org/astap.htm
Keywords: astrometry astronomy astrophotography
Licenses: GPL
Conflicts: astap-bin, astap-bin-qt5, astap-cli
Submitter: Mr.Smith1974
Maintainer: lehel_x
Last Packager: lehel_x
Votes: 1
Popularity: 0.000000
First Submitted: 2023-06-04 06:22 (UTC)
Last Updated: 2025-08-28 16:23 (UTC)

Dependencies (10)

Sources (1)

Latest Comments

italic commented on 2025-08-26 16:29 (UTC)

Han has updated his source today. Can you also add in as an optional dependency the D80 database package? Additionally, this package is installed outside the typical binary paths and needs a symlink like as provided in the astap-bin-qt5 package. Since this package is listed as conflicting with astap-bin, astap-bin-qt5 and astap-cli there will be no conflict with the symlink.

# add to optdepends=()
'd80-star-db-astap: 1.2GB database of 8000 stars per square degree, reliable with 0.15-10° FOV'

# add to package()
ln -s /opt/astap/astap "${pkgdir}"/usr/bin/astap

lehel_x commented on 2025-08-09 20:10 (UTC)

Could be added, but as of now it will only compile with a hack:

https://forum.lazarus.freepascal.org/index.php?topic=58877.0

RononDex commented on 2024-08-08 08:57 (UTC)

Would it be possible to add "aarch64" as supported architectures?

Wolvez1911 commented on 2023-06-07 23:39 (UTC) (edited on 2023-06-11 02:28 (UTC) by Wolvez1911)

I had to change line 15 of the PKGBUILD:

 -lazbuild -B astap_linux_qt5.lpi
 +lazbuild -B --lazarusdir=/usr/lib/lazarus astap_linux_qt5.lpi

to get this to build for me. I'm not familiar with Lazarus so I may be doing something wrong.