Package Details: siril 1.4.4-1

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)

Sources (1)

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=false to the meson setup command.

Donatzsky commented on 2026-07-14 16:32 (UTC)

Seems that libxisf and libgit2 are not actually optional:

Run-time dependency libxisf found: NO  (tried pkg-config and cmake)
Run-time dependency libgit2 found: NO  (tried pkg-config and cmake)

I had to install them manually.

xiota commented on 2026-07-07 04:47 (UTC)

I created aur/opencv4. It seems to work with aur/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 .install file? It would help clear up those "directory not found" warnings on startup and remind users about the astrometry.net optional dependency.

siril.install

post_install() {
  echo ":: Create local script dirs to stop startup warnings:"
  echo "   mkdir -p ~/.siril/scripts ~/siril/scripts"
  echo ":: For plate solving, install: astrometry.net"
}

post_upgrade() {
  post_install
}

Just needs install='siril.install' and astrometry.net added 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 directory

i 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 directory

which i also fixed by temporarily downgrading libraw, then siril can run