diff options
author | drochner <drochner@pkgsrc.org> | 2010-06-10 18:20:03 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-06-10 18:20:03 +0000 |
commit | 73bee47d56b052fc1964d836d47231f9a2017001 (patch) | |
tree | 27e9a09e32eae10b251a9c6e0b0d5927d697b29a /misc/stellarium/patches | |
parent | ad051f8d8f4e6445f6b7390a812fcafaf7665875 (diff) | |
download | pkgsrc-73bee47d56b052fc1964d836d47231f9a2017001.tar.gz |
update to 0.10.5
changes:
-fixes
-startup speed increase
pkgsrc change: added data for C/2009 R1 (McNaught) which should be
visible these days
Diffstat (limited to 'misc/stellarium/patches')
-rw-r--r-- | misc/stellarium/patches/patch-aa | 6 | ||||
-rw-r--r-- | misc/stellarium/patches/patch-ac | 6 | ||||
-rw-r--r-- | misc/stellarium/patches/patch-ad | 31 |
3 files changed, 37 insertions, 6 deletions
diff --git a/misc/stellarium/patches/patch-aa b/misc/stellarium/patches/patch-aa index d1dfe7cd734..17e39f45296 100644 --- a/misc/stellarium/patches/patch-aa +++ b/misc/stellarium/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.3 2010/03/11 11:15:17 adam Exp $ +$NetBSD: patch-aa,v 1.4 2010/06/10 18:20:03 drochner Exp $ ---- src/modules/ConstellationMgr.cpp.orig 2010-02-22 11:22:31.000000000 +0000 -+++ src/modules/ConstellationMgr.cpp +--- src/core/modules/ConstellationMgr.cpp.orig 2010-02-22 11:22:31.000000000 +0000 ++++ src/core/modules/ConstellationMgr.cpp @@ -396,7 +396,7 @@ void ConstellationMgr::loadLinesAndArt(c { texturePath = StelFileMgr::findFile(QString("textures/")+texfile); diff --git a/misc/stellarium/patches/patch-ac b/misc/stellarium/patches/patch-ac index ab96c4de01d..c94c967439f 100644 --- a/misc/stellarium/patches/patch-ac +++ b/misc/stellarium/patches/patch-ac @@ -1,7 +1,7 @@ -$NetBSD: patch-ac,v 1.4 2010/03/11 11:15:17 adam Exp $ +$NetBSD: patch-ac,v 1.5 2010/06/10 18:20:03 drochner Exp $ ---- src/external/GLee.h.orig 2010-02-22 11:22:31.000000000 +0000 -+++ src/external/GLee.h +--- src/core/external/GLee.h.orig 2010-02-22 11:22:31.000000000 +0000 ++++ src/core/external/GLee.h @@ -814,10 +814,10 @@ GLEE_EXTERN GLboolean _GLEE_SGIX_texture /* GLX */
diff --git a/misc/stellarium/patches/patch-ad b/misc/stellarium/patches/patch-ad new file mode 100644 index 00000000000..88fb598f1dc --- /dev/null +++ b/misc/stellarium/patches/patch-ad @@ -0,0 +1,31 @@ +$NetBSD: patch-ad,v 1.3 2010/06/10 18:20:03 drochner Exp $ + +--- data/ssystem.ini.orig 2010-06-10 17:45:19.000000000 +0000 ++++ data/ssystem.ini +@@ -586,6 +586,26 @@ lighting = false + albedo = 1 + orbit_visualization_period = 365.25 + ++[mcnaught_2009R1] ++name = C/2009 R1 (McNaught) ++parent = Sun ++radius = 1000 ++oblateness = 0.0 ++halo = true ++color = 1.0,1.0,1.0 ++tex_halo = vomit.png ++tex_map = nomap.png ++coord_func = comet_orbit ++orbit_TimeAtPericenter = 2455380.18520 ++orbit_PericenterDistance = 0.40504 ++orbit_Eccentricity = 1.0 ++orbit_ArgOfPericenter = 130.62161 ++orbit_AscendingNode = 322.62161 ++orbit_Inclination = 77.0332 ++lighting = false ++albedo = 0.015 ++orbit_visualization_period = 100.0 ++ + [ceres] + name = Ceres + parent = Sun |