32 Commits

Author SHA256 Message Date
0c0a3a3145 Accepting request 1283569 from Application:Astrophotography
OBS-URL: https://build.opensuse.org/request/show/1283569
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/stellarsolver?expand=0&rev=11
2025-06-06 20:43:52 +00:00
62abe455c7 - Update to 2.7
* StellarSolver new use different names for Qt6 and Qt5 libraries
- Start using Qt 6 for building stellarsolver

OBS-URL: https://build.opensuse.org/package/show/Application:Astrophotography/stellarsolver?expand=0&rev=31
2025-06-06 08:13:35 +00:00
1ceb2708bd Accepting request 1195344 from Application:Astrophotography
OBS-URL: https://build.opensuse.org/request/show/1195344
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/stellarsolver?expand=0&rev=10
2024-08-22 16:14:06 +00:00
05a57f66f3 Update to 2.6 (also fixes build with gcc 14)
OBS-URL: https://build.opensuse.org/package/show/Application:Astrophotography/stellarsolver?expand=0&rev=29
2024-08-22 12:51:45 +00:00
268de62886 Accepting request 1109263 from Application:Astrophotography
- Update to 2.5:
  * The keyword used for ASTAP parity was updated since some images were getting the opposite parity due to an issue with the other keyword.
  * The Online flip for astrometry was removed since it was not needed anymore.
  * The he URL for Online astrometry was updated as well.

OBS-URL: https://build.opensuse.org/request/show/1109263
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/stellarsolver?expand=0&rev=9
2023-09-06 16:59:58 +00:00
152fe42362 - Update to 2.5:
* The keyword used for ASTAP parity was updated since some images were getting the opposite parity due to an issue with the other keyword.
  * The Online flip for astrometry was removed since it was not needed anymore.
  * The he URL for Online astrometry was updated as well.

OBS-URL: https://build.opensuse.org/package/show/Application:Astrophotography/stellarsolver?expand=0&rev=27
2023-09-06 12:01:41 +00:00
58ccc5589d Accepting request 1072560 from Application:Astrophotography
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1072560
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/stellarsolver?expand=0&rev=8
2023-03-17 16:04:44 +00:00
cccdfc16e8 fix spec
OBS-URL: https://build.opensuse.org/package/show/Application:Astrophotography/stellarsolver?expand=0&rev=25
2023-03-10 09:29:51 +00:00
6d63d51d79 fix spec
OBS-URL: https://build.opensuse.org/package/show/Application:Astrophotography/stellarsolver?expand=0&rev=24
2023-03-08 14:03:29 +00:00
826b79dc33 - Build AVX2 enabled hwcaps library for x86_64-v3
OBS-URL: https://build.opensuse.org/package/show/Application:Astrophotography/stellarsolver?expand=0&rev=23
2023-03-08 10:11:35 +00:00
806343372e Accepting request 992029 from Application:Astrophotography
- Update to 2.4:
  * Make sure stellarsolver does not run after its deleted.
  * Adding an abort and wait function that will wait synchronously, if desired.
  * Add parallel abort support.
  * Preventing program freezes and improving messages.

OBS-URL: https://build.opensuse.org/request/show/992029
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/stellarsolver?expand=0&rev=7
2022-08-01 19:33:21 +00:00
97bb1fbd15 - Update to 2.4:
* Make sure stellarsolver does not run after its deleted.
  * Adding an abort and wait function that will wait synchronously, if desired.
  * Add parallel abort support.
  * Preventing program freezes and improving messages.

OBS-URL: https://build.opensuse.org/package/show/Application:Astrophotography/stellarsolver?expand=0&rev=21
2022-08-01 12:20:12 +00:00
87f8fb43da Accepting request 984848 from Application:Astrophotography
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/984848
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/stellarsolver?expand=0&rev=6
2022-06-25 08:24:04 +00:00
f1d28cbd5a fix spec
OBS-URL: https://build.opensuse.org/package/show/Application:Astrophotography/stellarsolver?expand=0&rev=19
2022-06-17 08:23:40 +00:00
354aebf63a - Update to 2.3:
* It can now selected the color channel one would like to extract or solve,
    if it is an RGB image, or one can select to integrate or average the channels.
  * Add StellarBatchSolver, a tool that can be used to automatically solve, extract,
    and export a large number of images.
  * Improvements to memory management.
  * Performance improvements.
  * Bug fixes.

OBS-URL: https://build.opensuse.org/package/show/Application:Astrophotography/stellarsolver?expand=0&rev=18
2022-06-16 06:30:00 +00:00
f45d467b4d Accepting request 962234 from Application:Astrophotography
- Update to 2.2:
  * fix valgrind issues
  * improve memory management
  * correcting downsample in WCSData
- Update to 2.1:
  * fix for watney solver
  * remove wrong options from watney solver
  * add ability to abort on internal star extraction
  * detect ASTAP in /usr/bin
  * add support for saving results
  * avoid name conflict in includes in Kstars
  * fix crash that may happen during logging
  * fix solver paths
- Update to 2.0:
  * Eliminating the last external files: solved and cancel files from the internal solver
  * Making an interface between the C++ and astrometry.net logging that works well to fix logging issues
  * Making StellarSolver easier to use in a blocking way, including using it as a C++ temporary object
  * Making the convolution filter easier to generate and use as well as adding more types of filters
  * Significantly reducing the astrometry code needed for the solver
  * Adding support for a new external solver: the Watney Astrometry Solver
  * Improving the abort code so that it shuts down faster
  * Adding a number of demos to show how to use StellarSolver
  * Adding healpix and index series hints so that you can speed up solves in localized areas based on former solves
  * Making it possible to run two stellar solvers simultaneously
  * Adding some new options for star extraction
  * Making API simplifications
  * Fixing some memory leaks and other warnings on various operating systems
  * Removing some unused code
- Remove fix-version.patch

OBS-URL: https://build.opensuse.org/request/show/962234
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/stellarsolver?expand=0&rev=5
2022-03-16 19:21:43 +00:00
012c64f3bc clean up changelog
OBS-URL: https://build.opensuse.org/package/show/Application:Astrophotography/stellarsolver?expand=0&rev=16
2022-03-16 15:56:22 +00:00
6c52fef8ec fix spec
OBS-URL: https://build.opensuse.org/package/show/Application:Astrophotography/stellarsolver?expand=0&rev=15
2022-03-16 07:54:12 +00:00
1f0cdc6e09 fix typo in changelog file
OBS-URL: https://build.opensuse.org/package/show/Application:Astrophotography/stellarsolver?expand=0&rev=14
2022-03-16 06:51:37 +00:00
8ba6a9e939 - Update to 2.2:
* fix valgrind issues
  * improve memory management
  * correctig downsample in WCSData

OBS-URL: https://build.opensuse.org/package/show/Application:Astrophotography/stellarsolver?expand=0&rev=13
2022-03-16 06:50:25 +00:00
c929ac980e update changelog
OBS-URL: https://build.opensuse.org/package/show/Application:Astrophotography/stellarsolver?expand=0&rev=12
2022-03-16 06:46:49 +00:00
1b0bd71cf5 - Use latest git since it contains quite some fixes:
* fix for watney solver
  * remove wrong options from watney solver
  * add ability to abort on internal star extraction
  * detect ASTAP in /usr/bin
  * add support for saving results
  * avoid name conflict in includes in Kstars
  * fix crash that may happen during logging
  * fix solver paths

- Update to 2.0:
  * Eliminating the last external files: solved and cancel files from the internal solver
  * Making an interface between the C++ and astrometry.net logging that works well to fix logging issues
  * Making StellarSolver easier to use in a blocking way, including using it as a C++ temporary object
  * Making the convolution filter easier to generate and use as well as adding more types of filters
  * Significantly reducing the astrometry code needed for the solver
  * Adding support for a new external solver: the Watney Astrometry Solver
  * Improving the abort code so that it shuts down faster
  * Adding a number of demos to show how to use StellarSolver
  * Adding healpix and index series hints so that you can speed up solves in localized areas based on former solves
  * Making it possible to run two stellar solvers simultaneously
  * Adding some new options for star extraction
  * Making API simplifications
  * Fixing some memory leaks and other warnings on various operating systems
  * Removing some unused code
- Remove fix-version.patch
- Rename package to libstellarsolver

OBS-URL: https://build.opensuse.org/package/show/Application:Astrophotography/stellarsolver?expand=0&rev=11
2022-03-16 06:46:34 +00:00
a9839abea7 Revert back to 1.9
OBS-URL: https://build.opensuse.org/package/show/Application:Astrophotography/stellarsolver?expand=0&rev=10
2022-03-03 07:28:33 +00:00
7965e83afb - Rename package to libstellarsolver
OBS-URL: https://build.opensuse.org/package/show/Application:Astrophotography/stellarsolver?expand=0&rev=9
2022-03-03 07:08:35 +00:00
58a588f5aa - Update to 2.0:
* Eliminating the last external files: solved and cancel files from the internal solver
  * Making an interface between the C++ and astrometry.net logging that works well to fix logging issues
  * Making StellarSolver easier to use in a blocking way, including using it as a C++ temporary object
  * Making the convolution filter easier to generate and use as well as adding more types of filters
  * Significantly reducing the astrometry code needed for the solver
  * Adding support for a new external solver: the Watney Astrometry Solver
  * Improving the abort code so that it shuts down faster
  * Adding a number of demos to show how to use StellarSolver
  * Adding healpix and index series hints so that you can speed up solves in localized areas based on former solves
  * Making it possible to run two stellar solvers simultaneously
  * Adding some new options for star extraction
  * Making API simplifications
  * Fixing some memory leaks and other warnings on various operating systems
  * Removing some unused code
- Remove fix-version.patch
- Rename package to libstellarsolver

OBS-URL: https://build.opensuse.org/package/show/Application:Astrophotography/stellarsolver?expand=0&rev=8
2022-03-03 07:08:19 +00:00
2057e26820 Accepting request 948439 from Application:Astrophotography
- Update to 1.9:
  * use C locale for numbers
  * fixed some warnings
  * enclosing the deprecated code corrections in qt version check ifdefs
- Add fix-version.patch

OBS-URL: https://build.opensuse.org/request/show/948439
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/stellarsolver?expand=0&rev=4
2022-01-24 22:10:18 +00:00
6bd001b165 - Add fix-version.patch
OBS-URL: https://build.opensuse.org/package/show/Application:Astrophotography/stellarsolver?expand=0&rev=7
2022-01-24 15:49:16 +00:00
6134d6d4e8 - Update to 1.9:
* use C locale for numbers
  * fixed some warnings
  * enclosing the deprecated code corrections in qt version check ifdefs

OBS-URL: https://build.opensuse.org/package/show/Application:Astrophotography/stellarsolver?expand=0&rev=6
2022-01-24 15:44:52 +00:00
a4a8bd6ccf Accepting request 914983 from Application:Astrophotography
- Update to 1.8:
  * it is now possible to use the external astrometry.net
    local solver without it needing to invoke python
  * fixes and improvements wrt astrometry.net
  * protect against malformed subframes that might lead to crashes
  * fix parity calculations for ASTAP and Local Astrometry.net

OBS-URL: https://build.opensuse.org/request/show/914983
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/stellarsolver?expand=0&rev=3
2021-08-30 11:55:27 +00:00
961615f7db - Update to 1.8:
* it is now possible to use the external astrometry.net
    local solver without it needing to invoke python
  * fixes and improvements wrt astrometry.net
  * protect against malformed subframes that might lead to crashes
  * fix parity calculations for ASTAP and Local Astrometry.net

OBS-URL: https://build.opensuse.org/package/show/Application:Astrophotography/stellarsolver?expand=0&rev=5
2021-08-30 09:30:47 +00:00
caaf4dccfe Accepting request 895179 from Application:Astrophotography
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/895179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/stellarsolver?expand=0&rev=2
2021-06-01 08:35:03 +00:00
6697223e59 Accepting request 857899 from KDE:Extra
Init stellarsolver. A new kstars build dependency.

OBS-URL: https://build.opensuse.org/request/show/857899
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/stellarsolver?expand=0&rev=1
2021-01-05 17:11:48 +00:00