Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (79674d5f91816d2e1d1da28d71d6e292558b5bd4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (79674d5f91816d2e1d1da28d71d6e292558b5bd4)
  • Date: Sun, 12 Jun 2011 15:47:31 -0500

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

dev/null |binary
science/celestia/DETAILS | 2 -
science/celestia/HISTORY | 4 ++
science/celestia/PRE_BUILD | 3 -
science/celestia/celestia-1.6.0-gcc45.patch | 51
----------------------------
science/celestia/celestia-1.6.0.tar.gz.sig | 0
science/celestia/celestia-1.6.1.tar.gz.sig |binary
7 files changed, 5 insertions(+), 55 deletions(-)

New commits:
commit 79674d5f91816d2e1d1da28d71d6e292558b5bd4
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

celestia 1.6.1

diff --git a/science/celestia/DETAILS b/science/celestia/DETAILS
index f0c3200..8bf5fbd 100755
--- a/science/celestia/DETAILS
+++ b/science/celestia/DETAILS
@@ -1,5 +1,5 @@
SPELL=celestia
- VERSION=1.6.0
+ VERSION=1.6.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/science/celestia/HISTORY b/science/celestia/HISTORY
index d602c41..9ede9cd 100644
--- a/science/celestia/HISTORY
+++ b/science/celestia/HISTORY
@@ -1,3 +1,7 @@
+2011-06-12 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.6.1
+ * PRE_BUILD, celestia-1.6.0-gcc45.patch: removed
+
2010-11-07 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* PRE_BUILD, celestia-1.6.0-gcc45.patch: added patch from gentoo
to fix build with gcc 4.5
diff --git a/science/celestia/PRE_BUILD b/science/celestia/PRE_BUILD
deleted file mode 100755
index 1b44b95..0000000
--- a/science/celestia/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY} &&
-patch -p0 < ${SCRIPT_DIRECTORY}/celestia-${VERSION}-gcc45.patch
diff --git a/science/celestia/celestia-1.6.0-gcc45.patch
b/science/celestia/celestia-1.6.0-gcc45.patch
deleted file mode 100644
index 8ee9adb..0000000
--- a/science/celestia/celestia-1.6.0-gcc45.patch
+++ /dev/null
@@ -1,51 +0,0 @@
-Fixing build with GCC-4.5
-
-http://bugs.gentoo.org/show_bug.cgi?id=317507
-
-Patch written by Philipp <sefi AT s-e-f-i.de>
---- src/celengine/overlay.h
-+++ src/celengine/overlay.h
-@@ -12,6 +12,7 @@
-
- #include <string>
- #include <iostream>
-+#include <cstdio>
- #include <celtxf/texturefont.h>
-
-
---- src/celmath/mathlib.h
-+++ src/celmath/mathlib.h
-@@ -44,11 +44,6 @@
- template<class T> T radToDeg(T r)
- return r * 180 / static_cast<T>(PI);
- }
-
--template<class T> T abs(T x)
--{
-- return (x < 0) ? -x : x;
--}
--
- template<class T> T square(T x)
- {
- return x * x;
---- src/celengine/star.cpp
-+++ src/celengine/star.cpp
-@@ -10,6 +10,7 @@
- #include <celmath/mathlib.h>
- #include <cstring>
- #include <cassert>
-+#include <cstdio>
- #include "celestia.h"
- #include "astro.h"
- #include "orbit.h"
---- src/celestia/celx_object.cpp
-+++ src/celestia/celx_object.cpp
-@@ -773,7 +773,7 @@ static int object_mark(lua_State* l)
- markAlpha = 1.0f;
-
- Color markColorAlpha(0.0f, 1.0f, 0.0f, 0.9f);
-- markColorAlpha = Color::Color(markColor, markAlpha);
-+ markColorAlpha = Color(markColor, markAlpha);
-
- const char* markLabel = celx.safeGetString(6, WrongType, "Fifth
argument to object:mark must be a string");
- if (markLabel == NULL)
diff --git a/science/celestia/celestia-1.6.0.tar.gz.sig
b/science/celestia/celestia-1.6.0.tar.gz.sig
deleted file mode 100644
index 1c80e76..0000000
Binary files a/science/celestia/celestia-1.6.0.tar.gz.sig and /dev/null differ
diff --git a/science/celestia/celestia-1.6.1.tar.gz.sig
b/science/celestia/celestia-1.6.1.tar.gz.sig
new file mode 100644
index 0000000..7437f35
Binary files /dev/null and b/science/celestia/celestia-1.6.1.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (79674d5f91816d2e1d1da28d71d6e292558b5bd4), Ladislav Hagara, 06/12/2011

Archive powered by MHonArc 2.6.24.

Top of Page