Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (ea12572c41f978b5b806dcc5306f758bbdcd53b2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (ea12572c41f978b5b806dcc5306f758bbdcd53b2)
  • Date: Mon, 9 Jul 2007 17:32:18 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

science/stellarium/BUILD | 4 ++++
science/stellarium/DEPENDS | 24
+++++++++++++++++++-----
science/stellarium/DETAILS | 9 +++++----
science/stellarium/HISTORY | 9 +++++++++
science/stellarium/stellarium-0.9.0.tar.gz.sig |binary
5 files changed, 37 insertions(+), 9 deletions(-)

New commits:
commit ea12572c41f978b5b806dcc5306f758bbdcd53b2
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

stellarium: Updated to 0.9.0

diff --git a/science/stellarium/BUILD b/science/stellarium/BUILD
new file mode 100755
index 0000000..dac29d1
--- /dev/null
+++ b/science/stellarium/BUILD
@@ -0,0 +1,4 @@
+QTDIR=$INSTALL_ROOT/usr &&
+PATH=$QTDIR/bin/qt4:$PATH &&
+cmake -DCMAKE_INSTALL_PREFIX=$INSTALL_ROOT/usr . &&
+make
diff --git a/science/stellarium/DEPENDS b/science/stellarium/DEPENDS
index 7b1fafc..3f27d9b 100755
--- a/science/stellarium/DEPENDS
+++ b/science/stellarium/DEPENDS
@@ -1,5 +1,19 @@
-depends OPENGL &&
-depends GLUT &&
-depends sdl &&
-depends zlib &&
-depends libpng
+depends boost &&
+depends cmake &&
+depends curl &&
+depends freetype2 &&
+depends g++ &&
+depends gettext &&
+depends GLUT &&
+depends jpeg &&
+depends libpng &&
+depends OPENGL &&
+depends qt4 &&
+depends zlib &&
+
+source $GRIMOIRE/FUNCTIONS &&
+
+if check_if_xorg_modular_libs qt4; then
+ depends libice &&
+ depends libxext
+fi
diff --git a/science/stellarium/DETAILS b/science/stellarium/DETAILS
index 2ad245f..533381c 100755
--- a/science/stellarium/DETAILS
+++ b/science/stellarium/DETAILS
@@ -1,14 +1,15 @@
SPELL=stellarium
- VERSION=0.8.2
+ VERSION=0.9.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
SOURCE_URL[1]=http://stellarium.free.fr/download/$SOURCE
-
SOURCE_HASH=sha512:93eb0cca10911f3e33bd98ad2fff5858fb13eea79f9a045fa9ccddb93cdca8c2f02488a0eebece757c6e6e4fce7cb63a0412492099dec3e643fb0c2f1817c3b6
- WEB_SITE=http://stellarium.free.fr
- ENTERED=20021208
+#
SOURCE_HASH=sha512:93eb0cca10911f3e33bd98ad2fff5858fb13eea79f9a045fa9ccddb93cdca8c2f02488a0eebece757c6e6e4fce7cb63a0412492099dec3e643fb0c2f1817c3b6
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
LICENSE[0]=GPL
+ WEB_SITE=http://stellarium.free.fr
KEYWORDS="opengl science"
+ ENTERED=20021208
SHORT="OpenGL desktop planetarium"
cat << EOF
Stellarium is a free software available for Windows, Linux/Unix and MacOSX.
It renders 3D photo-realistic skies in real time. With stellarium, you really
see what you can see with your eyes, binoculars or a small telescope.
diff --git a/science/stellarium/HISTORY b/science/stellarium/HISTORY
index 3a0f99d..9632794 100644
--- a/science/stellarium/HISTORY
+++ b/science/stellarium/HISTORY
@@ -1,3 +1,12 @@
+2007-07-09 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.9.0
+ * DEPENDS: Uses cmake now instead of autoconf/automake
+ Depends on gettext for translations
+ Depends on boost, curl, freetype2, g++, and jpeg
+ Uses Qt v4 rather than SDL
+ Depends on libice and libxext for X.org modular
+ * BUILD: Use cmake, define where QT4 may be found
+
2006-10-05 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.8.2, removed UPDATED

diff --git a/science/stellarium/stellarium-0.9.0.tar.gz.sig
b/science/stellarium/stellarium-0.9.0.tar.gz.sig
new file mode 100644
index 0000000..b347e29
Binary files /dev/null and b/science/stellarium/stellarium-0.9.0.tar.gz.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (ea12572c41f978b5b806dcc5306f758bbdcd53b2), Eric Sandall, 07/09/2007

Archive powered by MHonArc 2.6.24.

Top of Page