2020-09-28 21:23:34 +02:00
|
|
|
# $NetBSD: Makefile,v 1.116 2020/09/28 19:23:34 adam Exp $
|
2004-07-08 13:04:50 +02:00
|
|
|
|
2020-09-28 21:23:34 +02:00
|
|
|
DISTNAME= stellarium-0.20.3
|
2006-10-01 12:27:19 +02:00
|
|
|
CATEGORIES= misc
|
2018-02-23 12:29:38 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=Stellarium/}
|
2018-04-02 21:37:35 +02:00
|
|
|
GITHUB_RELEASE= v${PKGVERSION_NOREV}
|
2004-07-08 13:04:50 +02:00
|
|
|
|
2006-10-01 12:27:19 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= http://www.stellarium.org/
|
|
|
|
COMMENT= Generate photorealistic skies with OpenGL
|
Changes 0.11.4:
Bug fix release with new features.
Added:
- New plugin: Exoplanets
- New plugin: Observability analysis
- Get geometric altitude and azimuth for script engine (LP: 1010617)
- Sky image loading with altitude/azimuth coordinates (LP: 1023548)
- New hotkey for star name labels (LP: 1032989)
- Option to activate/deactivate the Nebula Background Images button via GUI (LP: 925247)
- Return to user set location and landscape (LP: 981507)
- Display degrees and minutes for FOV of CCD (LP: 998761)
- Adding all possible satellites (LP: 1006495)
- Building a Windows x64 packages (LP: 1003041, 1027607)
- Apply atmosphere effect only on bodies with atmosphere (LP: 971875)
Fixed:
- Various Stellarium freezes and crashed (LP: 1005155, 1030913, 940638, 992267, 1033380, 951967, 1040054)
- Various plugins issues (LP: 751381, 892027, 1006134, 1040066, 1040085)
- Various issues for nebulae (LP: 1026021, 744517)
- Add/subtract one sidereal year jumps wrong amount (LP: 1006208)
- Various small issues, typos and mistakes (LP: 1022506, 1032469, 1019247, 985204)
- Various issues in Scripting Engine (LP: 1023934, 1017148, 1017154, 730180)
Changed:
- New tab in the configuration window to control the selected object information.
- Improvement Night Vision mode
- Extend list of default scripts
2012-08-27 11:07:37 +02:00
|
|
|
LICENSE= gnu-gpl-v2
|
2004-07-08 13:04:50 +02:00
|
|
|
|
2010-12-06 22:03:18 +01:00
|
|
|
USE_CMAKE= yes
|
2006-05-16 00:45:38 +02:00
|
|
|
USE_LANGUAGES= c c++
|
2012-06-04 19:40:43 +02:00
|
|
|
USE_TOOLS+= msgfmt perl pod2man
|
2004-07-08 13:04:50 +02:00
|
|
|
|
2020-02-04 11:00:11 +01:00
|
|
|
CMAKE_ARGS+= -DENABLE_GPS=OFF
|
|
|
|
|
2018-02-23 12:29:38 +01:00
|
|
|
PLIST_VARS+= desktop
|
2011-01-12 08:22:38 +01:00
|
|
|
|
2012-06-03 11:31:31 +02:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
2012-06-02 21:35:47 +02:00
|
|
|
|
2018-02-23 12:29:38 +01:00
|
|
|
.if ${OPSYS} != "Darwin"
|
|
|
|
PLIST.desktop= yes
|
|
|
|
.endif
|
2013-08-09 13:47:57 +02:00
|
|
|
|
2012-08-27 12:12:24 +02:00
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
2012-08-29 18:26:58 +02:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
2013-02-05 18:45:05 +01:00
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
2020-02-04 11:00:11 +01:00
|
|
|
.include "../../graphics/png/buildlink3.mk"
|
2013-06-12 17:29:37 +02:00
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
2018-02-23 12:29:38 +01:00
|
|
|
.include "../../x11/qt5-qtscript/buildlink3.mk"
|
|
|
|
.include "../../x11/qt5-qtserialport/buildlink3.mk"
|
|
|
|
.include "../../x11/qt5-qttools/buildlink3.mk"
|
2004-07-08 13:04:50 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|