[Lunar-commits] r15391 - moonbase/trunk/x11/xplanet
Florin Braescu
florin at lunar-linux.org
Fri Jun 17 04:42:26 UTC 2005
Author: florin
Date: 2005-06-17 04:42:25 +0000 (Fri, 17 Jun 2005)
New Revision: 15391
Modified:
moonbase/trunk/x11/xplanet/BUILD
moonbase/trunk/x11/xplanet/DEPENDS
moonbase/trunk/x11/xplanet/DETAILS
Log:
bump the version from 1.1.2 to 1.2.0. bugfixes applied and new features added.
Modified: moonbase/trunk/x11/xplanet/BUILD
===================================================================
--- moonbase/trunk/x11/xplanet/BUILD 2005-06-16 20:47:21 UTC (rev 15390)
+++ moonbase/trunk/x11/xplanet/BUILD 2005-06-17 04:42:25 UTC (rev 15391)
@@ -3,26 +3,26 @@
OPTSS=
if module_installed xscreensaver; then
OPTSS=--with-xscreensaver
- fi &&
+ fi &&
- ./configure --prefix=/usr \
- --bindir=/usr/bin \
- --sbindir=/usr/sbin \
- --datadir=/usr/share \
- --sysconfdir=/etc \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --with-auxdir=share/xplanet \
- --with-freetype \
- --with-gif \
- --with-jpeg \
- --with-png \
- --with-pnm \
- --with-tiff \
- --with-animation \
- --with-gl \
- --with-glut \
- $OPTSS &&
+ ./configure --prefix=/usr \
+ --bindir=/usr/bin \
+ --sbindir=/usr/sbin \
+ --datadir=/usr/share \
+ --sysconfdir=/etc \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man \
+ --with-auxdir=share/xplanet \
+ --with-freetype \
+ --with-gif \
+ --with-jpeg \
+ --with-png \
+ --with-pnm \
+ --with-tiff \
+ --with-animation \
+ --with-gl \
+ --with-glut \
+ $OPTSS &&
default_make
Modified: moonbase/trunk/x11/xplanet/DEPENDS
===================================================================
--- moonbase/trunk/x11/xplanet/DEPENDS 2005-06-16 20:47:21 UTC (rev 15390)
+++ moonbase/trunk/x11/xplanet/DEPENDS 2005-06-17 04:42:25 UTC (rev 15391)
@@ -1,3 +1,2 @@
-depends glut &&
-depends automake &&
-depends autoconf
+depends automake &&
+depends glut
Modified: moonbase/trunk/x11/xplanet/DETAILS
===================================================================
--- moonbase/trunk/x11/xplanet/DETAILS 2005-06-16 20:47:21 UTC (rev 15390)
+++ moonbase/trunk/x11/xplanet/DETAILS 2005-06-17 04:42:25 UTC (rev 15391)
@@ -1,17 +1,17 @@
MODULE=xplanet
- VERSION=1.1.2
+ VERSION=1.2.0
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=$SFORGE_URL/$MODULE/
- SOURCE_VFY=sha1:15e68c7f9ff8d7a1a0e3e64de74d1fafa29179eb
+ SOURCE_VFY=sha1:e002711f90f502565613ab17a273175cc035b52c
WEB_SITE=http://xplanet.sourceforge.net/
ENTERED=20020608
- UPDATED=20041106
- SHORT="Xplanet was inspired by Xearth, which renders an image of the earth into the X root window."
+ UPDATED=20050617
+ SHORT="Xplanet renders an image of a planet into the X root window."
cat << EOF
-Xplanet was inspired by Xearth, which renders an image of the earth into the
-X root window. Azimuthal, Mercator, Mollweide, orthographic, or rectangular
-projections can be shown as well as a window with a globe the user can rotate
-interactively using OpenGL or Mesa. The other planets and some satellites may
-also be displayed.
+Xplanet was inspired by Xearth, which renders an image of the earth into
+the X root window. Azimuthal, Mercator, Mollweide, orthographic, or
+rectangular projections can be shown as well as a window with a globe the
+user can rotate interactively using OpenGL or Mesa. The other planets and
+some satellites may also be displayed.
EOF
More information about the Lunar-commits
mailing list