Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (f65eb8bc89c08b8dd074995bfd32afc0f9a5596e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (f65eb8bc89c08b8dd074995bfd32afc0f9a5596e)
  • Date: Mon, 7 Mar 2011 02:23:36 -0600

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 3 +++
libs/silly/DEPENDS | 4 ++++
libs/silly/DETAILS | 17 +++++++++++++++++
libs/silly/HISTORY | 3 +++
4 files changed, 27 insertions(+)

New commits:
commit f65eb8bc89c08b8dd074995bfd32afc0f9a5596e
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

libs/silly: new spell, an image loading library

diff --git a/ChangeLog b/ChangeLog
index 68f94b2..f4bb84e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-03-07 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * libs/silly: new spell, an image loading library
+
2011-03-06 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* libs/loki: new spell, a library implementing C++ idioms
* libs/tinyxml: new spell, a C++ XML parser
diff --git a/libs/silly/DEPENDS b/libs/silly/DEPENDS
new file mode 100755
index 0000000..2a47fac
--- /dev/null
+++ b/libs/silly/DEPENDS
@@ -0,0 +1,4 @@
+depends JPEG &&
+depends libpng &&
+depends zlib &&
+depends g++
diff --git a/libs/silly/DETAILS b/libs/silly/DETAILS
new file mode 100755
index 0000000..9d1a086
--- /dev/null
+++ b/libs/silly/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=silly
+ VERSION=0.1.0
+ SOURCE="SILLY-${VERSION}.tar.gz"
+
SOURCE_URL[0]=$SOURCEFORGE_URL/project/crayzedsgui/SILLY/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:55ba0bff854fa640ce6522862aed626e03d909928ae3ff7b09c4b4f5671c94e3c4e68c0d2dcd1a3671ec5663915b4ed05d4e8c92e0b09bbe056f1e1451b7b01f
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/SILLY-${VERSION}"
+ WEB_SITE="http://www.cegui.org.uk/wiki/index.php/SILLY";
+ LICENSE[0]=MIT
+ ENTERED=20110307
+ SHORT="Simple Image Loading LibrarY"
+cat << EOF
+SILLY means Simple Image Loading LibrarY. The aim of this library is to
+provide a simple library for loading image in the context of CEGUI. The
+library supports only the most common image format. The project was initialy
+launch in order to provide an MIT based replacement of DevIL with less image
+format supported and focused on loading image only.
+EOF
diff --git a/libs/silly/HISTORY b/libs/silly/HISTORY
new file mode 100644
index 0000000..996a41a
--- /dev/null
+++ b/libs/silly/HISTORY
@@ -0,0 +1,3 @@
+2011-03-07 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (f65eb8bc89c08b8dd074995bfd32afc0f9a5596e), Florian Franzmann, 03/07/2011

Archive powered by MHonArc 2.6.24.

Top of Page