1 |
Name: siril |
2 |
Version: 0.9.6 |
3 |
Release: %mkrel 1 |
4 |
Summary: Astronomical image (pre-)processing program |
5 |
Group: Sciences/Astronomy |
6 |
License: GPLv3+ |
7 |
URL: http://free-astro.org/index.php/Siril |
8 |
Source0: https://free-astro.org/download/%{name}-%{version}.tar.bz2 |
9 |
Patch0: %{name}-0.9.5-mga-install.patch |
10 |
BuildRequires: appstream-util |
11 |
BuildRequires: autoconf |
12 |
BuildRequires: automake |
13 |
BuildRequires: gettext |
14 |
BuildRequires: intltool |
15 |
BuildRequires: pkgconfig(cfitsio) |
16 |
BuildRequires: pkgconfig(ffms2) |
17 |
BuildRequires: pkgconfig(fftw3) |
18 |
BuildRequires: pkgconfig(gsl) |
19 |
BuildRequires: pkgconfig(gtk+-3.0) |
20 |
BuildRequires: pkgconfig(libavcodec) |
21 |
BuildRequires: pkgconfig(libavformat) |
22 |
BuildRequires: pkgconfig(libavutil) |
23 |
BuildRequires: pkgconfig(libconfig) |
24 |
BuildRequires: pkgconfig(libpng) |
25 |
BuildRequires: pkgconfig(libraw) |
26 |
BuildRequires: pkgconfig(libswresample) |
27 |
BuildRequires: pkgconfig(libswscale) |
28 |
BuildRequires: pkgconfig(libtiff-4) |
29 |
BuildRequires: pkgconfig(opencv) |
30 |
|
31 |
Recommends: gnuplot |
32 |
|
33 |
%description |
34 |
Siril is an image processing tool specially tailored for noise reduction and |
35 |
improving the signal/noise ratio of an image from multiple captures, as |
36 |
required in astronomy. Siril can align automatically or manually, stack and |
37 |
enhance pictures from various file formats, even images sequences (movies and |
38 |
SER files). |
39 |
|
40 |
%prep |
41 |
%autosetup -p1 |
42 |
|
43 |
%build |
44 |
intltoolize -f -c |
45 |
autoreconf -vfi -Wno-portability |
46 |
|
47 |
%configure2_5x |
48 |
%make_build |
49 |
|
50 |
%install |
51 |
%make_install |
52 |
|
53 |
%find_lang %{name} |
54 |
|
55 |
%check |
56 |
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/org.free-astro.%{name}.appdata.xml |
57 |
|
58 |
%files -f %{name}.lang |
59 |
%doc AUTHORS NEWS README.md |
60 |
%license COPYING LICENSE |
61 |
%{_bindir}/%{name} |
62 |
%{_datadir}/%{name}/ |
63 |
%{_datadir}/applications/org.free-astro.%{name}.desktop |
64 |
%{_datadir}/mime/packages/%{name}.xml |
65 |
%{_datadir}/appdata/org.free-astro.%{name}.appdata.xml |
66 |
%{_iconsdir}/hicolor/scalable/apps/%{name}.svg |
67 |
%{_iconsdir}/hicolor/*/apps/%{name}.png |
68 |
%{_mandir}/man1/%{name}.1* |