[Lunar-commits] <moonbase-other> frei0r: Readding to moonbase

Dennis Veatch stumbles at lunar-linux.org
Wed Jul 18 14:07:14 CEST 2012


commit 779772058c87f0359c8b19c7e022b6f20905d17e
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Wed, 18 Jul 2012 05:07:14 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/779772058c87f0359c8b19c7e022b6f20905d17e

frei0r: Readding to moonbase
---
  video/frei0r/BUILD                                           +7/-0     
  video/frei0r/DEPENDS                                         +2/-0     
  video/frei0r/DETAILS                                         +16/-0    
  3 files changed, 25 insertions (+), 0 deletions (-)

--- /dev/null
+++ b/video/frei0r/BUILD
@@ -0,0 +1,7 @@
+(
+
+  ./autogen.sh &&
+
+  default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/video/frei0r/DEPENDS
@@ -0,0 +1,2 @@
+depends gavl
+depends opencv
--- /dev/null
+++ b/video/frei0r/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=frei0r
+         VERSION=1.3
+          SOURCE=$MODULE-plugins-$VERSION.tar.gz
+      SOURCE_URL=http://www.piksel.no/frei0r/releases/
+     SOURCE2_URL=$MIRROR_URL
+      SOURCE_VFY=sha1:f6b463440017934d01ac3c8fdf70b93c915e3d08
+        WEB_SITE=http://www.piksel.org/frei0r/
+         ENTERED=20100210
+         UPDATED=20110518
+           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