summaryrefslogtreecommitdiffstats
path: root/e-17/emotion/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'e-17/emotion/DETAILS')
-rwxr-xr-xe-17/emotion/DETAILS31
1 files changed, 31 insertions, 0 deletions
diff --git a/e-17/emotion/DETAILS b/e-17/emotion/DETAILS
new file mode 100755
index 0000000000..8b4ca809a9
--- /dev/null
+++ b/e-17/emotion/DETAILS
@@ -0,0 +1,31 @@
+ SPELL=emotion
+if [ "$EMOTION_BRANCH" == "scm" ]; then
+ if [ "$EMOTION_AUTOUPDATE" == "y" ]; then
+ VERSION=$(date +%Y%m%d)
+ else
+ VERSION=svn
+ fi
+ SOURCE=$SPELL-svn.tar.bz2
+ FORCE_DOWNLOAD=on
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
+ SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/emotion:emotion
+ SOURCE_IGNORE=volatile
+else
+ VERSION=0.0.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/enlightenment/$SOURCE
+ SOURCE_HASH=sha512:8596d842078f0735040de30cee9cb3ad7e8ac5efd25b5eb5857263d7b646d1070b6e97c4fc097c5c9ebd4f1da565aa201ab91ba6c318ec11c7bc86a93939c3a1
+fi
+ LICENSE[0]=BSD
+ WEB_SITE=http://enlightenment.org/Libraries/Emotion/index.html
+ ENTERED=20040619
+ PATCHLEVEL=1
+ KEYWORDS="enlightenment video library"
+ SHORT="Evas smart-object video library"
+cat << EOF
+Emotion is an Evas smart-object library providing video capabilities. Emotion
+leverages libxine 1.0 and integrates seemlessly with the rest of the
+EFL. Because its based on libxine, any format that it supports (Theora,
+DiVX, MPEG2, etc) is avalible using Emotion.
+EOF