1 |
Name: siril |
2 |
Version: 0.9.5 |
3 |
Release: %mkrel 4 |
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 |
%description |
32 |
Siril is an image processing tool specially tailored for noise reduction and |
33 |
improving the signal/noise ratio of an image from multiple captures, as |
34 |
required in astronomy. Siril can align automatically or manually, stack and |
35 |
enhance pictures from various file formats, even images sequences (movies and |
36 |
SER files). |
37 |
|
38 |
%prep |
39 |
%autosetup -p1 |
40 |
|
41 |
%build |
42 |
intltoolize -f -c |
43 |
autoreconf -vfi -Wno-portability |
44 |
|
45 |
%configure2_5x |
46 |
%make_build |
47 |
|
48 |
%install |
49 |
%make_install |
50 |
|
51 |
%find_lang %{name} |
52 |
|
53 |
%check |
54 |
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/org.free-astro.%{name}.appdata.xml |
55 |
|
56 |
%files -f %{name}.lang |
57 |
%doc AUTHORS NEWS README |
58 |
%license COPYING LICENSE |
59 |
%{_bindir}/%{name} |
60 |
%{_datadir}/%{name}/ |
61 |
%{_datadir}/applications/org.free-astro.%{name}.desktop |
62 |
%{_datadir}/mime/packages/%{name}.xml |
63 |
%{_datadir}/appdata/org.free-astro.%{name}.appdata.xml |
64 |
%{_iconsdir}/hicolor/scalable/apps/%{name}.svg |
65 |
%{_iconsdir}/hicolor/*/apps/%{name}.png |
66 |
%{_mandir}/man1/%{name}.1* |