Skip to Content.
Sympa Menu

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

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 (c9b66fd44a6ebf81b33a0d961c2ed732aebcf53a)
  • Date: Thu, 24 Jan 2008 16:49:58 -0600

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

ChangeLog | 3 +++
e/bang/DEPENDS | 4 ++++
e/bang/DETAILS | 23 +++++++++++++++++++++++
e/bang/HISTORY | 3 +++
e/bang/bang-0.0.16.tar.gz.sig |binary
5 files changed, 33 insertions(+)

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

bang: An E17 module for OpenGL/Composite effects

diff --git a/ChangeLog b/ChangeLog
index b07e604..67d3f4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-01-24 Eric Sandall <sandalle AT sourcemage.org>
+ * e/bang: Added E17 module for OpenGL Composite effects
+
2008-01-24 George Sherwood <george AT beernabeer.com>
* graphics/rawstudio: Added new spell

diff --git a/e/bang/DEPENDS b/e/bang/DEPENDS
new file mode 100755
index 0000000..cf2df81
--- /dev/null
+++ b/e/bang/DEPENDS
@@ -0,0 +1,4 @@
+depends ecore &&
+depends edje &&
+depends eet &&
+depends evas
diff --git a/e/bang/DETAILS b/e/bang/DETAILS
new file mode 100755
index 0000000..834738f
--- /dev/null
+++ b/e/bang/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=bang
+ VERSION=0.0.16
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.gurumeditation.it/files/$SOURCE
+ LICENSE[0]=BSD
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+ WEB_SITE=http://www.gurumeditation.it/coding/bang
+ KEYWORDS="enlightenment"
+ ENTERED=20080124
+ SHORT='E17 module for OpenGL Composite effects'
+cat << EOF
+Bang is module that do composite using OpenGL... this means that finally we
can
+have 3D desktop effects in enlightenment!!
+
+The code is based on the original work of Ibukun Olumuyiwa that first port
+compiz to e.
+
+There is also the scale plugin (automatically loaded) that do the famous
expos?
+effect ... yes it works :) For now you can only activate / disactivate it
+from keyb (can't select the window with the mouse). First I want to fix well
+the core.
+EOF
diff --git a/e/bang/HISTORY b/e/bang/HISTORY
new file mode 100644
index 0000000..7a8baa3
--- /dev/null
+++ b/e/bang/HISTORY
@@ -0,0 +1,3 @@
+2008-01-24 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS, DEPENDS: Created
+
diff --git a/e/bang/bang-0.0.16.tar.gz.sig b/e/bang/bang-0.0.16.tar.gz.sig
new file mode 100644
index 0000000..9c70079
Binary files /dev/null and b/e/bang/bang-0.0.16.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (c9b66fd44a6ebf81b33a0d961c2ed732aebcf53a), Eric Sandall, 01/24/2008

Archive powered by MHonArc 2.6.24.

Top of Page