diff options
author | gdt <gdt@pkgsrc.org> | 2006-05-10 16:45:35 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2006-05-10 16:45:35 +0000 |
commit | ed3f6f344f2b9af31c43b8f41f419508e580506c (patch) | |
tree | 5c9ebfa5addce57bb82a866f6868e60cd977a276 /x11/xephem/patches/patch-aa | |
parent | 35efbd75c5b44f8c33346e963e11644d7e1e9cea (diff) | |
download | pkgsrc-ed3f6f344f2b9af31c43b8f41f419508e580506c.tar.gz |
Update to 3.7.1. Changes build procedure substantially.
Bug fixes, plus:
Changes from 3.7 to 3.7.1
Released November 19, 2005
New Features:
* Add tool to align two or more FITS images and create motion movies.
* Add Control-m keyboard shortcut to add any view to the Movie loop.
* Upgrade to higher resolution Earth image.
* Put user annotations in a scrolled list to accommodate lengthy collections.
* Add Moonrise and Moonset to collection of Step size controls.
* Image gallery lookups now search against all names of data base objects.
Changes from 3.6.4 to 3.7
Released August 1, 2005
New Features:
* Data
o Includes Hubble GSC 2.2.0.1 catalog, 450 million stars complete to M18.5.
o New and updated catalogs: Messier, IC, NGC, COVBS, SKY2000, HYPERLEDA, Supernova, WDSC, Open clusters, Henry-Draper, Pleiades and asteroids.
o YBS replaced with Sky 2000 to magnitude 6.5.
o Can now display Gallery image directly from Data Index.
* Earth View
o Display satellite orbits in space.
o Zoom in to see better geography, or out to see high orbits.
o Quick-set button to set equator rotation.
o Display of surface footprint is now optional.
o Expanded range mouse panning allows continuous rotation.
* Sky View
o Save and restore sets of eyepiece definitions.
o Save and restore sets of eyepiece Sky positions.
o Constellation figure definitions now stored in editable files.
o WCS solver invoked automatically if header has seed but no solution.
o Shortcut button to set display aspect ratio to match image.
o FITS file blinking via new Movie frame function.
* User Annotation
o Anchor locations are now based on the view's world coordinates.
o Sets of annotations may be saved and loaded from files.
* Other
o Collect any number of View, NAAG or Plot frames into a movie, save as set of PNG files.
o Many tweaks for improved INDI support, including display FITS BLOBs.
Diffstat (limited to 'x11/xephem/patches/patch-aa')
-rw-r--r-- | x11/xephem/patches/patch-aa | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/x11/xephem/patches/patch-aa b/x11/xephem/patches/patch-aa index 5694053bf6d..6debe5dbdfc 100644 --- a/x11/xephem/patches/patch-aa +++ b/x11/xephem/patches/patch-aa @@ -1,13 +1,17 @@ -$NetBSD: patch-aa,v 1.5 2005/02/25 17:45:19 drochner Exp $ +$NetBSD: patch-aa,v 1.6 2006/05/10 16:45:35 gdt Exp $ ---- Imakefile.orig 2004-04-18 09:00:57.000000000 +0200 -+++ Imakefile -@@ -78,7 +78,7 @@ OBJS = \ - SRCS = $(OBJS:.o=.c) +--- Makefile.orig 2005-11-18 08:43:09.000000000 -0500 ++++ Makefile +@@ -32,9 +32,9 @@ endif + # for linux and Apple OS X + CC = gcc + CLDFLAGS = -g +-CFLAGS = $(LIBINC) $(CLDFLAGS) -O2 -Wall -I$(MOTIFI) -I/usr/X11R6/include +-LDFLAGS = $(LIBLNK) $(CLDFLAGS) -L$(MOTIFL) -L/usr/X11R6/lib +-XLIBS = $(MOTIFL)/libXm.a -lXp -lXt -lXext -lSM -lICE -lXmu -lX11 ++CFLAGS = $(LIBINC) $(CLDFLAGS) -O2 -Wall -I/usr/X11R6/include ++LDFLAGS = $(LIBLNK) $(CLDFLAGS) $(X11_LDFLAGS) ++XLIBS = $(MOTIFLIB) -lXp -lXt -lXext -lSM -lICE -lXmu -lX11 + LIBS = $(XLIBS) $(LIBLIB) -lm - XCOMM Sometimes you need -lXp after -lXm -- XMLIB = -lXm -+ XMLIB = ${MOTIFLIB} - DEPLIBS = $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB) - EXTRA_INCLUDES = -I../../libastro -I../../libip -I../../liblilxml -I../../libjpegd - LOCAL_LDFLAGS = -L../../libastro -L../../libip -L../../liblilxml -L../../libjpegd + # MKS Enterprise toolkit |