2016-07-09 08:38:30 +02:00
|
|
|
# $NetBSD: Makefile,v 1.84 2016/07/09 06:38:37 wiz Exp $
|
2004-07-08 13:04:50 +02:00
|
|
|
|
2013-10-01 16:46:55 +02:00
|
|
|
DISTNAME= stellarium-0.12.4
|
2016-07-09 08:38:30 +02:00
|
|
|
PKGREVISION= 6
|
2006-10-01 12:27:19 +02:00
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=stellarium/}
|
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
|
|
|
|
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
|
|
|
# XXX remove on next update
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/a$//}
|
|
|
|
|
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
|
|
|
|
2011-01-12 08:22:38 +01:00
|
|
|
SUBST_CLASSES+= mac
|
|
|
|
SUBST_MESSAGE.mac= Disabling Mac OS X paths.
|
|
|
|
SUBST_FILES.mac= src/core/StelFileMgr.cpp
|
|
|
|
SUBST_STAGE.mac= pre-configure
|
|
|
|
SUBST_SED.mac= -e 's,Q_OS_MAC,Q_XX_MAC,'
|
|
|
|
|
2012-06-03 11:31:31 +02:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
2012-06-02 21:35:47 +02:00
|
|
|
.if !empty(MACHINE_PLATFORM:MNetBSD-5*)
|
|
|
|
BUILDLINK_TRANSFORM+= rm:-Wno-unused-but-set-parameter
|
|
|
|
BUILDLINK_TRANSFORM+= rm:-Wno-unused-but-set-variable
|
|
|
|
.endif
|
|
|
|
|
2013-09-09 13:30:26 +02:00
|
|
|
# needs phonon (Qt phonon, not KDE's)
|
2013-08-09 13:47:57 +02:00
|
|
|
CMAKE_ARGS+= -DENABLE_SOUND:BOOL=FALSE
|
|
|
|
|
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"
|
2004-07-08 13:04:50 +02:00
|
|
|
.include "../../graphics/png/buildlink3.mk"
|
2013-02-05 18:45:05 +01:00
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
2013-06-12 17:29:37 +02:00
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
2007-10-12 18:53:55 +02:00
|
|
|
.include "../../x11/qt4-libs/buildlink3.mk"
|
|
|
|
.include "../../x11/qt4-tools/buildlink3.mk"
|
2004-07-08 13:04:50 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|