SHA256
1
0
forked from pool/siril

Accepting request 686142 from home:darix:playground

might make sense to have this here. not meant for tumbleweed

OBS-URL: https://build.opensuse.org/request/show/686142
OBS-URL: https://build.opensuse.org/package/show/graphics/siril?expand=0&rev=1
This commit is contained in:
Marcus Rückert 2019-03-18 14:48:38 +00:00 committed by Git OBS Bridge
commit 0646fe9f14
5 changed files with 127 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

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

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

32
siril.changes Normal file
View File

@ -0,0 +1,32 @@
-------------------------------------------------------------------
Mon Mar 18 14:47:20 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
- update to 0.9.10
http://free-astro.org/index.php?title=Siril:0.9.10
-------------------------------------------------------------------
Sun Jan 13 00:54:08 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
- update to 0.9.9
http://free-astro.org/index.php?title=Siril:0.9.9
-------------------------------------------------------------------
Fri Apr 13 21:02:46 UTC 2018 - mrueckert@suse.de
- update to 0.9.8.3
-------------------------------------------------------------------
Fri Nov 10 16:48:01 UTC 2017 - mrueckert@suse.de
- update to 0.9.7
-------------------------------------------------------------------
Mon Jan 23 17:14:31 UTC 2017 - mrueckert@suse.de
- update to 0.9.5
-------------------------------------------------------------------
Mon May 25 00:27:13 UTC 2015 - stefan.bruens@rwth-aachen.de
- initial OBS version

68
siril.spec Normal file
View File

@ -0,0 +1,68 @@
#
# spec file for package siril
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: siril
Version: 0.9.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
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc-c++
BuildRequires: intltool
BuildRequires: libjpeg-devel
BuildRequires: opencv-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(cfitsio)
BuildRequires: pkgconfig(fftw3)
BuildRequires: pkgconfig(gsl)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.6.0
BuildRequires: pkgconfig(libconfig++) >= 1.4
BuildRequires: pkgconfig(libraw)
BuildRequires: pkgconfig(libtiff-4)
%description
Siril is meant to be Iris for Linux (sirI-L). It is an astronomical image
processing tool, able to convert, pre-process images, help aligning them
automatically or manually, stack them and enhance final images.
%prep
%setup -q
%build
#autoreconf --install
./autogen.sh
%configure
make %{?_smp_mflags}
%install
%make_install
rm %{buildroot}/%{_datadir}/doc/siril/*
%find_lang %{name}
%files -f %{name}.lang
%doc ChangeLog NEWS README.md AUTHORS
%license LICENSE.md
%{_bindir}/siril
%{_mandir}/man1/siril.1%{?ext_man}
%{_datadir}/siril/
%changelog