[Lunar-commits] <moonbase> sswf: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Nov 23 21:08:22 CET 2010
commit 1d269ff54f24cebd8a182ac5784b03d27e3d384f
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Nov 23 15:08:22 2010 -0500
sswf: Adding to moonbase.
---
video/sswf/BUILD | 7 +++++++
video/sswf/DEPENDS | 4 ++++
video/sswf/DETAILS | 21 +++++++++++++++++++++
3 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/video/sswf/BUILD b/video/sswf/BUILD
new file mode 100644
index 0000000..ad9aad6
--- /dev/null
+++ b/video/sswf/BUILD
@@ -0,0 +1,7 @@
+(
+
+ OPTS+="--disable-debug --disable-yydebug" &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/video/sswf/DEPENDS b/video/sswf/DEPENDS
new file mode 100644
index 0000000..b3e87c7f
--- /dev/null
+++ b/video/sswf/DEPENDS
@@ -0,0 +1,4 @@
+depends zlib
+depends freetype2
+depends %JPEG
+
diff --git a/video/sswf/DETAILS b/video/sswf/DETAILS
new file mode 100644
index 0000000..d9c2fab
--- /dev/null
+++ b/video/sswf/DETAILS
@@ -0,0 +1,21 @@
+ MODULE=sswf
+ VERSION=1.8.4
+ TYPE=src
+ SOURCE=${MODULE}-${VERSION}-${TYPE}.tar.bz2
+ SOURCE_URL=$SFORGE_URL/$MODULE/$MODULE/$VERSION/
+ SOURCE_VFY=sha1:24e8b7b91e94debf71f3bf1001e0be0e47f59515
+ WEB_SITE=http://www.m2osw.com/sswf.html
+ ENTERED=20101123
+ UPDATED=20101123
+ LICENSE="mit"
+ SHORT="create Adobe Flash animations on the fly"
+
+cat << EOF
+Using our robust open-source C++ library and scripting language, ScriptSWF
+(SSWF), you can create Adobe Flash animations on the fly.
+
+SSWF supports most of the Adobe Flash tags, including audio, ActionScript, and
+the new enhance fonts features introduce in version 8. The project includes a
+JavaScript compiler, in a library of its own, in order to compile ActionScripts
+to byte code supported by all the Adobe Flash players.
+EOF
More information about the Lunar-commits
mailing list