head 1.5; access; symbols pkgsrc-2017Q4:1.4.0.42 pkgsrc-2017Q4-base:1.4 pkgsrc-2017Q3:1.4.0.40 pkgsrc-2017Q3-base:1.4 pkgsrc-2017Q2:1.4.0.36 pkgsrc-2017Q2-base:1.4 pkgsrc-2017Q1:1.4.0.34 pkgsrc-2017Q1-base:1.4 pkgsrc-2016Q4:1.4.0.32 pkgsrc-2016Q4-base:1.4 pkgsrc-2016Q3:1.4.0.30 pkgsrc-2016Q3-base:1.4 pkgsrc-2016Q2:1.4.0.28 pkgsrc-2016Q2-base:1.4 pkgsrc-2016Q1:1.4.0.26 pkgsrc-2016Q1-base:1.4 pkgsrc-2015Q4:1.4.0.24 pkgsrc-2015Q4-base:1.4 pkgsrc-2015Q3:1.4.0.22 pkgsrc-2015Q3-base:1.4 pkgsrc-2015Q2:1.4.0.20 pkgsrc-2015Q2-base:1.4 pkgsrc-2015Q1:1.4.0.18 pkgsrc-2015Q1-base:1.4 pkgsrc-2014Q4:1.4.0.16 pkgsrc-2014Q4-base:1.4 pkgsrc-2014Q3:1.4.0.14 pkgsrc-2014Q3-base:1.4 pkgsrc-2014Q2:1.4.0.12 pkgsrc-2014Q2-base:1.4 pkgsrc-2014Q1:1.4.0.10 pkgsrc-2014Q1-base:1.4 pkgsrc-2013Q4:1.4.0.8 pkgsrc-2013Q4-base:1.4 pkgsrc-2013Q3:1.4.0.6 pkgsrc-2013Q3-base:1.4 pkgsrc-2013Q2:1.4.0.4 pkgsrc-2013Q2-base:1.4 pkgsrc-2013Q1:1.4.0.2 pkgsrc-2013Q1-base:1.4 pkgsrc-2012Q4:1.3.0.4 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q3:1.3.0.2 pkgsrc-2012Q3-base:1.3 pkgsrc-2012Q2:1.2.0.2 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.1.0.10 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.8 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.6 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.4 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.2 pkgsrc-2011Q1-base:1.1; locks; strict; comment @# @; 1.5 date 2018.02.23.11.29.39; author adam; state dead; branches; next 1.4; commitid Xzh9xag2mo4gzYrA; 1.4 date 2013.02.05.17.45.05; author drochner; state Exp; branches; next 1.3; 1.3 date 2012.08.27.09.07.37; author adam; state Exp; branches; next 1.2; 1.2 date 2012.04.11.12.10.01; author drochner; state Exp; branches; next 1.1; 1.1 date 2011.01.12.07.22.38; author adam; state Exp; branches; next ; desc @@ 1.5 log @stellarium: updated to 0.17.0 v0.17.0: The major changes of this version: * Added support for nomenclature of planetary surface (SOCIS 2017 project) * Added improvements for AstroCalc tool * Added improvements for Oculars plugin * Added improvements for Exoplanets plugin * Added INDI support for Telescope Control plugin * Updated code and data @ text @$NetBSD: patch-ae,v 1.4 2013/02/05 17:45:05 drochner Exp $ --- CMakeLists.txt.orig 2013-01-31 11:44:06.000000000 +0000 +++ CMakeLists.txt @@@@ -46,7 +46,6 @@@@ ENDIF() ADD_DEFINITIONS(-DSTELLARIUM_SPLASH="${STELLARIUM_SPLASH}") IF(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") - SET(APPLE 1) ENDIF() IF("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") @@@@ -308,14 +307,10 @@@@ ENDIF() ########### Set some global variables ########### IF(UNIX AND NOT WIN32) -IF(APPLE) - SET(CMAKE_INSTALL_PREFIX "${PROJECT_BINARY_DIR}/Stellarium.app/Contents") -ELSE(APPLE) ADD_DEFINITIONS(-DINSTALL_DATADIR="${CMAKE_INSTALL_PREFIX}/share/stellarium") ADD_DEFINITIONS(-DINSTALL_LOCALEDIR="${CMAKE_INSTALL_PREFIX}/share/locale") # Used in generating the documentation (doc/stellarium.pod.cmake): SET(INSTALL_DATADIR "${CMAKE_INSTALL_PREFIX}/share/stellarium") -ENDIF(APPLE) ELSE(UNIX AND NOT WIN32) ADD_DEFINITIONS(-DINSTALL_DATADIR=".") ADD_DEFINITIONS(-DINSTALL_LOCALEDIR="./locale") @@@@ -448,16 +443,6 @@@@ IF(GENERATE_PACKAGE_TARGET) ENDIF() ########### Macosx Bundling ############### -IF(APPLE) -ADD_CUSTOM_TARGET( - macosx_bundle - bash util/macosx_bundle.sh ${CMAKE_INSTALL_PREFIX} ${PROJECT_SOURCE_DIR} - DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/Stellarium.app - WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} - COMMENT "making the macosx bundle." - VERBATIM -) -ENDIF() ########### Generate doxygen doc ############### @ 1.4 log @update to 0.12.0 from the announcement: This release brings some interesting new features: - New rendering engine (Now you can see shadows on planets surfaces). - New key-binding engine (Now all key-bindings can be edited). - Improvements to scripting engine. - Improvements to DSO - Improvements to search tool - Improved accuracy for archaeo-astronomical events There have also been a large number of bug fixes and GUI improvements. We are strongly recommended resetting all Stellarium settings if you upgrade your previous installation! @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @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 @ text @d3 1 a3 1 --- CMakeLists.txt.orig 2012-08-26 10:23:19.000000000 +0000 d13 1 a13 1 @@@@ -294,14 +293,10 @@@@ ENDIF() d28 1 a28 1 @@@@ -401,9 +396,6 @@@@ IF(GENERATE_PACKAGE_TARGET) d33 8 a40 1 -ADD_CUSTOM_TARGET(macosx_bundle bash util/macosx_bundle.sh ${CMAKE_INSTALL_PREFIX} ${PROJECT_SOURCE_DIR} DEPENDS install WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} COMMENT "making the macosx bundle." VERBATIM) @ 1.2 log @update to 0.11.2 changes: -more i18n -UI improvements -bugfixes @ text @d3 1 a3 1 --- CMakeLists.txt.orig 2012-03-10 06:01:05.000000000 +0000 d5 2 a6 2 @@@@ -28,7 +28,6 @@@@ IF(NOT CMAKE_BUILD_TYPE) ENDIF() d12 2 a13 2 @@@@ -234,14 +233,10 @@@@ ENDIF() d24 2 a25 2 -ENDIF() ELSE() d28 1 a28 1 @@@@ -310,9 +305,6 @@@@ IF(GENERATE_PACKAGE_TARGET) @ 1.1 log @Fix building on Mac OS X @ text @d3 1 a3 1 --- CMakeLists.txt.orig 2010-12-05 16:31:01.000000000 +0000 d13 1 a13 1 @@@@ -216,12 +215,8 @@@@ ENDIF() d22 2 d28 1 a28 1 @@@@ -290,9 +285,6 @@@@ IF(GENERATE_PACKAGE_TARGET) @