# -*- 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: Portfile 62915 2010-01-21 21:53:17Z ryandesign@macports.org $

PortSystem          1.0

name                frei0r-plugins
version             1.1.22-git20090709
categories          multimedia
maintainers         nomaintainer
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

fetch.type          git
git.url             git://code.dyne.org/frei0r.git 
git.branch          2eac2c32cf3e5878b63ac36b865e69657b4ee313 
                 
worksrcdir          frei0r
configure.cmd       {./autogen.sh && ./configure}

depends_lib         port:gavl \
                    port:opencv

depends_build       port:pkgconfig \
                    port:autoconf \
                    port:libtool

#disable livecheck since fetching from git now
livecheck.type      none
