ChangeLog since 0.11.0: 0.11.1 [2011-11-04] Bug fix release. Added: - new skyculture: Arabic - new moons and rings (LP: #815484, #834336) - new translations for landscapes and sky cultures (LP: #849292) - possibility to observate geo-orbiting satellites (LP: #837274) - new cities (LP: #856343, #860206) Fixed: - misspelling on a star name (LP: #884795) - location window: map pointer position is updated on longitude/latitude change. - location window: fixed checking "Use as default" changing the name of the selected location to "New Location" (LP: #881613) - Solar System Editor plug-in: a bug in the parsing of MPC lists: the epoch's Julian Day value was wrong by 0.5 JD (LP: #836839) - Solar System Editor plug-in: crash while trying to browse for a local file (LP: #837396) - Historical Supernovae plug-in: a bug in plug-in name (LP: #803157) - Historical Supernovae plug-in: a bug in selected instead of nearby stars (LP: #835815) - doesn't load localised description of skyculture/landscape if applanguage=system_default (LP: #845924) - add/remove landscapes dialog bug in OSX 10.6.8 (LP: #812008) - horizon line setting not saved (LP: #811945) - orbital period totally wrong for Himalia (LP: #806174) - flag_show_fps = false & flag_show_fov = flase (LP: #728294) - 0.11.0 will crash if a landscape is selected with misspelled planet name (LP: #835422) - crash on selecting off-Earth location in the Location window (LP: #834886) - 0.11.0 crashes when switching language while location window is open (LP: #824936) - 0.11.0 crashes when trying using custom distortion file (LP: #871313)
35 lines
1.2 KiB
Makefile
35 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.47 2011/11/19 17:30:36 jakllsch Exp $
|
|
|
|
DISTNAME= stellarium-0.11.1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=stellarium/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.stellarium.org/
|
|
COMMENT= Generate photorealistic skies with OpenGL
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake msgfmt perl
|
|
|
|
CMAKE_ARGS+= -D FreeType2_INCLUDE_DIR:PATH=${BUILDLINK_PREFIX.freetype2}/include/freetype2
|
|
CMAKE_ARGS+= -D FreeType2_LIBRARIES:PATH=${BUILDLINK_PREFIX.freetype2}/lib
|
|
CMAKE_ARGS+= -D SDLMIXER_INCLUDE_DIR:PATH=${BUILDLINK_PREFIX.SDL}/include/SDL
|
|
|
|
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,'
|
|
|
|
.include "../../audio/SDL_mixer/buildlink3.mk"
|
|
.include "../../devel/boost-headers/buildlink3.mk"
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../x11/qt4-libs/buildlink3.mk"
|
|
.include "../../x11/qt4-tools/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|