Skip to Content.
Sympa Menu

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

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 (73de77bf5ab3f40d1564a9cfcaa11f3e02adad4f)
  • Date: Sat, 26 Apr 2008 19:18:53 -0500

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

audio-creation/snd/DETAILS | 4 ++--
audio-creation/snd/HISTORY | 4 ++++
audio-creation/snd/snd-9.8.tar.gz.sig | 0
audio-creation/snd/snd-9.9.tar.gz.sig |binary
dev/null |binary
graphics-libs/cegui/CEGUI-0.6.0.tar.gz.sig |binary
graphics-libs/cegui/DETAILS | 9 +++++----
graphics-libs/cegui/HISTORY | 6 ++++++
graphics-libs/cegui/PRE_BUILD | 9 +++++----
graphics-libs/cegui/gcc43.patch | 11 +++++++++++
graphics-libs/devil/HISTORY | 4 ++++
graphics-libs/devil/PRE_BUILD | 5 +++--
science/maxima/DETAILS | 2 +-
science/maxima/HISTORY | 3 +++
science/maxima/maxima-5.14.0.tar.gz.sig | 0
science/maxima/maxima-5.15.0.tar.gz.sig |binary
16 files changed, 44 insertions(+), 13 deletions(-)

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

cegui: Updated to 0.6.0 (now compiles with xerces-c 2.8.0)
Fix compilation with GCC 4.3.0

commit a71b6238ad364e1816f9b7dc06212e911dd94bed
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

devil: ilut.h needs to change one last instance of Lstring
to ILstring for GCC 4.3.0

commit 4e0036a4d2208d7236eff59795343ed753e13391
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

snd: Updated to 9.9

commit e6bea92ba52623407cc5c6a250be208ebfb549e1
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

maxima: Updated to 5.14.0

diff --git a/audio-creation/snd/DETAILS b/audio-creation/snd/DETAILS
index 4ef3e43..f2a302a 100755
--- a/audio-creation/snd/DETAILS
+++ b/audio-creation/snd/DETAILS
@@ -1,8 +1,8 @@
SPELL=snd
- VERSION=9.8
+ VERSION=9.9
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION/.*/}
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
LICENSE[0]=ART
WEB_SITE=http://snd.sf.net/
diff --git a/audio-creation/snd/HISTORY b/audio-creation/snd/HISTORY
index 8f67825..9089e2e 100644
--- a/audio-creation/snd/HISTORY
+++ b/audio-creation/snd/HISTORY
@@ -1,3 +1,7 @@
+2008-04-26 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 9.9
+ SOURCE_DIRECTORY is now just "snd-9" (again)
+
2008-04-17 Thomas Orgis <sobukus AT sourcemage.org>
* DEPENDS: removing MPG123 provider, plain depend on mpg123

diff --git a/audio-creation/snd/snd-9.8.tar.gz.sig
b/audio-creation/snd/snd-9.8.tar.gz.sig
deleted file mode 100644
index 63197aa..0000000
Binary files a/audio-creation/snd/snd-9.8.tar.gz.sig and /dev/null differ
diff --git a/audio-creation/snd/snd-9.9.tar.gz.sig
b/audio-creation/snd/snd-9.9.tar.gz.sig
new file mode 100644
index 0000000..15d7362
Binary files /dev/null and b/audio-creation/snd/snd-9.9.tar.gz.sig differ
diff --git a/graphics-libs/cegui/CEGUI-0.6.0.tar.gz.sig
b/graphics-libs/cegui/CEGUI-0.6.0.tar.gz.sig
new file mode 100644
index 0000000..3910320
Binary files /dev/null and b/graphics-libs/cegui/CEGUI-0.6.0.tar.gz.sig differ
diff --git a/graphics-libs/cegui/DETAILS b/graphics-libs/cegui/DETAILS
index 7e6e0f3..5579152 100755
--- a/graphics-libs/cegui/DETAILS
+++ b/graphics-libs/cegui/DETAILS
@@ -1,14 +1,15 @@
SPELL=cegui
PKG=CEGUI
- VERSION=0.5.0b
+ VERSION=0.6.0
SOURCE=${PKG}-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${PKG}-${VERSION/b}
SOURCE_URL[0]=$SOURCEFORGE_URL/crayzedsgui/$SOURCE
-
SOURCE_HASH=sha512:7edfe35518d464226fbdf862d800af41de01fa2bf584a97f572415cf0ada2c2c8c1fca57c80c6bbae8662451fb20e3b9baaff95f0de8ba4d92a63ba2a98085c9
- WEB_SITE=http://www.cegui.org.uk/
- ENTERED=20050309
+#
SOURCE_HASH=sha512:7edfe35518d464226fbdf862d800af41de01fa2bf584a97f572415cf0ada2c2c8c1fca57c80c6bbae8662451fb20e3b9baaff95f0de8ba4d92a63ba2a98085c9
+ SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
LICENSE[0]=LGPL
+ WEB_SITE=http://www.cegui.org.uk/
KEYWORDS="graphics libs"
+ ENTERED=20050309
SHORT="Window and widget GUI APIs"
cat << EOF
Crazy Eddie's GUI System is a free library providing windowing and widgets
diff --git a/graphics-libs/cegui/HISTORY b/graphics-libs/cegui/HISTORY
index 8237b82..ef8a621 100644
--- a/graphics-libs/cegui/HISTORY
+++ b/graphics-libs/cegui/HISTORY
@@ -1,3 +1,9 @@
+2008-04-26 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.6.0
+ Fixes compilation with xerces-c 2.8.0
+ * PRE_BUILD: Apply gcc43.patch
+ * gcc43.patch: Fix compilation with GCC 4.3.0
+
2008-01-28 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* PRE_SUB_DEPENDS: removed is_depends_enabled.function reference

diff --git a/graphics-libs/cegui/PRE_BUILD b/graphics-libs/cegui/PRE_BUILD
index 1959299..bb5ad0c 100755
--- a/graphics-libs/cegui/PRE_BUILD
+++ b/graphics-libs/cegui/PRE_BUILD
@@ -1,5 +1,6 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-sedit 's: lua < 5.1::' acinclude.m4 &&
-touch INSTALL NEWS &&
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p1 < $SCRIPT_DIRECTORY/gcc43.patch &&
+sedit 's: lua < 5.1::' acinclude.m4 &&
+touch INSTALL NEWS &&
autoreconf
diff --git a/graphics-libs/cegui/gcc43.patch b/graphics-libs/cegui/gcc43.patch
new file mode 100644
index 0000000..38f3e7d
--- /dev/null
+++ b/graphics-libs/cegui/gcc43.patch
@@ -0,0 +1,11 @@
+diff -Naur CEGUI-0.6.0.orig/Samples/TreeDemo/src/Sample_TreeDemo.cpp
CEGUI-0.6.0/Samples/TreeDemo/src/Sample_TreeDemo.cpp
+--- CEGUI-0.6.0.orig/Samples/TreeDemo/src/Sample_TreeDemo.cpp 2008-04-26
17:13:50.668243450 -0700
++++ CEGUI-0.6.0/Samples/TreeDemo/src/Sample_TreeDemo.cpp 2008-04-26
17:14:38.688219245 -0700
+@@ -13,6 +13,7 @@
+ #endif
+
+ #include <time.h>
++#include <cstdlib>
+
+
+ const unsigned int TreeDemoSample::TreeID = 1;
diff --git a/graphics-libs/devil/HISTORY b/graphics-libs/devil/HISTORY
index a1494be..f5429b5 100644
--- a/graphics-libs/devil/HISTORY
+++ b/graphics-libs/devil/HISTORY
@@ -1,3 +1,7 @@
+2008-04-26 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: ilut.h needs to change one last instance of Lstring
+ to ILstring for GCC 4.3.0
+
2008-01-05 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: PATCHLEVEL=1
* PRE_BUILD: Fix upstream bug #1651292 (header inclusion fails with
gcc
diff --git a/graphics-libs/devil/PRE_BUILD b/graphics-libs/devil/PRE_BUILD
index ccecc1b..c12463d 100755
--- a/graphics-libs/devil/PRE_BUILD
+++ b/graphics-libs/devil/PRE_BUILD
@@ -1,2 +1,3 @@
-default_pre_build &&
-sed -i 's:(ILvoid):(void):g' $SOURCE_DIRECTORY/include/IL/*.h
+default_pre_build &&
+sed -i 's:(ILvoid):(void):g' $SOURCE_DIRECTORY/include/IL/*.h &&
+sed -i 's:(Lstring:(ILstring:g' $SOURCE_DIRECTORY/include/IL/ilut.h
diff --git a/science/maxima/DETAILS b/science/maxima/DETAILS
index df84a5c..5c1b920 100755
--- a/science/maxima/DETAILS
+++ b/science/maxima/DETAILS
@@ -1,5 +1,5 @@
SPELL=maxima
- VERSION=5.14.0
+ VERSION=5.15.0
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
diff --git a/science/maxima/HISTORY b/science/maxima/HISTORY
index 4e0f257..82545c6 100644
--- a/science/maxima/HISTORY
+++ b/science/maxima/HISTORY
@@ -1,3 +1,6 @@
+2008-04-26 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 5.15.0
+
2008-01-25 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 5.14.0
* BUILD: Specify location of lisp command if using cmucl-bin
diff --git a/science/maxima/maxima-5.14.0.tar.gz.sig
b/science/maxima/maxima-5.14.0.tar.gz.sig
deleted file mode 100644
index 2638419..0000000
Binary files a/science/maxima/maxima-5.14.0.tar.gz.sig and /dev/null differ
diff --git a/science/maxima/maxima-5.15.0.tar.gz.sig
b/science/maxima/maxima-5.15.0.tar.gz.sig
new file mode 100644
index 0000000..99e601a
Binary files /dev/null and b/science/maxima/maxima-5.15.0.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (73de77bf5ab3f40d1564a9cfcaa11f3e02adad4f), Eric Sandall, 04/26/2008

Archive powered by MHonArc 2.6.24.

Top of Page