Search Criteria
Package Details: siril 1.0.6-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: | GPLv3 |
Submitter: | vinvin |
Maintainer: | pozar87 (mobarre) |
Last Packager: | pozar87 |
Votes: | 15 |
Popularity: | 0.32 |
First Submitted: | 2012-10-15 00:40 (UTC) |
Last Updated: | 2022-10-20 14:22 (UTC) |
Dependencies (19)
- cfitsio
- exiv2 (exiv2-git)
- fftw (fftw-amd)
- gnuplot (gnuplot-git, gnuplot-headless, gnuplot-nogui, gnuplot4)
- gsl (gsl-git)
- gtk3 (gtk3-git, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-patched-filechooser-icon-view, gtk3-classic, gtk3-classic-xfce)
- json-glib (json-glib-git)
- libconfig (libconfig-git)
- opencv (opencv2, opencv-cuda)
- cmake (cmake-git) (make)
- meson (meson-git) (make)
- ninja (ninja-git, ninja-kitware, ninja-mem, python-ninja) (make)
- ffms2 (ffms2-git) (optional) – films native support as image sequences and import
- gnuplot (gnuplot-git, gnuplot-headless, gnuplot-nogui, gnuplot4) (optional) – photometry graphs creation
- libcurl-gnutls (libcurl3-gnutls, libcurl-http3-ngtcp2-gnutls) (optional) – check for updates
- libjpeg (mozjpeg-git, libjpeg-turbo-git, mozjpeg, libjpeg-turbo) (optional) – JPEG import and export
- libpng (libpng-apng, libpng-git) (optional) – PNG import
- libraw (libraw-git) (optional) – DSLR RAW images import
- libtiff (libtiff-git, libtiff-lerc) (optional) – TIFF import and export
Latest Comments
1 2 3 4 5 6 7 Next › Last »
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
xiota commented on 2023-06-10 05:04 (UTC) (edited on 2023-06-12 17:16 (UTC) by xiota)
extra/exiv2
introduced some breaking changes. See https://gitlab.com/free-astro/siril/-/issues/1117Also, license needs to be changed to
GPL3
(notGPLv3
)Lubiquity commented on 2023-03-03 17:04 (UTC)
For testing the 1.2.0-beta1 before the near release:
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
pozar87 commented on 2022-01-01 19:40 (UTC)
Thanks! I've bumped it to 1.0.0-rc2, it seems to work just fine :)
lemust83 commented on 2022-01-01 16:56 (UTC)
Hi I've build a PKGBUILD that source to Siril 1.0.0-rc2 Some differences at package() fonction that use meson according to readme in source package.
pkgname=siril pkgver=1 pkgrel=1 pkgdesc="an astronomical image processing tool" arch=('x86_64') url="https://siril.org/fr/" license=('GPLv3') depends=('gtk3' 'json-glib' 'cfitsio' 'fftw' 'ffmpeg' 'gsl' 'libconfig' 'exiv2' 'opencv' 'gnuplot') makedepends=('meson' 'ninja' 'cmake') conflicts=(siril) replaces=(siril) source=("siril.1-1.tar.xz::https://free-astro.org/download/siril-1.0.0-rc2.tar.bz2") sha512sums=(3b41790d30cc3680eef3d194246a920926b957975d55be74dfaa436109ba005fb288faa7cac84f2b0be9bc091238080fd8cc4f86f2ed47abf6a4fc5f6adebdc4)
build() { cd "$srcdir" meson --buildtype release _build ninja -C _build
}
package() { cd "$srcdir" meson install -C _build --destdir "$pkgdir" }
You can use it if you want or ask me for submit . Cheers lemust83
1 2 3 4 5 6 7 Next › Last »