a5d8fed753
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.
39 lines
1.1 KiB
Makefile
39 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.139 2022/10/03 09:07:03 adam Exp $
|
|
|
|
DISTNAME= stellarium-1.0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=Stellarium/}
|
|
GITHUB_RELEASE= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://stellarium.org/
|
|
COMMENT= Generate photorealistic skies with OpenGL
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= msgfmt perl pod2man
|
|
|
|
CMAKE_ARGS+= -DENABLE_GPS=OFF
|
|
CMAKE_ARGS+= -DENABLE_SHOWMYSKY=OFF
|
|
|
|
LDFLAGS.SunOS+= -lnsl -lsocket
|
|
|
|
PLIST_VARS+= desktop
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} != "Darwin"
|
|
PLIST.desktop= yes
|
|
.endif
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../x11/qt5-qtcharts/buildlink3.mk"
|
|
.include "../../x11/qt5-qtscript/buildlink3.mk"
|
|
.include "../../x11/qt5-qtserialport/buildlink3.mk"
|
|
.include "../../x11/qt5-qttools/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|