CVS: moonbase/x11/xplanet BUILD,1.2,1.3 DETAILS,1.3,1.4

Florin Braescu florin at lunar-linux.org
Sat Dec 27 08:32:31 GMT 2003


Update of /var/cvs/lunar/moonbase/x11/xplanet
In directory dbguin.lunar-linux.org:/tmp/cvs-serv6854

Modified Files:
	BUILD DETAILS 
Log Message:
bump version from 1.0.1 to 1.0.2.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11/xplanet/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	25 Mar 2003 22:58:28 -0000	1.2
+++ BUILD	27 Dec 2003 08:32:29 -0000	1.3
@@ -1,22 +1,28 @@
 (
 
-  ./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=
+  if module_installed xscreensaver; then
+    OPTSS=--with-xscreensaver
+  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                       &&
                   
   default_make
 

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11/xplanet/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS	25 Mar 2003 22:58:28 -0000	1.3
+++ DETAILS	27 Dec 2003 08:32:29 -0000	1.4
@@ -1,15 +1,21 @@
           MODULE=xplanet
-         VERSION=1.0.1
+         VERSION=1.0.2
           SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=$SFORGE_URL/$MODULE/$SOURCE
+       SOURCE_VFY=md5:db1ac7a4504a992377b624a1b0f7365e
         WEB_SITE=http://xplanet.sourceforge.net/
          ENTERED=20020608
-         UPDATED=20030325
-           SHORT="Xplanet was inspired by Xearth, which renders an image of the earth 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.
+         UPDATED=20030327
+        SHORT="Xplanet was inspired by Xearth, which renders an image of the earth into the X root window."
 
-Xplanet is free software, distributed according to the terms of the GNU General Public License. 
+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 is free software, distributed according to the terms of the GNU 
+General Public License. 
 EOF




More information about the Lunar-commits mailing list