Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

siril-1.0.6-bp155.1.9 RPM for aarch64

From OpenSuSE Leap 15.5 for aarch64

Name: siril Distribution: SUSE Linux Enterprise 15 SP5
Version: 1.0.6 Vendor: openSUSE
Release: bp155.1.9 Build date: Mon May 22 14:56:27 2023
Group: Productivity/Scientific/Physics Build host: obs-arm-7
Size: 8122063 Source RPM: siril-1.0.6-bp155.1.9.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.siril.org/
Summary: An astronomical image processing software for Linux. (IRIS clone)
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.

Provides

Requires

License

BSL-1.0 AND GPL-3.0-or-later

Changelog

* Tue Oct 18 2022 Paolo Stivanin <info@paolostivanin.com>
  - Update to 1.0.6:
    * When an empty or malformed SER file was in the directory,
      previewing it would crash siril.
    * Saving an image as TIFF could crash siril.
    * Extracting the polynomial background gradient could crash
      siril when not enough samples were set.
    * The iif command of Pixel Math had a problem.
      Also, PixelMath mishandled some negative values.
    * Cropping a sequence with images of different sizes
      would crash if the selected area was not common to all
      the frames of the sequence.
    * Command seqstat could crash on large sequences when some
      images were not selected.
    * Siril could crash when a large star was close to border
      during star detection.
    * Asinh tool had bad behaviour with the black point for
      monochrome and 32bits images.
    * Searching for a sky object in SIMBAD containing a ‘+’ character
      in its named failed.
* Fri Sep 23 2022 Paolo Stivanin <info@paolostivanin.com>
  - Update to 1.0.5:
    * Fix critical bug that causes a shift of 1 pixel in x and y after
      a registration of images on which there was a meridian flip.
* Wed Sep 07 2022 Paolo Stivanin <info@paolostivanin.com>
  - Update to 1.0.4:
    * Fix crash.
    * Updates to the histogram transformation tool.
* Wed Jun 29 2022 Paolo Stivanin <info@paolostivanin.com>
  - Update to 1.0.3:
    * Added generalized hyperbolic transformation tool
    * Fixed some bugs
* Mon May 23 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Update to 1.0.2:
    * Added new RBF interpolation method in the background extraction
      tool
    * Removed file name length limit in conversion
    * Fixed crash in preprocess command if a quote was not closed in
    - bias= option
    * Fixed crash when star detection box was expanded past a border
    * Fixed crash in plot when X axis data contained negative values
    * Fixed numerous bugs in the background extraction tool
    * Fixed bug in PixelMath where only one char parameter where
      allowed
    * Fixed bug in FITS partial reader
* Tue Apr 26 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Use tarball from gitlab, to fix broken builds due to wrong
    line endings in all files.
* Tue Apr 19 2022 Paolo Stivanin <info@paolostivanin.com>
  - Update to 1.0.1:
    * various bugs fixed
    * pixel math improvements
* Wed Mar 09 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 2021 Paolo Stivanin <info@paolostivanin.com>
  - Update to 1.0.0~rc2:
    * Fixes many crashes
    * Minor improvements in plot feature
* Mon Nov 22 2021 Paolo Stivanin <info@paolostivanin.com>
  - Update to 1.0.0-rc1:
    * This new version makes it possible to attempt an astrometric
      resolution on only part of the image.
      Still for wide field images (FOV > 5°), the astrometric
      resolution is now done by default on the central part
      of the image only.
    * Keeping WCS information in geometric operations
    * Keeping WCS information in Undo/Redo
    * Better annotation
    * Add of GAIA EDR3 catalogue
    * Improve star detection in image registration
    * For global registration, it is now possible to choose the number
      of degrees of freedom of the transformation that sends the image
      to be registered to the reference image. By default, the
      transformation is a homography, which admits a certain number
      of distortions between the 2 images.
    * New tool: Evaluate sensor tilt
    * New button for quick photometry
    * Pixel Math : implementation of a first version
    * Refactoring of command help
  - For more details, see https://siril.org/download/2021-11-20-siril-1.0.0-rc1
* Fri Nov 12 2021 Paolo Stivanin <info@paolostivanin.com>
  - Fix incorrect/missing licenses
  - Run spec-cleaner
* Wed Nov 10 2021 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Use OpenCV 4 on TW again, instead of the old OpenCV 3.
  - Use system wcslib
  - Cleanup previous changes:
    * cmake is just an extraneous build dependency
    * deduplicate SVG icons and other files
* Wed Nov 10 2021 Paolo Stivanin <info@paolostivanin.com>
  - Move icon to correct place, fixes bsc#1192563
* Tue Jul 06 2021 Paolo Stivanin <info@paolostivanin.com>
  - Update to 0.99.10.1:
    * Fixed star detection with resolution < 1.0
    * Fixed interpolation issue in global registration
    * Fixed timestamp issue with glib < 2.66
    * New MAD clipping algorithm
* Tue Jun 15 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 07 2021 Paolo Stivanin <info@paolostivanin.com>
  - Fix glib 2.68 compilation error
  - Add fix_glib_2_68_error.patch
* Thu Feb 18 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 2020 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Clean up specfile:
    * Remove no longer required autoconf, automake and intltool build deps
    * Remove irrelevant cmake build dep
    * Remove duplicated libjpeg/exiv2 devel build deps
    * Add comment for overriding meson_build directory
* Wed Sep 30 2020 Paolo Stivanin <info@paolostivanin.com>
  - update to 0.99.6
    * same changelog as 0.99.4. Just some bug fixes added.
* Mon Sep 21 2020 Paolo Stivanin <info@paolostivanin.com>
  - update to 0.99.4
    * New UI with a single window
    * New demosaicing algorithms, RCD is now the default one
    * New algorithm to fix the AF square with XTRANS sensor
    * New support for FITS decompression and compression with
      Rice/Gzip and HCompress methods
    * New support for quantization and HCompress scale factor settings
      for FITS compression
    * New functions to extract Ha and Ha/OII from RGB images
    * New linear match function
    * New link command to create symbolic links
    * New convert command to convert all files (and link FITS)
    * New preference entries for FITS compression settings
    * New native image format: 32-bit floating point image
    * New native sequence format: FITS sequence in a single image
    * New UI for sequence image list
    * New zoom handing: ctrl+scroll (up and down) is the new way
      to zoom in and out
    * New preview in open dialog
    * New language selector in preferences
    * New image importer: HEIF format
    * New stacking filtering criterion (weighted FWHM).
      It can exclude more spurious images
    * New RL deconvolution tool
    * New keyword CTYPE3 for RGB FITS in order to be used by Aladin
    * New binary siril-cli to start siril without X server
    * New preference entries with darks/biases/flat libraries
    * New preliminary Meson support (Florian Benedetti)
    * New ROWORDER FITS keyword that should be used by
      several programm now
    * X(Y)BAYEROFF can now be configured in preferences
    * Parallelizing conversion and some other functions
    * CI file was totally rewritten (Florian Benedetti)
    * Config file was moved to more standard path
    * Optimization of several algorithms (Ingo Weyrich)
    * Background extraction is now available for sequence
    * Midtone Transfer Function is now available for sequence
    * Fixed code for Big Endian machine (Flössie)
    * Fixed bug in SER joining operation when Bayer information was lost
    * Fixed a bug of inaccessible directories in MacOS Catalina
    * Fixed crash on some OpenCV operation with monochrome images
    * Fixed annoying error boxes about missing disk drives on Windows
* Thu Jun 18 2020 Paolo Stivanin <info@paolostivanin.com>
  - Add -fcommon to allow building against GCC10
* Mon Mar 23 2020 Marcus Rueckert <mrueckert@suse.de>
  - update to 0.9.12
    http://free-astro.org/index.php?title=Siril:0.9.12
  - add debian files
* Sat Oct 19 2019 Marcus Rueckert <mrueckert@suse.de>
  - add buildrequires for some missing features
    - video support: libavformat libavutil >= 55.20 libavcodec
      libswscale libswresample
    - websupport: libcurl
    - ffms2
* Sat Oct 19 2019 Marcus Rueckert <mrueckert@suse.de>
  - update to 0.9.11
    http://free-astro.org/index.php?title=Siril:0.9.11
* Mon Mar 18 2019 Marcus Rueckert <mrueckert@suse.de>
  - also package mime info file
* Mon Mar 18 2019 Marcus Rueckert <mrueckert@suse.de>
  - install appdata and desktop file
* Mon Mar 18 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 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 2018 mrueckert@suse.de
  - update to 0.9.8.3
* Fri Nov 10 2017 mrueckert@suse.de
  - update to 0.9.7
* Mon Jan 23 2017 mrueckert@suse.de
  - update to 0.9.5
* Mon May 25 2015 stefan.bruens@rwth-aachen.de
  - initial OBS version

Files

/usr/bin/siril
/usr/bin/siril-cli
/usr/share/applications/org.free_astro.siril.desktop
/usr/share/doc/packages/siril
/usr/share/doc/packages/siril/AUTHORS
/usr/share/doc/packages/siril/ChangeLog
/usr/share/doc/packages/siril/NEWS
/usr/share/doc/packages/siril/README.md
/usr/share/icons/hicolor/scalable/apps/org.free_astro.siril.svg
/usr/share/icons/hicolor/scalable/mimetypes/text-x-seq.svg
/usr/share/icons/hicolor/symbolic/apps/org.free_astro.siril-symbolic.svg
/usr/share/licenses/siril
/usr/share/licenses/siril/LICENSE.md
/usr/share/licenses/siril/LICENSE_sleef.txt
/usr/share/locale/de/LC_MESSAGES/siril.mo
/usr/share/locale/el/LC_MESSAGES/siril.mo
/usr/share/locale/es_ES/LC_MESSAGES/siril.mo
/usr/share/locale/fr/LC_MESSAGES/siril.mo
/usr/share/locale/it_IT/LC_MESSAGES/siril.mo
/usr/share/locale/nl_BE/LC_MESSAGES/siril.mo
/usr/share/locale/pl_PL/LC_MESSAGES/siril.mo
/usr/share/locale/pt_BR/LC_MESSAGES/siril.mo
/usr/share/locale/ru/LC_MESSAGES/siril.mo
/usr/share/locale/zh_CN/LC_MESSAGES/siril.mo
/usr/share/man/man1/siril-cli.1.gz
/usr/share/man/man1/siril.1.gz
/usr/share/metainfo/org.free_astro.siril.appdata.xml
/usr/share/mime/packages/siril.xml
/usr/share/siril
/usr/share/siril/catalogue
/usr/share/siril/catalogue/ic.txt
/usr/share/siril/catalogue/ldn.txt
/usr/share/siril/catalogue/messier.txt
/usr/share/siril/catalogue/ngc.txt
/usr/share/siril/catalogue/sh2.txt
/usr/share/siril/catalogue/stars.txt
/usr/share/siril/pixmaps
/usr/share/siril/pixmaps/astrometry.svg
/usr/share/siril/pixmaps/astrometry_dark.svg
/usr/share/siril/pixmaps/b.svg
/usr/share/siril/pixmaps/cm.svg
/usr/share/siril/pixmaps/curve.svg
/usr/share/siril/pixmaps/export.svg
/usr/share/siril/pixmaps/export_dark.svg
/usr/share/siril/pixmaps/eyedropper.svg
/usr/share/siril/pixmaps/eyedropper_dark.svg
/usr/share/siril/pixmaps/g.svg
/usr/share/siril/pixmaps/grid.svg
/usr/share/siril/pixmaps/histo.svg
/usr/share/siril/pixmaps/list.svg
/usr/share/siril/pixmaps/mirrorx.svg
/usr/share/siril/pixmaps/mirrorx_dark.svg
/usr/share/siril/pixmaps/mirrory.svg
/usr/share/siril/pixmaps/mirrory_dark.svg
/usr/share/siril/pixmaps/monochrome.svg
/usr/share/siril/pixmaps/monochrome_dark.svg
/usr/share/siril/pixmaps/mtf.svg
/usr/share/siril/pixmaps/mtf_dark.svg
/usr/share/siril/pixmaps/neg.svg
/usr/share/siril/pixmaps/photometry.svg
/usr/share/siril/pixmaps/photometry_dark.svg
/usr/share/siril/pixmaps/r.svg
/usr/share/siril/pixmaps/rotate-acw.svg
/usr/share/siril/pixmaps/rotate-acw_dark.svg
/usr/share/siril/pixmaps/rotate-cw.svg
/usr/share/siril/pixmaps/rotate-cw_dark.svg
/usr/share/siril/pixmaps/siril.svg
/usr/share/siril/pixmaps/starfinder.svg
/usr/share/siril/pixmaps/starfinder_dark.svg
/usr/share/siril/pixmaps/sum.svg
/usr/share/siril/pixmaps/sum_dark.svg
/usr/share/siril/pixmaps/tilt.svg
/usr/share/siril/pixmaps/tilt_dark.svg
/usr/share/siril/pixmaps/wcs-grid.svg
/usr/share/siril/pixmaps/wcs-grid_dark.svg
/usr/share/siril/scripts
/usr/share/siril/scripts/Mono_Preprocessing.ssf
/usr/share/siril/scripts/OSC_Extract_Ha.ssf
/usr/share/siril/scripts/OSC_Extract_HaOIII.ssf
/usr/share/siril/scripts/OSC_Preprocessing.ssf
/usr/share/siril/scripts/OSC_Preprocessing_WithDrizzle.ssf
/usr/share/siril/siril-shortcuts.ui
/usr/share/siril/siril.css
/usr/share/siril/siril3.glade


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 20:15:22 2024