# -*- 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 71727 2010-09-21 07:52:50Z ryandesign@macports.org $

PortSystem          1.0

name                frei0r-plugins
version             1.2
revision            1
categories          multimedia
maintainers         dennedy.org:dan

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
master_sites        http://www.piksel.no/frei0r/ \
                    http://www.piksel.no/frei0r/archive/

platforms           darwin

checksums           md5     7af2a36c33af2cd3dbd28e3ac79a3645 \
                    sha1    d0283ad1f9d04503ac003fab3c818a99992968a9 \
                    rmd160  5935f65cd7b558092cb7e33399ee797ff3ad8394

depends_lib         port:gavl \
                    port:opencv

depends_build       port:pkgconfig

# opencv is not universal
universal_variant   no

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

patchfiles          patch-Makefile.in.diff
