[46329] trunk/dports/multimedia

snc at macports.org snc at macports.org
Mon Feb 2 13:12:15 PST 2009


Revision: 46329
          http://trac.macports.org/changeset/46329
Author:   snc at macports.org
Date:     2009-02-02 13:12:14 -0800 (Mon, 02 Feb 2009)
Log Message:
-----------
created frei0r-plugins, ticket #18248

Added Paths:
-----------
    trunk/dports/multimedia/frei0r-plugins/
    trunk/dports/multimedia/frei0r-plugins/Portfile

Added: trunk/dports/multimedia/frei0r-plugins/Portfile
===================================================================
--- trunk/dports/multimedia/frei0r-plugins/Portfile	                        (rev 0)
+++ trunk/dports/multimedia/frei0r-plugins/Portfile	2009-02-02 21:12:14 UTC (rev 46329)
@@ -0,0 +1,28 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                frei0r-plugins
+version             1.1.22
+categories          multimedia
+maintainers         jmpoure
+description         Plugin API for video sources and filters
+long_description    frei0r is a minimalistic plugin API for video sources and filters. \
+                    The behavior 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. It is not meant as a generic API for \
+                    all kinds of video applications.
+homepage            http://www.piksel.org/frei0r
+platforms           darwin
+master_sites        http://freshmeat.net/redir/frei0r/72056/url_tgz/
+
+checksums           md5 8123893c67fc5ce01ddcb09853d47ed4 \
+                    sha1 2bd488fc0e6d12b2f0b141ec21a3c74b7c85d4b4 \
+                    rmd160 d5f989583839fde1e15c791ed4c62eeda4ddb760
+
+depends_lib         port:gavl \
+                    port:opencv
+
+depends_build       port:pkgconfig
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090202/60604874/attachment.html>


More information about the macports-changes mailing list