summaryrefslogtreecommitdiff
path: root/misc/celestia-gnome
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-11-10 16:42:40 +0000
committeradam <adam@pkgsrc.org>2004-11-10 16:42:40 +0000
commita3a4ba810e08cbddab796c172ca4d528448569f7 (patch)
tree662b3ed3b0871cc0c5dbee2e6f3e69e25020af2c /misc/celestia-gnome
parent6fb94cbf216f30c55978cd11525f878f67a4f5dc (diff)
downloadpkgsrc-a3a4ba810e08cbddab796c172ca4d528448569f7.tar.gz
Changes 1.3.2:
* Added support for extended character sets (most of WGL4) and UTF-8 encoded strings * Updated info display to show apparent size of selected object * Enable tab completion of location names * Introduced support for JPL ephemeris files * Fixed crash in Windows star browser that occurred after changing the number of stars and pressing return. * Fixed bug that made stars and galaxies appear square when certain nebulae were in view. * Made the delete button in the Windows bookmarks organizer actually work * Updated orbits for Amalthea and Phoebe * Fixed seams in Jupiter and Phobos textures * Spacecraft orbit paths adaptively sampled for smoother results * Eliminated obscuring of location labels that occurred low view aspect ratios * Added models of comet Halley and the small moons Pandora and Larissa * Added limit of knowledge masks for the Galilean moons * Changed spectral class of carbon stars to C, which supercedes and combines R and N * Lua scripting additions * View management commands * Image capture commands * Made setrenderflags and setlabelflags accept a table * Orbit and locations settings * observer:cancelgoto * Made the cursor shape change to the resize icon when positioned over view borders * Added a new 3D file format: cmod, the Celestia model format * Documented the fields in celestia.cfg with extensive comments * Added newly discovered extrasolar planet HD 330075 b * Added Cassini and Huygens models and trajectories * Fixed crashing bug in the eclipse finder * Changed default start location to Earth * Revised some erroneous spectral classes in star catalog * Made solar system objects occlude labels of more distant objects * Implemented an algorithm for importance weights to avoid overlapping or too crowded location labels for Mars, Venus and the Moon * Added new textures for Titan based on recent imaging from the Cassini mission * Improved depth sorting so that hidden surface removal works properly for overlapping objects * Added theoretical estimates of oblateness and rotation rate for extrasolar planets * Replaced old Io and Europa textures with improved versions * Added disposition modifier for ssc objects to control what happens when an object with the same name and parent already exists. The three possible behaviors are Add (the default), Replace, and Modify. * WINDOWS: Limited CPU usage when main window is minimized * WINDOWS: Changed preferred z-buffer depth from 16 to 24 bits to reduce z-fight artifacts. * Fixed labels and info text so it looks crisp when multisample antialiasing is enabled. * Eliminated flickering of location labels * WINDOWS: Save texture resolution setting between sessions
Diffstat (limited to 'misc/celestia-gnome')
-rw-r--r--misc/celestia-gnome/Makefile26
-rw-r--r--misc/celestia-gnome/PLIST5
2 files changed, 18 insertions, 13 deletions
diff --git a/misc/celestia-gnome/Makefile b/misc/celestia-gnome/Makefile
index 8e54120daeb..f8b20c43cb3 100644
--- a/misc/celestia-gnome/Makefile
+++ b/misc/celestia-gnome/Makefile
@@ -1,25 +1,27 @@
-# $NetBSD: Makefile,v 1.6 2004/10/03 00:12:58 tv Exp $
-#
-
-.include "../../misc/celestia/Makefile.common"
+# $NetBSD: Makefile,v 1.7 2004/11/10 16:42:40 adam Exp $
PKGNAME= ${DISTNAME:S/-/-gnome-/}
-PKGREVISION= 3
COMMENT= GNOME frontend for free real-time 3D space simulator
DEPENDS= celestia-${CELESTIA_VERS}*:../../misc/celestia
CONFIGURE_ARGS+= --with-gnome
-CONFIGURE_ARGS+= --without-kde
BUILD_DIRS= ${WRKSRC}/src
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/celestia/celestia ${PREFIX}/bin/gcelestia
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/celestia/celestia \
+ ${PREFIX}/bin/gcelestia
+ ${INSTALL_DATA} ${WRKSRC}/src/celestia/gtk/data/celestia.schemas \
+ ${PREFIX}/etc/gconf/schemas
+ ${INSTALL_DATA} ${WRKSRC}/src/celestia/gtk/data/celestia.desktop \
+ ${PREFIX}/share/applications/
+ ${INSTALL_DATA} ${WRKSRC}/src/celestia/gtk/data/celestia.png \
+ ${PREFIX}/share/pixmaps
+
+.include "../../devel/libgnomeui/buildlink3.mk"
+.include "../../graphics/gtkglext/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
-.include "../../graphics/glut/buildlink3.mk"
-.include "../../x11/gnome-libs/buildlink3.mk"
-.include "../../x11/gtkglarea/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
+.include "../../misc/celestia/Makefile.common"
diff --git a/misc/celestia-gnome/PLIST b/misc/celestia-gnome/PLIST
index ea4b2d854b1..971f7cf1b9f 100644
--- a/misc/celestia-gnome/PLIST
+++ b/misc/celestia-gnome/PLIST
@@ -1,2 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/05/08 23:49:06 salo Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/11/10 16:42:40 adam Exp $
bin/gcelestia
+etc/gconf/schemas/celestia.schemas
+share/applications/celestia.desktop
+share/pixmaps/celestia.png