summaryrefslogtreecommitdiff
path: root/misc/celestia/patches/patch-ah
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-02-17 23:46:39 +0000
committeradam <adam@pkgsrc.org>2006-02-17 23:46:39 +0000
commitb2f04064f4b9e8dfca04c34066a92ec0c306426f (patch)
tree90a428cae8f76034d02582f025de43fba8fa6936 /misc/celestia/patches/patch-ah
parent57039428ca7e33805d54e250b0ed6d09f78dc0c5 (diff)
downloadpkgsrc-b2f04064f4b9e8dfca04c34066a92ec0c306426f.tar.gz
Changes 1.4.0
* New stars.dat format with HD catalog numbers and parallax errors omitted * Added catalog cross indexes for HD and SAO catalogs * Fixed bugs in parsing catalog numbers * Added white dwarf temperatures and spectral types DA, DB, DC, DO, DQ, and DZ * Added handling for partial spectral types where one or both of the subclass and luminosity class are unknown * Permit extended star attributes in .stc files: mesh, texture, rotation elements, semiaxes * Support multiple star systems of any complexity with orbits and barycenters * Changed .stc loader so that a star definition with a duplicate catalog number replaces the previous definition * Made catalog numbers optional in .stc files; stars can be defined without having to create fake catalog numbers * Star colors now chosen based on temperature; either 'classic' and black body colors may be selected * Bound % key to toggle between star color tables * Fixed black holes: infinite radius bug gone, rendered just as a plain black sphere * Added comprehensive catalog of all knows stars within 25 light years of the Sun, including orbits for multiple star systems [More] Changes 1.4.1 * Changed maximum number of eclipse shadows in OpenGL 2.0 path from two to three; if max is exceeded, clamp to three rather than not rendering the shadows at all. * Corrected a bad calculation in ring shadow shaders that caused ring shadows to be drawn in the wrong place. * Windows: Fixed the minimum feature size slider in the locations dialog so it updates in response to all the standard controls. * Added a correct InfoURL for the Moon * Windows: added splash screen with a progress indicator * Corrected a local flashing of the Milky Way brightness. * Now the distance to the galaxy center is displayed, if the observer is located inside the galaxy (Milky Way...). * Eliminated various incorrect Hubble type acronyms in deepsky.dsc that had penetrated the PERL filter. * Updated Titan and Iapetus textures in lores directory * Added lunar elevation map, using Clementine laser altimeter data, merged in the polar regions, with topographic data from Clementine 750 nm oblique and nadir images. * Updated/added Tethys textures in lores, medres and hires directories. * Added locations on Phoebe in satmoons2.ssc, as extracted from USGS/IAU official data. * Added Mesh for Phoebe texture. * Updated Iapetus texture. * Moved locations files from extras into data directory for inclusion in standard package. * Fixed bug where displayed time scale differed from actual time scale after clicking a cel URL. [More] Pkgsrc: * Use options.mk framework to build GLUT, GTK, GNOME, or KDE user interface.
Diffstat (limited to 'misc/celestia/patches/patch-ah')
-rw-r--r--misc/celestia/patches/patch-ah27
1 files changed, 10 insertions, 17 deletions
diff --git a/misc/celestia/patches/patch-ah b/misc/celestia/patches/patch-ah
index fb348347626..e0220780003 100644
--- a/misc/celestia/patches/patch-ah
+++ b/misc/celestia/patches/patch-ah
@@ -1,19 +1,12 @@
-$NetBSD: patch-ah,v 1.1 2005/06/20 06:02:30 hira Exp $
+$NetBSD: patch-ah,v 1.2 2006/02/17 23:46:40 adam Exp $
---- src/celestia/gtk/data/Makefile.in.orig 2004-08-23 16:22:09.000000000 +0900
-+++ src/celestia/gtk/data/Makefile.in 2005-06-20 01:12:04.000000000 +0900
-@@ -253,11 +253,11 @@
- qt_libraries = @qt_libraries@
- x_includes = @x_includes@
- x_libraries = @x_libraries@
--schemasdir = $(GCONF_SCHEMA_FILE_DIR)
--schemas_DATA = celestia.schemas
-+@ENABLE_GTK_TRUE@schemasdir = $(GCONF_SCHEMA_FILE_DIR)
-+@ENABLE_GTK_TRUE@schemas_DATA = celestia.schemas
+--- src/celutil/util.h.orig 2006-01-17 21:28:30.000000000 +0100
++++ src/celutil/util.h
+@@ -28,6 +28,7 @@
+ #ifdef _WIN32
+ #define _(s) s
+ #else
++#include <libintl.h>
+ #define _(s) gettext(s)
+ #endif
- EXTRA_DIST = $(schemas_DATA) celestia.png celestia.desktop
--pkgdata_DATA = celestia.png
-+@ENABLE_GTK_FALSE@pkgdata_DATA = celestia.png
-
- @ENABLE_GTK_TRUE@Applicationsdir = $(datadir)/applications
- @ENABLE_GTK_TRUE@Applications_DATA = celestia.desktop