Accepting request 873311 from home:polslinux:branches:graphics
- Update to 0.99.8.1: * Fixed crash because of wcslib function * New ability to remove sequence frames from the "Plot" tab * New merge command * New astrometry annotation ability * New snapshot function * New conversion internal algorithm, can convert any sequence to any other sequence type too now * Handle datetime in TIFF file * Improved color saturation tool with a background factor to adjust the strength * Reduced memory used by global registration * Improving films (AVI and others) support: notifying the user, suggesting conversion, fixing parallel operations * Fixed memory leak in minmax algorithms * Fixed a bug in FITS from DSLR debayer when image height is odd * Fixed out-of-memory conditions on global registration and median or mean stacking * Fixed SER stacking with 32 bits output * Fixed bitrate value issue in mp4 export * Fixed normalization issue with SER files OBS-URL: https://build.opensuse.org/request/show/873311 OBS-URL: https://build.opensuse.org/package/show/graphics/siril?expand=0&rev=13
This commit is contained in:
parent
6c1314293d
commit
45a26451ee
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:00b426ec0ff08afed7a6c69e8c25abe7ced867cf4b2cfad8c1553c190821cf01
|
|
||||||
size 1804465
|
|
3
siril-0.99.8.1.tar.bz2
Normal file
3
siril-0.99.8.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:53e3c1e657e525e2daa8ff30e34f4adf998a32ba06f13ad949289ea79a827c06
|
||||||
|
size 2621460
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 07:59:01 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
- Update to 0.99.8.1:
|
||||||
|
* Fixed crash because of wcslib function
|
||||||
|
* New ability to remove sequence frames from the "Plot" tab
|
||||||
|
* New merge command
|
||||||
|
* New astrometry annotation ability
|
||||||
|
* New snapshot function
|
||||||
|
* New conversion internal algorithm, can convert any sequence to
|
||||||
|
any other sequence type too now
|
||||||
|
* Handle datetime in TIFF file
|
||||||
|
* Improved color saturation tool with a background factor
|
||||||
|
to adjust the strength
|
||||||
|
* Reduced memory used by global registration
|
||||||
|
* Improving films (AVI and others) support: notifying the user,
|
||||||
|
suggesting conversion, fixing parallel operations
|
||||||
|
* Fixed memory leak in minmax algorithms
|
||||||
|
* Fixed a bug in FITS from DSLR debayer when image height is odd
|
||||||
|
* Fixed out-of-memory conditions on global registration and
|
||||||
|
median or mean stacking
|
||||||
|
* Fixed SER stacking with 32 bits output
|
||||||
|
* Fixed bitrate value issue in mp4 export
|
||||||
|
* Fixed normalization issue with SER files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 30 13:41:48 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
Wed Sep 30 13:41:48 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||||
|
|
||||||
|
18
siril.spec
18
siril.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package siril
|
# spec file for package siril
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: siril
|
Name: siril
|
||||||
Version: 0.99.6
|
Version: 0.99.8.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An astronomical image processing software for Linux. (IRIS clone)
|
Summary: An astronomical image processing software for Linux. (IRIS clone)
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
@ -28,15 +28,14 @@ BuildRequires: gcc-c++
|
|||||||
# Remove git build dep when fixed upstream: https://gitlab.com/free-astro/siril/-/issues/583
|
# Remove git build dep when fixed upstream: https://gitlab.com/free-astro/siril/-/issues/583
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: opencv-devel
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: shared-mime-info
|
|
||||||
BuildRequires: pkgconfig(cfitsio)
|
BuildRequires: pkgconfig(cfitsio)
|
||||||
BuildRequires: pkgconfig(exiv2)
|
BuildRequires: pkgconfig(exiv2)
|
||||||
BuildRequires: pkgconfig(ffms2)
|
BuildRequires: pkgconfig(ffms2)
|
||||||
BuildRequires: pkgconfig(fftw3)
|
BuildRequires: pkgconfig(fftw3)
|
||||||
BuildRequires: pkgconfig(gsl)
|
BuildRequires: pkgconfig(gsl)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.17.0
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.17.0
|
||||||
|
BuildRequires: pkgconfig(json-glib-1.0)
|
||||||
BuildRequires: pkgconfig(libavcodec)
|
BuildRequires: pkgconfig(libavcodec)
|
||||||
BuildRequires: pkgconfig(libavformat)
|
BuildRequires: pkgconfig(libavformat)
|
||||||
BuildRequires: pkgconfig(libavutil) >= 55.20
|
BuildRequires: pkgconfig(libavutil) >= 55.20
|
||||||
@ -48,7 +47,9 @@ BuildRequires: pkgconfig(libraw)
|
|||||||
BuildRequires: pkgconfig(libswresample)
|
BuildRequires: pkgconfig(libswresample)
|
||||||
BuildRequires: pkgconfig(libswscale)
|
BuildRequires: pkgconfig(libswscale)
|
||||||
BuildRequires: pkgconfig(libtiff-4)
|
BuildRequires: pkgconfig(libtiff-4)
|
||||||
|
BuildRequires: pkgconfig(opencv)
|
||||||
BuildRequires: pkgconfig(rtprocess)
|
BuildRequires: pkgconfig(rtprocess)
|
||||||
|
BuildRequires: pkgconfig(shared-mime-info)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Siril is meant to be Iris for Linux (sirI-L). It is an astronomical image
|
Siril is meant to be Iris for Linux (sirI-L). It is an astronomical image
|
||||||
@ -72,8 +73,8 @@ rm %{buildroot}/%{_datadir}/doc/siril/*
|
|||||||
%find_lang %{name}
|
%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/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
|
install -m 0644 -D platform-specific/linux/siril.xml %{buildroot}%{_datadir}/mime/packages/siril.xml
|
||||||
install -m 0755 -D -d %{buildroot}%{_datadir}/pixmaps/
|
# remove duplicate file
|
||||||
ln -sf /usr/share/siril/pixmaps/siril.svg %{buildroot}%{_datadir}/pixmaps/siril.svg
|
rm -f %{buildroot}%{_datadir}/siril/pixmaps/siril.svg
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%doc ChangeLog NEWS README.md AUTHORS
|
%doc ChangeLog NEWS README.md AUTHORS
|
||||||
@ -86,9 +87,8 @@ ln -sf /usr/share/siril/pixmaps/siril.svg %{buildr
|
|||||||
%{_datadir}/metainfo/org.free_astro.siril.appdata.xml
|
%{_datadir}/metainfo/org.free_astro.siril.appdata.xml
|
||||||
%{_datadir}/applications/org.free_astro.siril.desktop
|
%{_datadir}/applications/org.free_astro.siril.desktop
|
||||||
%{_datadir}/mime/packages/siril.xml
|
%{_datadir}/mime/packages/siril.xml
|
||||||
%{_datadir}/icons/hicolor/*/apps/siril.png
|
|
||||||
%{_datadir}/icons/hicolor/scalable/mimetypes/text-x-seq.svg
|
%{_datadir}/icons/hicolor/scalable/mimetypes/text-x-seq.svg
|
||||||
%{_datadir}/icons/hicolor/symbolic/apps/siril-symbolic.svg
|
%{_datadir}/icons/hicolor/scalable/apps/org.free_astro.siril.svg
|
||||||
%{_datadir}/pixmaps/siril.svg
|
%{_datadir}/icons/hicolor/symbolic/apps/org.free_astro.siril-symbolic.svg
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user