Search Criteria
Package Details: siril 1.4.4-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/siril.git (read-only, click to copy) |
|---|---|
| Package Base: | siril |
| Description: | An astronomical image processing software for Linux. (IRIS clone) |
| Upstream URL: | https://www.siril.org/ |
| Licenses: | GPL3 |
| Submitter: | vinvin |
| Maintainer: | pozar87 (mobarre, Bevan) |
| Last Packager: | mobarre |
| Votes: | 22 |
| Popularity: | 1.55 |
| First Submitted: | 2012-10-15 00:40 (UTC) |
| Last Updated: | 2026-06-28 08:26 (UTC) |
Dependencies (24)
- cfitsio
- ffms2 (ffms2-gitAUR)
- fftw (fftw-amdAUR)
- gsl (gsl-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- gtksourceview4
- json-glib (json-glib-gitAUR)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- opencv (opencv-cuda)
- wcslib
- cmake (cmake3AUR, cmake-gitAUR) (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-gitAUR) (make)
- exiv2 (exiv2-gitAUR) (optional) – get thumbnails from files
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-whisper-gitAUR, ffmpeg-decklinkAUR, ffmpeg-whisperAUR, ffmpeg-cuda-fullAUR, ffmpeg-amd-full-gitAUR, librempeg-gitAUR, ffmpeg-full-llvmAUR, ffmpeg-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-amd-fullAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR) (optional) – avi export support
- gvfs (gvfs-gitAUR, gvfs-googledriveAUR) (optional) – web access
- libgit2 (libgit2-gitAUR) (optional) – git integration to sync with the official siril-scripts repository
- libheif (libheif-highmemAUR, libheif-noglycinAUR, libheif-gitAUR) (optional) – HEIF format files import
- libjpeg (mozjpeg-gitAUR, mozjpegAUR) (optional) – JPEG import and export
- libjxl (libjxl-gitAUR, libjxl-noglycinAUR, libjxl-metricsAUR, libjxl-metrics-gitAUR) (optional) – JPEG XL format support
- Show 4 more dependencies...
Latest Comments
1 2 3 4 5 6 .. 12 Next › Last »
vinvin commented on 2026-07-15 08:06 (UTC)
with the meson build, things have to be disabled explicitly to not be built with, for example I use:
-Dexiv2=false -Dlibraw=false -Dlibjxl=false -Dlibheif=false -DlibXISF=false -Dffms2=false -Dsqlite=falseto themeson setupcommand.Donatzsky commented on 2026-07-14 16:32 (UTC)
Seems that
libxisfandlibgit2are not actually optional:I had to install them manually.
xiota commented on 2026-07-07 04:47 (UTC)
I created
aur/opencv4. It seems to work withaur/siril-git.maboleth commented on 2026-07-06 23:13 (UTC)
I get an error: Run-time dependency opencv4 found: NO
Probably because Opencv was updated to 5. How/where do I change that?
AstroProfundis commented on 2026-05-28 08:45 (UTC)
optdepends should also be added to makedepends, namely exiv2, libraw, libheif, libxisf and libgit2 are missing in clean chroot building environment.
vinvin commented on 2026-04-26 08:36 (UTC)
Hi, I don't think this is a good idea: astrometry.net is an optional dependency, siril already has a plate solver, in most cases it is not useful to have it. The only thing is does that siril does not is blind plate solves.
About the script directories, some are configured in the user settings, check that this is not the case for those and remove them from there instead.
vildavedo commented on 2026-04-25 13:47 (UTC) (edited on 2026-04-25 13:48 (UTC) by vildavedo)
Hi, would you consider adding a
.installfile? It would help clear up those "directory not found" warnings on startup and remind users about theastrometry.netoptional dependency.siril.installJust needs
install='siril.install'andastrometry.netadded to optdepends in the PKGBUILD. Thanks!btw: For those who faces error while loading shared libraries, just try this
paru -S --rebuild siril:)lexicon commented on 2026-04-09 21:44 (UTC)
@gps1539 i ended up figuring it out in the end, but thanks for letting me know.
gps1539 commented on 2026-04-09 20:38 (UTC)
@lexicon when you hit errors loading libraries I believe those libraries have been updated since you initially installed siril and it was compiled to use the older version. You should be able to reinstall siril and select cleanBuild for the package. This should be recompile using the newer libraries.
lexicon commented on 2026-01-20 17:57 (UTC) (edited on 2026-01-20 17:58 (UTC) by lexicon)
I am getting 2 different errors trying to run siril:
siril: error while loading shared libraries: libopencv_calib3d.so.412: cannot open shared object file: No such file or directoryi fixed this by temporarily downgrading my opencv package
and
siril: error while loading shared libraries: libraw.so.23: cannot open shared object file: No such file or directorywhich i also fixed by temporarily downgrading libraw, then siril can run
1 2 3 4 5 6 .. 12 Next › Last »