# -*- 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 113612 2013-11-20 19:07:24Z ryandesign@macports.org $

PortSystem          1.0

name                frei0r-plugins
version             1.4
revision            1
categories          multimedia
maintainers         dennedy.org:dan
license             GPL-2+

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://frei0r.dyne.org/
master_sites        http://ftp.dyne.org/frei0r/releases/

platforms           darwin

checksums           sha1    7995d06c5412b14fa3b05647084ca9d7a0c84faa \
                    rmd160  b49a341474facc633feed5007ebe1e8f01a1199e

depends_build       port:pkgconfig

depends_lib         path:lib/pkgconfig/cairo.pc:cairo

worksrcdir          frei0r-plugins-${version}

patchfiles          patch-configure.ac.diff

use_autoreconf      yes

livecheck.type      regex
livecheck.url       [lindex ${master_sites} 0]
livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}
