Accepting request 960491 from graphics
OBS-URL: https://build.opensuse.org/request/show/960491 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/siril?expand=0&rev=11
This commit is contained in:
commit
2ebe7eacd7
3
siril-1.0.0.tar.bz2
Normal file
3
siril-1.0.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:22fec7b88b94c40c4180e6637fef8a7cd8ea95ccaf23323e403bf2296ec274bc
|
||||||
|
size 3335637
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9fa0639d3242118f51a4253b703b283b23d480d674a3750cac6908380276c1dd
|
|
||||||
size 2800564
|
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 9 12:01:08 UTC 2022 - Adam Majer <adam.majer@suse.de>
|
||||||
|
|
||||||
|
- Update to 1.0.0:
|
||||||
|
* Added ASTRO-TIFF standard
|
||||||
|
* Fixed memory consumption for all sequence operations
|
||||||
|
* Fixed settings for sequence export as webm film with VP9 codec
|
||||||
|
* Removed use of lo/hi cursors and fixed normalization for export
|
||||||
|
* Fixed load and close commands for scripts in GUI
|
||||||
|
* Fixed Bayer pattern in SER after extraction
|
||||||
|
* Fixed registration crash for small images
|
||||||
|
* Improved main panel separator positioning and keeping it in memory
|
||||||
|
* Improved speed of FITSEQ detection when scanning sequences
|
||||||
|
* Reintroduced compatibility with OpenCV 4.2 with disabled features
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 15 10:00:24 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
|
Wed Dec 15 10:00:24 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
10
siril.spec
10
siril.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package siril
|
# spec file for package siril
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -16,16 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define rcver_upstream 1.0.0-rc2
|
|
||||||
|
|
||||||
Name: siril
|
Name: siril
|
||||||
Version: 1.0.0~rc2
|
Version: 1.0.0
|
||||||
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: BSL-1.0 AND GPL-3.0-or-later
|
License: BSL-1.0 AND GPL-3.0-or-later
|
||||||
Group: Productivity/Scientific/Physics
|
Group: Productivity/Scientific/Physics
|
||||||
URL: https://www.siril.org/
|
URL: https://www.siril.org/
|
||||||
Source: https://gitlab.com/free-astro/siril/-/archive/%{rcver_upstream}/siril-%{rcver_upstream}.tar.bz2#/%{name}-%{version}.tar.bz2
|
Source: https://free-astro.org/download/siril-%{version}.tar.bz2
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: meson >= 0.53.0
|
BuildRequires: meson >= 0.53.0
|
||||||
@ -59,7 +57,7 @@ processing tool, able to convert, pre-process images, help aligning them
|
|||||||
automatically or manually, stack them and enhance final images.
|
automatically or manually, stack them and enhance final images.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{rcver_upstream}
|
%autosetup -c -n siril-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# override build directory, the default "build" is a regular source directory
|
# override build directory, the default "build" is a regular source directory
|
||||||
|
Loading…
x
Reference in New Issue
Block a user