Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (6686bd792751ef3e62a1084d0e2463b26dfe35d1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (6686bd792751ef3e62a1084d0e2463b26dfe35d1)
  • Date: Fri, 10 Dec 2010 17:22:20 -0600

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

ChangeLog | 3 +
video-libs/frei0r-plugins/DEPENDS | 3 +
video-libs/frei0r-plugins/DETAILS | 27
++++++++++++++
video-libs/frei0r-plugins/HISTORY | 2 +
video-libs/frei0r-plugins/frei0r-plugins-1.2.1.tar.gz.sig |binary
5 files changed, 35 insertions(+)

New commits:
commit 6686bd792751ef3e62a1084d0e2463b26dfe35d1
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

frei0r-plugins: New spell, minimal API for video effects

diff --git a/ChangeLog b/ChangeLog
index f13b61a..56c8f78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-12-10 Robin Cook <rcook AT wyrms.net>
+ * video-libs/frei0r-plugins: new spell, Minimal API for video effects
+
2010-12-09 David Kowis <dkowis AT shlrm.org>
* net/collectd: new spell, statistics collection daemon

diff --git a/video-libs/frei0r-plugins/DEPENDS
b/video-libs/frei0r-plugins/DEPENDS
new file mode 100755
index 0000000..9dd3ace
--- /dev/null
+++ b/video-libs/frei0r-plugins/DEPENDS
@@ -0,0 +1,3 @@
+optional_depends gavl "" "" "Required for scale0tilt and vectorscope
filters?" &&
+optional_depends opencv "" "" "Required for facebl0r filter?"
+
diff --git a/video-libs/frei0r-plugins/DETAILS
b/video-libs/frei0r-plugins/DETAILS
new file mode 100755
index 0000000..9f127aa
--- /dev/null
+++ b/video-libs/frei0r-plugins/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=frei0r-plugins
+ VERSION=1.2.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=ftp://ftp.dyne.org/frei0r/releases/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]=GPL
+ WEB_SITE=http://frei0r.dyne.org/
+ ENTERED=20101210
+ KEYWORDS="video"
+ SHORT="Minimalistic plugin API for video effects"
+cat << EOF
+What Frei0r is
+Frei0r is a minimalistic plugin API for video effects.
+The main emphasis is on simplicity for an API that will round up the most
common
+video effects into simple filters, sources and mixers that can be controlled
by
+parameters. It's our hope that this way these simple effects can be shared
+between many applications, avoiding their reimplementation by different
projects.
+What Frei0r is not
+Frei0r is not meant as a competing standard to more ambitious efforts that
try
+to satisfy the needs of many different applications and more complex effects.
+It is not meant as a generic API for all kinds of video applications, as it
+doesn't provides things like an extensive parameter mechanism or event
handling.
+Eventually the frei0r API can be wrapped by higher level APIs expanding its
+functionalities (for instance as GStreamer, MLT, FFmpeg and others do).
+EOF
+
diff --git a/video-libs/frei0r-plugins/HISTORY
b/video-libs/frei0r-plugins/HISTORY
new file mode 100644
index 0000000..f21fedd
--- /dev/null
+++ b/video-libs/frei0r-plugins/HISTORY
@@ -0,0 +1,2 @@
+2010-12-10 Robin Cook <rcook AT wyrms.net>
+ * new spell: DETAILS DEPENDS
diff --git a/video-libs/frei0r-plugins/frei0r-plugins-1.2.1.tar.gz.sig
b/video-libs/frei0r-plugins/frei0r-plugins-1.2.1.tar.gz.sig
new file mode 100644
index 0000000..374ac46
Binary files /dev/null and
b/video-libs/frei0r-plugins/frei0r-plugins-1.2.1.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (6686bd792751ef3e62a1084d0e2463b26dfe35d1), Robin Cook, 12/10/2010

Archive powered by MHonArc 2.6.24.

Top of Page