Search Criteria
Package Details: siril-git 1.2.5.r1586.g7c63e4d-1
Package Actions
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) |
Dependencies (19)
- cfitsio
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- exiv2 (exiv2-gitAUR)
- ffms2 (ffms2-gitAUR)
- fftw
- gsl (gsl-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- gtksourceview4
- libgit2 (libgit2-gitAUR)
- libheif (libheif-gitAUR, libheif-highmemAUR)
- libraw (libraw-gitAUR)
- libxisf
- opencv (opencv-cuda)
- wcslib
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- criterion (check)
Required by (2)
- art-rawconverter-imageio (requires siril)
- python-pysiril (requires siril)
Latest Comments
1 2 3 4 Next › Last »
xiota commented on 2025-01-25 15:57 (UTC)
extra/criterion
andextra/libgit2
are out of sync. Wait forlibgit2
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.8papavlos 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 uselibcurl.so
andlibgnutls.so
, but notlibcurl-gnutls.so
. All features appear to be enabled during build.Check for updates and plate solver appear to successfully connect via https.
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)1 2 3 4 Next › Last »