Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (0ac253fa0bab7949ef19a6236eaccf1f1ddae443)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (0ac253fa0bab7949ef19a6236eaccf1f1ddae443)
  • Date: Thu, 22 Apr 2010 04:37:07 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
e/imlib2/DEPENDS | 16 +++++++++++++++-
e/imlib2/HISTORY | 4 ++++
kde4-support/gluon/BUILD | 2 ++
kde4-support/gluon/DEPENDS | 9 +++++++++
kde4-support/gluon/DETAILS | 14 ++++++++++++++
kde4-support/gluon/HISTORY | 16 ++++++++++++++++
7 files changed, 63 insertions(+), 1 deletion(-)

New commits:
commit 0ac253fa0bab7949ef19a6236eaccf1f1ddae443
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

gluon-0.70.0 - new spell

commit fefa85bd6728c998d2adc05cde8fe5c70496c83a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

imlib2 - extra depends

diff --git a/ChangeLog b/ChangeLog
index 68169d8..a06684f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-04-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * kde4-support/gluon: new spell, toolkit for kde games
+
2010-04-21 Arjan Bouter <abouter AT sourcemage.org>
* gnome2-libs/clutter-gst: new spell, gstreamer support for clutter

diff --git a/e/imlib2/DEPENDS b/e/imlib2/DEPENDS
index 5d73ff3..e6bcd34 100755
--- a/e/imlib2/DEPENDS
+++ b/e/imlib2/DEPENDS
@@ -1,5 +1,4 @@
depends libtool &&
-depends zlib &&
depends freetype2 &&

if [[ -z $IMLIB2_X11 ]]; then
@@ -7,6 +6,21 @@ if [[ -z $IMLIB2_X11 ]]; then
depends libxext
fi &&

+optional_depends zlib \
+ '--with-zlib' \
+ '--without-zlib' \
+ 'BZIP2 loader' &&
+
+optional_depends bzip2 \
+ '--with-bzip2' \
+ '--without-bzip2' \
+ 'BZIP2 loade' &&
+
+optional_depends 'libid3tag' \
+ '--with-id3' \
+ '--without-id3' \
+ 'tagging support' &&
+
optional_depends 'tiff' \
'--with-tiff' \
'--without-tiff' \
diff --git a/e/imlib2/HISTORY b/e/imlib2/HISTORY
index 6b42f43..bbdbdb3 100644
--- a/e/imlib2/HISTORY
+++ b/e/imlib2/HISTORY
@@ -1,3 +1,7 @@
+2010-04-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add optional libid3tag, bzip2
+ zlib is optional
+
2010-03-22 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.4.3

diff --git a/kde4-support/gluon/BUILD b/kde4-support/gluon/BUILD
new file mode 100755
index 0000000..9634181
--- /dev/null
+++ b/kde4-support/gluon/BUILD
@@ -0,0 +1,2 @@
+OPTS+=' -DWITH_KDE=0' &&
+default_build
diff --git a/kde4-support/gluon/DEPENDS b/kde4-support/gluon/DEPENDS
new file mode 100755
index 0000000..1683363
--- /dev/null
+++ b/kde4-support/gluon/DEPENDS
@@ -0,0 +1,9 @@
+depends cmake &&
+depends g++ &&
+depends qt4 &&
+depends eigen2 &&
+depends glew &&
+depends openal-soft &&
+depends libsndfile &&
+depends libvorbis &&
+depends libogg
diff --git a/kde4-support/gluon/DETAILS b/kde4-support/gluon/DETAILS
new file mode 100755
index 0000000..3eb075b
--- /dev/null
+++ b/kde4-support/gluon/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=gluon
+ VERSION=0.70.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+
SOURCE_HASH=sha512:152f4eaae13a5ca3d4fc4643dd56af989358b325649b208f632f13d12dd930a3625197dbc0e8f2745871396b7595afb1ad0452d18be35e1b0c5e41515fd826eb
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/gluon-gluon
+ WEB_SITE=http://gluon.gamingfreedom.org/
+ SOURCE_URL=$WEB_SITE/sites/default/files/$SOURCE
+ LICENSE[0]=LGPL
+ ENTERED=2009-11-24
+ KEYWORDS="kde games library"
+ SHORT="high-level game development library for KDE4"
+cat << EOF
+Gluon is a high-level game development library for the KDE desktop
enviornment
+EOF
diff --git a/kde4-support/gluon/HISTORY b/kde4-support/gluon/HISTORY
new file mode 100644
index 0000000..063f055
--- /dev/null
+++ b/kde4-support/gluon/HISTORY
@@ -0,0 +1,16 @@
+2010-04-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.70.0
+ new WEB_SITE
+
+2010-02-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: remove kdelibs4
+ * BUILD: added
+ don't build the kde4 dependent stuff, that will be a separate spell
+
+2009-11-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add openal-soft
+ sndfile => libsndfile
+
+2009-11-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version smgl (git)
+ spell created



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (0ac253fa0bab7949ef19a6236eaccf1f1ddae443), Treeve Jelbert, 04/22/2010

Archive powered by MHonArc 2.6.24.

Top of Page