Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12236

Modified Files:
        stellarium.info stellarium.patch 
Log Message:
Yet another new upstream version (0.7.1)

Index: stellarium.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci/stellarium.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- stellarium.patch    16 Sep 2005 01:25:35 -0000      1.2
+++ stellarium.patch    18 Sep 2005 01:00:12 -0000      1.3
@@ -1,6 +1,6 @@
-diff -ru stellarium-0.7.0.orig/configure stellarium-0.7.0/configure
---- stellarium-0.7.0.orig/configure    2005-09-07 12:19:21.000000000 -0400
-+++ stellarium-0.7.0/configure 2005-09-15 15:51:35.000000000 -0400
+diff -ru stellarium-0.7.1.orig/configure stellarium-0.7.1/configure
+--- stellarium-0.7.1.orig/configure    2005-09-14 09:22:05.000000000 -0400
++++ stellarium-0.7.1/configure 2005-09-17 19:36:10.000000000 -0400
 @@ -13934,7 +13934,7 @@
  CFLAGS="$CFLAGS $X_CFLAGS"
  
@@ -28,9 +28,9 @@
        LIBS="$LIBS -framework OpenGL -lobjc "
  ;;
  
-diff -ru stellarium-0.7.0.orig/src/fmath.h stellarium-0.7.0/src/fmath.h
---- stellarium-0.7.0.orig/src/fmath.h  2005-09-08 12:22:01.000000000 -0400
-+++ stellarium-0.7.0/src/fmath.h       2005-09-15 17:00:10.000000000 -0400
+diff -ru stellarium-0.7.1.orig/src/fmath.h stellarium-0.7.1/src/fmath.h
+--- stellarium-0.7.1.orig/src/fmath.h  2005-09-08 12:22:01.000000000 -0400
++++ stellarium-0.7.1/src/fmath.h       2005-09-17 19:36:10.000000000 -0400
 @@ -27,9 +27,9 @@
  # include "config.h"
  #endif
@@ -43,9 +43,9 @@
  #ifndef HAVE_ACOSF
  # define acosf(x) (float)(acos(x))
  #endif
-diff -ru stellarium-0.7.0.orig/src/main.cpp stellarium-0.7.0/src/main.cpp
---- stellarium-0.7.0.orig/src/main.cpp 2005-09-08 12:23:36.000000000 -0400
-+++ stellarium-0.7.0/src/main.cpp      2005-09-15 16:36:55.000000000 -0400
+diff -ru stellarium-0.7.1.orig/src/main.cpp stellarium-0.7.1/src/main.cpp
+--- stellarium-0.7.1.orig/src/main.cpp 2005-09-17 04:41:58.000000000 -0400
++++ stellarium-0.7.1/src/main.cpp      2005-09-17 19:36:10.000000000 -0400
 @@ -93,6 +93,7 @@
  // This enable to launch stellarium from the local directory without 
installing it
  void setDirectories(const char* executableName)
@@ -78,10 +78,10 @@
  
        // Load the configuration options from the given file names
        // This includes the video parameters
-diff -ru stellarium-0.7.0.orig/src/observator.cpp 
stellarium-0.7.0/src/observator.cpp
---- stellarium-0.7.0.orig/src/observator.cpp   2005-09-08 17:00:24.000000000 
-0400
-+++ stellarium-0.7.0/src/observator.cpp        2005-09-15 19:45:01.000000000 
-0400
-@@ -224,7 +224,7 @@
+diff -ru stellarium-0.7.1.orig/src/observator.cpp 
stellarium-0.7.1/src/observator.cpp
+--- stellarium-0.7.1.orig/src/observator.cpp   2005-09-14 08:46:21.000000000 
-0400
++++ stellarium-0.7.1/src/observator.cpp        2005-09-17 19:36:10.000000000 
-0400
+@@ -230,7 +230,7 @@
       struct tm *timeinfo;
       time_t rawtime; time(&rawtime);
       timeinfo = localtime(&rawtime);
@@ -90,39 +90,10 @@
  #endif
  
         //#endif
-diff -ru stellarium-0.7.0.orig/src/stel_utility.cpp 
stellarium-0.7.0/src/stel_utility.cpp
---- stellarium-0.7.0.orig/src/stel_utility.cpp 2005-09-08 12:30:13.000000000 
-0400
-+++ stellarium-0.7.0/src/stel_utility.cpp      2005-09-15 20:21:56.000000000 
-0400
-@@ -137,7 +137,7 @@
-       const char* s = str.c_str();
-       char *mptr, *ptr, *dec, *hh;
-       int negative = 0;
--      char delim1[] = " :.,;DdHhMm'\n\t";
-+      char delim1[] = " :.,;ºDdHhMm'\n\t";
-       char delim2[] = " NSEWnsew\"\n\t";
-       int dghh = 0, minutes = 0;
-       double seconds = 0.0, pos;
-@@ -234,7 +234,7 @@
- * \param location Location angle in degress
- * \return Angle string
- *
--* Obtains a human readable location in the form: ddmm'ss.ss"
-+* Obtains a human readable location in the form: dd mm'ss.ss"
- */
- string print_angle_dms(double location)
- {
-@@ -267,7 +267,7 @@
-       }
-     }
-  
--    sprintf(buf,"%+.2d%.2d'%.2f\"",(int)deg, (int) min, sec);
-+    sprintf(buf,"%+.2d %.2d'%.2f\"",(int)deg, (int) min, sec);
-     return buf;
- }
- 
-diff -ru stellarium-0.7.0.orig/src/stellarium.h 
stellarium-0.7.0/src/stellarium.h
---- stellarium-0.7.0.orig/src/stellarium.h     2005-09-08 12:28:09.000000000 
-0400
-+++ stellarium-0.7.0/src/stellarium.h  2005-09-15 16:19:31.000000000 -0400
+Only in stellarium-0.7.1/src: observator.cpp.orig
+diff -ru stellarium-0.7.1.orig/src/stellarium.h 
stellarium-0.7.1/src/stellarium.h
+--- stellarium-0.7.1.orig/src/stellarium.h     2005-09-08 12:28:09.000000000 
-0400
++++ stellarium-0.7.1/src/stellarium.h  2005-09-17 19:36:10.000000000 -0400
 @@ -41,15 +41,15 @@
  #define MY_MIN(a,b) (((a)<(b))?(a):(b))
  

Index: stellarium.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci/stellarium.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- stellarium.info     17 Sep 2005 17:20:32 -0000      1.3
+++ stellarium.info     18 Sep 2005 01:00:12 -0000      1.4
@@ -1,13 +1,14 @@
 Package: stellarium
-Version: 0.7.0
+Version: 0.7.1
 Revision: 1
 Description: Real time 3D sky renderer
 Maintainer: Daniel Johnson <[EMAIL PROTECTED]>
 Source: mirror:sourceforge:stellarium/stellarium-%v.tar.gz
-Source-MD5: 6cee877a8b3be333eecc6de79a12c78d
+Source-MD5: 94cb47d20d31d5e0bba5d9e0189c331b
 Patch: %n.patch
 # stellarium will NOT currently build with g++-4.0. Many errors. Force use of 
g++-3.3
-ConfigureParams: --mandir=%p/share/man --with-sdl-prefix=%p 
--disable-dependency-tracking --disable-sdltest CXX=g++-3.3
+SetCXX: g++-3.3
+ConfigureParams: --mandir=%p/share/man --with-sdl-prefix=%p 
--disable-dependency-tracking --disable-sdltest
 BuildDepends: sdl (>= 1.2.8-1), macosx (>= 10.3.0-1), gcc3.3, libgettext3-dev, 
libiconv-dev, libpng3
 Depends: sdl-shlibs (>= 1.2.8-1), macosx (>= 10.3.0-1), libgettext3-shlibs, 
libiconv, libpng3-shlibs
 BuildConflicts: sdl-mixer



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to