From 8bcdb4ff2251a666d5a34fd4b0ec4f1290515f3e Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 3 Oct 2022 09:07:03 +0000 Subject: 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. --- misc/stellarium/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'misc/stellarium/Makefile') diff --git a/misc/stellarium/Makefile b/misc/stellarium/Makefile index 7a45f833784..db7139f913b 100644 --- a/misc/stellarium/Makefile +++ b/misc/stellarium/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.138 2022/09/11 12:52:00 wiz Exp $ +# $NetBSD: Makefile,v 1.139 2022/10/03 09:07:03 adam Exp $ -DISTNAME= stellarium-0.22.2 -PKGREVISION= 1 +DISTNAME= stellarium-1.0 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GITHUB:=Stellarium/} GITHUB_RELEASE= v${PKGVERSION_NOREV} @@ -16,6 +15,7 @@ USE_LANGUAGES= c c++ USE_TOOLS+= msgfmt perl pod2man CMAKE_ARGS+= -DENABLE_GPS=OFF +CMAKE_ARGS+= -DENABLE_SHOWMYSKY=OFF LDFLAGS.SunOS+= -lnsl -lsocket -- cgit v1.2.3