[SM-Commit] GIT changes to master grimoire by Ladislav Hagara (cfb8ad4612ae75379b6ce9951c3065815462b789)

Ladislav Hagara scm at sourcemage.org
Tue Nov 1 15:29:14 EDT 2011


GIT changes to master grimoire by Ladislav Hagara <hgr at vabo.cz>:

 ChangeLog               |    1 +
 video/animata/BUILD     |    1 +
 video/animata/DEPENDS   |    2 ++
 video/animata/DETAILS   |   18 ++++++++++++++++++
 video/animata/HISTORY   |    2 ++
 video/animata/INSTALL   |    3 +++
 video/animata/PREPARE   |    2 ++
 video/animata/PRE_BUILD |    5 +++++
 8 files changed, 34 insertions(+)

New commits:
commit cfb8ad4612ae75379b6ce9951c3065815462b789
Author: Ladislav Hagara <hgr at vabo.cz>
Commit: Ladislav Hagara <hgr at vabo.cz>

    video/animata: new spell, real-time animation software
    
    seems it works only with fltk 1.1, we have 1.3

diff --git a/ChangeLog b/ChangeLog
index d643e46..3fc459b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2011-11-01 Ladislav Hagara <hgr at vabo.cz>
 	* libs/osceleton: new spell
 	  sends skeleton information from the kinect sensor via osc
+	* video/animata: new spell, real-time animation software
 
 2011-10-30 Ladislav Hagara <hgr at vabo.cz>
 	* xorg-app/xbacklight: new spell
diff --git a/video/animata/BUILD b/video/animata/BUILD
new file mode 100755
index 0000000..f4102ad
--- /dev/null
+++ b/video/animata/BUILD
@@ -0,0 +1 @@
+scons PREFIX=$INSTALL_ROOT/usr
diff --git a/video/animata/DEPENDS b/video/animata/DEPENDS
new file mode 100755
index 0000000..c26426e
--- /dev/null
+++ b/video/animata/DEPENDS
@@ -0,0 +1,2 @@
+depends scons &&
+depends fltk
diff --git a/video/animata/DETAILS b/video/animata/DETAILS
new file mode 100755
index 0000000..6156317
--- /dev/null
+++ b/video/animata/DETAILS
@@ -0,0 +1,18 @@
+           SPELL=animata
+if test "$ANIMATA_AUTOUPDATE" = "y"; then
+         VERSION=$(date +%Y%m%d)
+else
+         VERSION=svn
+fi
+          SOURCE=$SPELL-svn.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
+   SOURCE_URL[0]=svn_http://animata.googlecode.com/svn/trunk:animata-svn
+   SOURCE_IGNORE=volatile
+        WEB_SITE=http://animata.kibu.hu/
+         ENTERED=20111101
+      LICENSE[0]=GPL
+           SHORT="real-time animation software"
+cat << EOF
+Animata is a real-time animation software, designed to create interactive
+background projections for concerts, theatre and dance performances.
+EOF
diff --git a/video/animata/HISTORY b/video/animata/HISTORY
new file mode 100644
index 0000000..ba4d010
--- /dev/null
+++ b/video/animata/HISTORY
@@ -0,0 +1,2 @@
+2011-11-01 Ladislav Hagara <hgr at vabo.cz>
+	* DETAILS, DEPENDS, PREPARE, PRE_BUILD, BUILD, INSTALL: spell created
diff --git a/video/animata/INSTALL b/video/animata/INSTALL
new file mode 100755
index 0000000..f03a462
--- /dev/null
+++ b/video/animata/INSTALL
@@ -0,0 +1,3 @@
+install -vm 755 build/animata ${INSTALL_ROOT}/usr/bin
+install -vm 755 data/animata_icon.png ${INSTALL_ROOT}/usr/share/icons/animata.png &&
+cp -av examples ${INSTALL_ROOT}/usr/share/animata
diff --git a/video/animata/PREPARE b/video/animata/PREPARE
new file mode 100755
index 0000000..f8b7d7e
--- /dev/null
+++ b/video/animata/PREPARE
@@ -0,0 +1,2 @@
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch
diff --git a/video/animata/PRE_BUILD b/video/animata/PRE_BUILD
new file mode 100755
index 0000000..fe041de
--- /dev/null
+++ b/video/animata/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+# Remove .svn directories, otherwise they get installed
+find . -type d -name .svn -exec rm -rf {} \; 2>/dev/null || true


More information about the SM-Commit mailing list