pkgsrc/misc/stellarium/Makefile

36 lines
1.2 KiB
Makefile
Raw Normal View History

Update to stellarium 0.11.1 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)
2011-11-19 18:30:36 +01:00
# $NetBSD: Makefile,v 1.47 2011/11/19 17:30:36 jakllsch Exp $
Update to stellarium 0.11.1 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)
2011-11-19 18:30:36 +01:00
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
2008-06-20 03:09:05 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
Changes 0.10.6: * New feature for installing landscapes from ZIP archives. * New plugin: Solar System editor. * New plugin: Time Zone manual override. * New translatable strings: stars and nebulae. * Selected plugins loaded by default. * Fixed on change of sky culture. * Fixed clearing of single constellation selection. * Fixed constellation art engine, removing distortion of images. * Changed GUI styles (all dialogs now use "Title Bar", the two different tabbed widget implementations are styled consistently). * Changed Solar System engine, allowing "Comets" and "Minor planets" to be handled as classes of objects separate from "Planets". * Translatable plugin names, descriptions and some other strings. * Oculars plugin: now uses a configuration file instead of SQL. * Oculars plugin: added manual override of keyboard shortcuts. * Oculars plugin: CCD sensors formula fixed. * Satellites plugin: added new orbit prediction engine. * Satellites plugin: added trajectory visualization. * Satellites plugin: fixed problems leaving satellite TLEs out of date. * Satellites plugin: can now update TLEs from a local file. * Satellites plugin: satellite visibility can now be saved from satellites dialog. * Telescope control plugin: fixed bad serial port names on Windows. * Telescope control plugin: fixed telescopes disappearance on startup. * Telescope control plugin: added manual equinox/epoch override. * Various rendering problems resolved. * SQLite dependency dropped. The Qt SQLite driver no longer needs to be packaged with Stellarium.
2010-12-06 22:03:18 +01:00
USE_CMAKE= yes
2006-05-16 00:45:38 +02:00
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake msgfmt perl
2008-09-17 00:51:20 +02:00
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
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,'
Changes 0.10.0: * Global switch to Qt. Don't support SDL main application anymore. * The whole StelApp class is managed by a QGraphicsScene, inside a QGraphicsView. * Removed deprecated sources from the core of stellarium. * Continued API cleaning and simplifications. * Performed large refactorings to use portable Qt API. * Re-organized the source files into sub-directories. * Migrated config file parsing to a QSettings based implementation. * Exposed some methods as slots so that they can be scripted in the future. * Created the new Qt-based GUI button bars. * Recoded from scratch the new QWidget based GUI rendered in the QGraphicsView using style sheets. * Moved stars/planets halo rendering into SkyDrawer. * Implemented dynamic eye adaptation for bright objects. * Optimized atmosphere computation and others, speed can be increased up to a factor of 2. * Implemented light pollution following the Bortle scale index. * Improved and optimized stars rendering (updated colors, sizes and added large halo for very bright ones, use GL lists for drawing stars by bunch) * Created a new SkyTile class supporting lazy dynamic multi-resolution images loading and display. Image trees can be stored as JSON files. * Startup is much faster. * Migrated the previous nebula textures to the new format. * Added a LocationManager for managing observing locations and cleaned the code of observer. * Changed key bindings, use F1.. F6 for opening dialogs. * Tab completion on the search dialog. * Added descriptions for the sky cultures and improved the ones for landscapes. * Added a new mars landscape. * Fixed many bugs.
2008-10-26 15:03:37 +01:00
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
Changes 0.10.0: * Global switch to Qt. Don't support SDL main application anymore. * The whole StelApp class is managed by a QGraphicsScene, inside a QGraphicsView. * Removed deprecated sources from the core of stellarium. * Continued API cleaning and simplifications. * Performed large refactorings to use portable Qt API. * Re-organized the source files into sub-directories. * Migrated config file parsing to a QSettings based implementation. * Exposed some methods as slots so that they can be scripted in the future. * Created the new Qt-based GUI button bars. * Recoded from scratch the new QWidget based GUI rendered in the QGraphicsView using style sheets. * Moved stars/planets halo rendering into SkyDrawer. * Implemented dynamic eye adaptation for bright objects. * Optimized atmosphere computation and others, speed can be increased up to a factor of 2. * Implemented light pollution following the Bortle scale index. * Improved and optimized stars rendering (updated colors, sizes and added large halo for very bright ones, use GL lists for drawing stars by bunch) * Created a new SkyTile class supporting lazy dynamic multi-resolution images loading and display. Image trees can be stored as JSON files. * Startup is much faster. * Migrated the previous nebula textures to the new format. * Added a LocationManager for managing observing locations and cleaned the code of observer. * Changed key bindings, use F1.. F6 for opening dialogs. * Tab completion on the search dialog. * Added descriptions for the sky cultures and improved the ones for landscapes. * Added a new mars landscape. * Fixed many bugs.
2008-10-26 15:03:37 +01:00
.include "../../www/curl/buildlink3.mk"
.include "../../x11/qt4-libs/buildlink3.mk"
.include "../../x11/qt4-tools/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"