Package Details: siril 1.2.5-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: Bevan
Votes: 20
Popularity: 0.97
First Submitted: 2012-10-15 00:40 (UTC)
Last Updated: 2024-11-22 21:30 (UTC)

Dependencies (23)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

vinvin commented on 2023-10-19 09:14 (UTC)

Optional dependencies that are not enabled must be disabled when compiling with meson, with an option like -Dlibraw=false

Eidokan commented on 2023-10-18 18:04 (UTC)

Looks like version 1.2 depends on libraw as well by default. I got the following error message:

meson.build:363:15: ERROR: Dependency "libraw" not found, tried pkgconfig and cmake

With an additional libraw dependency this compiles without issues.

Mr.Smith1974 commented on 2023-07-02 16:23 (UTC)

Worked version https://aur.archlinux.org/packages/siril-appimage

vinvin commented on 2023-06-12 11:38 (UTC)

Indeed. This is fixed for the upcoming 1.2. A simple patch can be made for 1.0 from this commit https://gitlab.com/free-astro/siril/-/commit/a593c2b10c9090b5f991718148d61c0fa156fb41

Lubiquity commented on 2023-03-03 17:04 (UTC)

For testing the 1.2.0-beta1 before the near release:

diff --git a/PKGBUILD b/PKGBUILD
index 51c4564..db729ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
 # Contributor: Vincent Hourdin <vh|at|free-astro=DOT=vinvin.tf>

 pkgname=siril
-pkgver='1.0.6'
-pkgrel=1
+pkgver='1.2.0'
+pkgrel='1'
 pkgdesc="An astronomical image processing software for Linux. (IRIS clone)"
 arch=('x86_64')
 license=('GPLv3')
-depends=('gtk3' 'json-glib' 'fftw' 'cfitsio' 'gsl' 'libconfig' 'opencv' 'exiv2' 'gnuplot')
-makedepends=('meson' 'cmake' 'ninja')   
+depends=('gtk3' 'json-glib' 'fftw' 'cfitsio' 'gsl' 'libconfig' 'opencv' 'exiv2' 'gnuplot' 'ffms2')
+makedepends=('meson' 'cmake' 'ninja')
 url="https://www.siril.org/"
 optdepends=('libpng: PNG import'
             'libjpeg: JPEG import and export'
@@ -18,17 +18,17 @@ optdepends=('libpng: PNG import'
             'libcurl-gnutls: check for updates'
             'gnuplot: photometry graphs creation')

-source=("https://free-astro.org/download/siril-${pkgver}.tar.bz2")
-sha256sums=('f89604697ffcd43f009f8b4474daafdef220a4f786636545833be1236f38b561')
+source=("https://free-astro.org/download/siril-${pkgver}-beta${pkgrel}.tar.bz2")
+sha256sums=('34b17936a51394685929b9258b2a1d53344aa47a77f48318915cba10e932cf21')

 build() {
-  cd "$srcdir/$pkgname-$pkgver/"
+  cd "$srcdir/$pkgname-$pkgver-beta$pkgrel/"
   meson --prefix /usr --buildtype release _build
   ninja -C _build
 }


 package() {  
-  cd "$srcdir/$pkgname-$pkgver/"
+  cd "$srcdir/$pkgname-$pkgver-beta$pkgrel/"
   meson install -C _build --destdir "$pkgdir"
 }

maboleth commented on 2023-02-02 21:04 (UTC)

For some reason Siril is not assigning its own icon in /usr/share/siril/pixmaps in App menu in Xfce4.

It has to be done manually.

HMich commented on 2022-12-26 11:59 (UTC)

somebody can give me a hand?

siril is not running

siril: symbol lookup error: siril: undefined symbol: _Z12rcd_demosaiciiPKPKfPPfS4_S4_PA2_KjRKSt8functionIFbdEEmb

all dependencies are met, everything up to date

thanks

wbrogdon commented on 2022-10-20 14:00 (UTC) (edited on 2022-10-20 14:01 (UTC) by wbrogdon)

siril 1.0.6 has been released on the siril website