summaryrefslogtreecommitdiffstats
path: root/gnome3-libs/mash
diff options
context:
space:
mode:
authorSukneet Basuta2012-10-06 02:59:11 -0400
committerSukneet Basuta2012-10-06 02:59:11 -0400
commitfe4f54ed763481c326364dbc4bb9ebfbc3c5165f (patch)
tree3d9cc251dc77d869e6eec252a73dffeabab4c36a /gnome3-libs/mash
parent70b28a6d91cd387281b24056a96b39abe59818a0 (diff)
mash: new spell, a small library for using 3D models in clutter
Diffstat (limited to 'gnome3-libs/mash')
-rwxr-xr-xgnome3-libs/mash/DEPENDS5
-rwxr-xr-xgnome3-libs/mash/DETAILS16
-rw-r--r--gnome3-libs/mash/HISTORY3
3 files changed, 24 insertions, 0 deletions
diff --git a/gnome3-libs/mash/DEPENDS b/gnome3-libs/mash/DEPENDS
new file mode 100755
index 0000000000..fec1c39bd9
--- /dev/null
+++ b/gnome3-libs/mash/DEPENDS
@@ -0,0 +1,5 @@
+depends clutter &&
+optional_depends OPENGL \
+ "" \
+ "" \
+ "for GLSL shader support, i.e. for lighting"
diff --git a/gnome3-libs/mash/DETAILS b/gnome3-libs/mash/DETAILS
new file mode 100755
index 0000000000..c36fa24e9d
--- /dev/null
+++ b/gnome3-libs/mash/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=mash
+ VERSION=0.2.0
+ SOURCE="${SPELL}-${VERSION}.tar.xz"
+ SOURCE_URL[0]=https://github.com/downloads/clutter-project/${SPELL}/${SOURCE}
+ SOURCE_HASH=sha512:f469f8a0094877fa4497ca848abd51cf175ce4576855ff3c8f00ee05f8db7b7f21d8ccbe9f74d467421cf283ef0e3209719727ba1ce593cf1161c6d7d61b1fe5
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://clutter-project.github.com/mash/"
+ LICENSE[0]="LGPL"
+ ENTERED=20121006
+ KEYWORDS=""
+ SHORT="Mash is a small library for using real 3D models within a Clutter scene"
+cat << EOF
+Mash is a small library for using real 3D models within a Clutter scene. Models
+can be exported from Blender or other 3D modelling software as PLY files and
+then used as actors. It also supports a lighting model with animatable lights.
+EOF
diff --git a/gnome3-libs/mash/HISTORY b/gnome3-libs/mash/HISTORY
new file mode 100644
index 0000000000..b7e339bcb3
--- /dev/null
+++ b/gnome3-libs/mash/HISTORY
@@ -0,0 +1,3 @@
+2012-10-06 Sukneet Basuta <sukneet@sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+