[Lunar-commits] <moonbase> frei0r: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Feb 11 00:28:00 CET 2010
commit 426481087161d6495983923bd4ee1b7beaf40466
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Wed Feb 10 18:28:00 2010 -0500
frei0r: Adding to moonbase.
---
video/frei0r/BUILD | 7 +++++++
video/frei0r/DEPENDS | 2 ++
video/frei0r/DETAILS | 15 +++++++++++++++
3 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/video/frei0r/BUILD b/video/frei0r/BUILD
new file mode 100644
index 0000000..6e9546f
--- /dev/null
+++ b/video/frei0r/BUILD
@@ -0,0 +1,7 @@
+(
+
+ ./autogen.sh &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/video/frei0r/DEPENDS b/video/frei0r/DEPENDS
new file mode 100644
index 0000000..e09ea46
--- /dev/null
+++ b/video/frei0r/DEPENDS
@@ -0,0 +1,2 @@
+depends gavl
+depends opencv
diff --git a/video/frei0r/DETAILS b/video/frei0r/DETAILS
new file mode 100644
index 0000000..83c2dbf
--- /dev/null
+++ b/video/frei0r/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=frei0r
+ VERSION=20100210
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.piksel.no/frei0r/snapshot/
+ SOURCE_VFY=sha1:02c410291b0d0743a1a5958e028d4933a4c6bce1
+ WEB_SITE=http://www.piksel.org/frei0r/
+ ENTERED=20100210
+ UPDATED=20100210
+ SHORT="plugin API for video sources and filters"
+cat << EOF
+Frei0r is a minimalistic plugin API for video sources and filters. The behaviour
+of the effects can be controlled from the host by simple parameters. The intent
+is to solve the recurring reimplementation or adaptation issue of standard
+effects.
+EOF
More information about the Lunar-commits
mailing list