# -*- 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.0

name                frei0r-plugins
version             1.1.22
categories          multimedia
maintainers         jmpoure \
                    poure.com:jm
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


