Search Criteria
Package Details: siril-git 1.2.4.r1240.g09e0b30-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.000027 |
First Submitted: | 2018-12-31 00:26 (UTC) |
Last Updated: | 2024-09-13 09:11 (UTC) |
Dependencies (18)
- 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-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- 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 »
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 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)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.
1 2 3 4 Next › Last »