head 1.3; access; symbols pkgsrc-2026Q1:1.3.0.8 pkgsrc-2026Q1-base:1.3 pkgsrc-2025Q4:1.3.0.6 pkgsrc-2025Q4-base:1.3 pkgsrc-2025Q3:1.3.0.4 pkgsrc-2025Q3-base:1.3 pkgsrc-2025Q2:1.3.0.2 pkgsrc-2025Q2-base:1.3 pkgsrc-2025Q1:1.2.0.20 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.18 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.16 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.14 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.12 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.10 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.8 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.6 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.4 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.2 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.1.0.24 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.22 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.20 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.18 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.16 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.14 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.12 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.10 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.8 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.6 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.2 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.4 pkgsrc-2019Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2025.04.07.15.03.18; author adam; state Exp; branches; next 1.2; commitid bpHVvVsONvt7b8QF; 1.2 date 2022.10.03.09.07.03; author adam; state Exp; branches; next 1.1; commitid 6j4XAQRnz3HgGfWD; 1.1 date 2019.10.01.17.47.01; author adam; state Exp; branches; next ; commitid 48Wf2kNj2uQXQbFB; desc @@ 1.3 log @stellarium: updated to 25.1 25.1 The major changes of this version: Switching to using Gaia DR3 catalog (extra catalogues with more than 220 milliones stars) Full 6D astrometry (2D sky positions, 2D proper motion, parallax, radial velocity) compute for most bright stars (V<10.5) Modelling movement for 15 couples of binary stars New powerful data format for sky cultures Many improvements in Core Improvements in Telescope Control plugin Updates in sky cultures (include new one) Incorporated whole GCVS 5.1 catalog New tool in AstroCalc dialog @ text @$NetBSD: patch-data_CMakeLists.txt,v 1.2 2022/10/03 09:07:03 adam Exp $ Do not use application bundle on Darwin. --- data/CMakeLists.txt.orig 2025-03-20 19:14:26.000000000 +0000 +++ data/CMakeLists.txt @@@@ -19,7 +19,7 @@@@ ELSE() ENDIF() # install icon -IF(APPLE) +IF(FALSE) IF(STELLARIUM_RELEASE_BUILD) INSTALL(FILES stellarium.icns DESTINATION ${SDATALOC}) ELSE() @ 1.2 log @stellarium: updated to 1.0 1.0 [2022-10-01] The Stellarium team did it. Stellarium 1.0 is here! What makes this 1.0? - After more than 20 years of development the program is finally accurate enough for historical application. - This is the first release based on the Qt6 framework, so the project is safe for future development. These packages are tagged with a version number like 1.22.3. - We keep releasing Qt5-based packages for legacy or obsolete systems. This may include many Windows users who have to run ANGLE mode. These packages are tagged with a version number like 0.22.3. What is new for users? - A new, much better skylight model (Not for MacOS and OpenGL ES2 systems, sorry.) - Many details around eclipses - Updated Observation List features - New features in AstroCalc tool - HiDPI improvements - Better dithering - Able to use Windows location service (Windows) - New skyculture: Samoan - Updated several skycultures - Updates in Angle Measure, Satellites, Oculars, Remote Control, Pulsars plugins - Many more bugfixes. @ text @d1 1 a1 1 $NetBSD: patch-data_CMakeLists.txt,v 1.1 2019/10/01 17:47:01 adam Exp $ d5 1 a5 1 --- data/CMakeLists.txt.orig 2022-09-21 12:07:05.000000000 +0000 d7 2 a8 1 @@@@ -24,7 +24,7 @@@@ SET_TARGET_PROPERTIES(splash PROPERTIES d10 1 a10 2 ########### icon target ############### ADD_CUSTOM_TARGET(icon ALL) d13 3 a15 12 SET(_iconFile stellarium.icns) IF(NOT STELLARIUM_RELEASE_BUILD) GET_FILENAME_COMPONENT(_iconSrcFile stellarium-gray.icns ABSOLUTE) @@@@ -48,7 +48,7 @@@@ ADD_CUSTOM_COMMAND( SET_TARGET_PROPERTIES(icon PROPERTIES FOLDER "data") # install splash and icon -IF(APPLE) +IF(FALSE) INSTALL(FILES ${_iconDstFile} DESTINATION ${SDATALOC} RENAME ${_iconFile}) INSTALL(FILES ${_splashDstFile} DESTINATION ${SDATALOC}/data RENAME ${_splashFile}) INSTALL(FILES Info.plist PkgInfo DESTINATION .) @ 1.1 log @stellarium: updated to 0.19.2 0.19.2: The second bugfix release for series 0.19 @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- data/CMakeLists.txt.orig 2019-10-01 15:30:10.000000000 +0000 d13 1 a13 1 SET(_iconFile Icon.icns) d15 1 a15 1 GET_FILENAME_COMPONENT(_iconSrcFile IconGray.icns ABSOLUTE) @