Package Details: siril-git 1.2.5.r1586.g7c63e4d-1

Git Clone URL: https://aur.archlinux.org/siril-git.git (read-only, click to copy)
Package Base: siril-git
Description: Astronomical image processing software for Linux (IRIS clone)
Upstream URL: https://gitlab.com/free-astro/siril
Keywords: astronomy
Licenses: GPL-3.0-or-later
Conflicts: siril
Provides: siril
Submitter: vinvin
Maintainer: xiota
Last Packager: xiota
Votes: 6
Popularity: 0.000022
First Submitted: 2018-12-31 00:26 (UTC)
Last Updated: 2025-01-20 22:03 (UTC)

Latest Comments

1 2 3 4 Next › Last »

xiota commented on 2025-01-25 15:57 (UTC)

extra/criterion and extra/libgit2 are out of sync. Wait for libgit2 to be updated before rebuilding. If you need this package urgently, build with --nocheck.

457r0 commented on 2025-01-25 14:18 (UTC)

mhmh currently i get the error: error while loading shared libraries: libgit2.so.1.9: cannot open shared object file: No such file or directory it seems that arch currently uses libgit2 1.8

papavlos commented on 2024-02-21 20:19 (UTC)

Thanks @vinvin for fixing. It builds itself properly now.

vinvin commented on 2024-02-21 00:25 (UTC)

the json_glib option to meson has consequently been removed, it must be removed from the PKGBUILD

papavlos commented on 2024-02-21 00:06 (UTC)

The json-glib 1.8.0-1 was already installed a time ago. My Python is 3.11.7.

vinvin commented on 2024-02-20 23:56 (UTC)

json-glib has become a mandatory dependency recently

papavlos commented on 2024-02-20 23:47 (UTC) (edited on 2024-02-20 23:57 (UTC) by papavlos)

What do I miss? I'm getting error while making:

siril/meson.build:28:0: ERROR: Unknown options: "json_glib"

vinvin commented on 2024-01-04 14:00 (UTC)

ok, I'm not sure which libcurl dependency is required on Arch, maybe the base libcurl is enough.

xiota commented on 2024-01-04 11:56 (UTC) (edited on 2024-01-12 15:49 (UTC) by xiota)

siril appears to use libcurl.so and libgnutls.so, but not libcurl-gnutls.so. All features appear to be enabled during build.

ldd /usr/bin/siril | grep -E 'tls|curl'
        libcurl.so.4 => /usr/lib/libcurl.so.4 (0x00007f65ed61d000)
        libgnutls.so.30 => /usr/lib/libgnutls.so.30 (0x00007f65e2400000)

Check for updates and plate solver appear to successfully connect via https.

fetch_url(): https://siril.org/siril_versions.json
initializing CURL
Fetch succeeded with code 200 for URL https://siril.org/siril_versions.json
Last available version: 1.2.0
log: No update check: this is a development version

I've updated options to try to force all features to be enabled so the build system should emit an error if any depends are missing in the future. Unfortunately this does not apply to options that do not currently exist.

vinvin commented on 2024-01-04 11:33 (UTC)

siril uses http/https requests for astrometry and photometry operations to download star catalogues, also for updates checks but not in the git version.

to test it, load an image and try plate solving it (control-shift-a or platesolve command)