Package Details: siril-git 1.2.1.r708.gc6150305-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.013237
First Submitted: 2018-12-31 00:26 (UTC)
Last Updated: 2024-02-21 01:30 (UTC)

Latest Comments

1 2 3 4 Next › Last »

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)

xiota commented on 2024-01-04 10:51 (UTC)

I cannot find anything in the repo indicating that this links or uses libcurl-gnutls. Can you provide instructions to test the functionality it's intended to provide.

vinvin commented on 2024-01-04 10:19 (UTC)

I'm not sure how this PKGBUILD works, it looks like there are some dependencies missing, libcurl-gnutls for example, even if it's optional, it's very useful, contrary to libheif or libxisf.