- Update to 1.2.0: * Fixed crash in background extraction samples removing (#1123) * Fixed crash in binning with ushort images (4d4d4878) * Fixed crash in findstar when a large saturated patch was close to border * Fixed memory leaks in deconvolution code (3e122ad7) * Fixed sorting in the rightmost columns in Dynamic PSF window (75586c04) * Added logging typed command in stdout (06f67292) * Improved path-checking and messages for astrometry.net local solver (Windows) (!524) * Prevent crash using recomposition tool eyedroppers without images loaded (!526) * Fixed HaOiii script failure if input image has odd dimensions (!533) * Fixed errors in GNUplot process handling (!538) * Fixed crash with seqextract_HaOIII command (!535) * Fixed crash when trying to export csv from empty plot (#1150) * Fixed deleting RA/Dec info when undoing an astrometry solve (#1119) * Improved error detection and messages for astrometry (!516) * Fixed sampling range specification for siril internal solver (!549) * Fixed all command descriptions (!546) * Fixed SER orientation after AVI conversion (#1120) * Fixed rescaling float images upon loading when not in [0,1] range (#1155) * Fixed initialization of guide image for clamping (#1114) * Fixed disabling weighting in the GUI when widget is not visible (#1158) * Fixed output_norm behavior for stacking to ignore border values (#1159) * Fixed the check for the no space left condition in the conversion (#1108) * Fixed DATE_OBS missing on seqapplyreg if interp was set to NONE (#1156) * Fixed photometry issue with 8-bit .ser file (#1160) * Fixed removing zero values in histogram calculations (#1164) * Fixed pixel sizes after HaOIII extrcation (#1175) * Fixed crash when passing only constants in pm expression (#1176) * Fixed incorrect channel when adding star from selection in RGB vport (#1180) * Allow to access to non-local disk (#1182) OBS-URL: https://build.opensuse.org/request/show/1112672 OBS-URL: https://build.opensuse.org/package/show/graphics/siril?expand=0&rev=42
99 lines
3.5 KiB
RPMSpec
99 lines
3.5 KiB
RPMSpec
#
|
|
# spec file for package siril
|
|
#
|
|
# Copyright (c) 2023 SUSE LLC
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: siril
|
|
Version: 1.2.0
|
|
Release: 0
|
|
Summary: An astronomical image processing software for Linux. (IRIS clone)
|
|
License: BSL-1.0 AND GPL-3.0-or-later
|
|
Group: Productivity/Scientific/Physics
|
|
URL: https://www.siril.org/
|
|
Source: https://gitlab.com/free-astro/siril/-/archive/%{version}/siril-%{version}.tar.bz2
|
|
Patch0: fix-exiv2.patch
|
|
BuildRequires: cmake
|
|
BuildRequires: fdupes
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: libheif-devel
|
|
BuildRequires: meson >= 0.56.0
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: pkgconfig(cfitsio)
|
|
BuildRequires: pkgconfig(exiv2) >= 0.25
|
|
BuildRequires: pkgconfig(ffms2)
|
|
BuildRequires: pkgconfig(fftw3)
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.56.0
|
|
BuildRequires: pkgconfig(gsl)
|
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.20.0
|
|
BuildRequires: pkgconfig(json-glib-1.0) >= 1.2.6
|
|
BuildRequires: pkgconfig(libavcodec)
|
|
BuildRequires: pkgconfig(libavformat)
|
|
BuildRequires: pkgconfig(libavutil) >= 55.20
|
|
BuildRequires: pkgconfig(libconfig++) >= 1.4
|
|
BuildRequires: pkgconfig(libcurl)
|
|
BuildRequires: pkgconfig(libjpeg)
|
|
BuildRequires: pkgconfig(libpng16)
|
|
BuildRequires: pkgconfig(libraw)
|
|
BuildRequires: pkgconfig(libswresample)
|
|
BuildRequires: pkgconfig(libswscale)
|
|
BuildRequires: pkgconfig(libtiff-4)
|
|
BuildRequires: pkgconfig(opencv4) >= 4.4.0
|
|
BuildRequires: pkgconfig(rtprocess)
|
|
BuildRequires: pkgconfig(shared-mime-info)
|
|
BuildRequires: pkgconfig(wcslib)
|
|
|
|
%description
|
|
Siril is meant to be Iris for Linux (sirI-L). It is an astronomical image
|
|
processing tool, able to convert, pre-process images, help aligning them
|
|
automatically or manually, stack them and enhance final images.
|
|
|
|
%prep
|
|
%autosetup -n siril-%{version} -p1
|
|
|
|
%build
|
|
# override build directory, the default "build" is a regular source directory
|
|
%define _vpath_builddir builddir
|
|
%meson \
|
|
-Drelocatable-bundle=no \
|
|
%{nil}
|
|
%meson_build
|
|
|
|
%install
|
|
%meson_install
|
|
rm %{buildroot}/%{_datadir}/doc/siril/*
|
|
%find_lang %{name}
|
|
install -m 0644 -D platform-specific/linux/org.free_astro.siril.desktop %{buildroot}%{_datadir}/applications/org.free_astro.siril.desktop
|
|
install -m 0644 -D platform-specific/linux/siril.xml %{buildroot}%{_datadir}/mime/packages/siril.xml
|
|
|
|
%fdupes %{buildroot}/%{_datadir}
|
|
|
|
%files -f %{name}.lang
|
|
%doc ChangeLog NEWS README.md AUTHORS
|
|
%license LICENSE.md LICENSE_sleef.txt
|
|
%{_bindir}/siril
|
|
%{_bindir}/siril-cli
|
|
%{_mandir}/man1/siril.1%{?ext_man}
|
|
%{_mandir}/man1/siril-cli.1%{?ext_man}
|
|
%{_datadir}/siril/
|
|
%{_datadir}/metainfo/org.free_astro.siril.appdata.xml
|
|
%{_datadir}/applications/org.free_astro.siril.desktop
|
|
%{_datadir}/mime/packages/siril.xml
|
|
%{_datadir}/icons/hicolor/scalable/mimetypes/text-x-seq.svg
|
|
%{_datadir}/icons/hicolor/scalable/apps/org.free_astro.siril.svg
|
|
%{_datadir}/icons/hicolor/symbolic/apps/org.free_astro.siril-symbolic.svg
|
|
|
|
%changelog
|