Accepting request 900018 from home:polslinux:branches:graphics

- Update to 0.99.10:
  * New alignment algo on 2 or 3 stars
  * New pixel rejection algo: Generalized Extreme Studentized Deviate Test
  * Added weighting of images according to noise
  * Normalization refactoring
  * Remove black borders of stacked image
  * Possibility of processing with synthetic bias
  * Extraction of the green channel 
  * Update sampling after channel extraction and/or Drizzle
  * Keep WCS info in stacked image 
  * Added drag and drop to open an image, or a sequence
  * Improve overall performance
- Drop fix_glib_2_68_error.patch

OBS-URL: https://build.opensuse.org/request/show/900018
OBS-URL: https://build.opensuse.org/package/show/graphics/siril?expand=0&rev=17
This commit is contained in:
Marcus Meissner 2021-06-23 09:48:02 +00:00 committed by Git OBS Bridge
parent 1abb836627
commit 4a1106b76e
5 changed files with 21 additions and 39 deletions

View File

@ -1,32 +0,0 @@
From d319fceca5b00f156e1c5e3512d3ac1f41beb16a Mon Sep 17 00:00:00 2001
From: Cyril Richard <cyril.richard42@gmail.com>
Date: Tue, 2 Mar 2021 13:46:32 +0100
Subject: [PATCH] Should fix the bug in issue #680
---
src/core/exif.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/core/exif.cpp b/src/core/exif.cpp
index dd58b1dc..f3070198 100644
--- a/src/core/exif.cpp
+++ b/src/core/exif.cpp
@@ -25,7 +25,6 @@ extern "C" {
#include "config.h"
#endif
-#include <glib.h>
#ifdef _OPENMP
#include <omp.h>
#endif
@@ -33,6 +32,8 @@ extern "C" {
}
#endif
+#include <glib.h>
+
#include <cassert>
#include <fstream>
#include <iostream>
--
GitLab

3
siril-0.99.10.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d08c8acbee8729cdbb397e4ad870108713051af6c8eef649994e61c78defce87
size 2668658

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53e3c1e657e525e2daa8ff30e34f4adf998a32ba06f13ad949289ea79a827c06
size 2621460

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Jun 15 05:33:59 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
- Update to 0.99.10:
* New alignment algo on 2 or 3 stars
* New pixel rejection algo: Generalized Extreme Studentized Deviate Test
* Added weighting of images according to noise
* Normalization refactoring
* Remove black borders of stacked image
* Possibility of processing with synthetic bias
* Extraction of the green channel
* Update sampling after channel extraction and/or Drizzle
* Keep WCS info in stacked image
* Added drag and drop to open an image, or a sequence
* Improve overall performance
- Drop fix_glib_2_68_error.patch
-------------------------------------------------------------------
Fri May 7 07:26:48 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -17,15 +17,13 @@
Name: siril
Version: 0.99.8.1
Version: 0.99.10
Release: 0
Summary: An astronomical image processing software for Linux. (IRIS clone)
License: GPL-3.0-only
Group: Productivity/Scientific/Physics
URL: https://www.siril.org/
Source: https://gitlab.com/free-astro/siril/-/archive/%{version}/siril-%{version}.tar.bz2
#PATCH-FIX-UPSTREAM https://gitlab.com/free-astro/siril/-/commit/d319fceca5b00f156e1c5e3512d3ac1f41beb16a
Patch0: fix_glib_2_68_error.patch
BuildRequires: gcc-c++
# Remove git build dep when fixed upstream: https://gitlab.com/free-astro/siril/-/issues/583
BuildRequires: git
@ -60,7 +58,6 @@ automatically or manually, stack them and enhance final images.
%prep
%setup -q
%patch0 -p1
%build
# override build directory, the default "build" is a regular source directory