# -*- 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.3 revision 2 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 ftp://ftp.dyne.org/frei0r/releases/ \ http://www.piksel.no/frei0r/releases/ platforms darwin checksums sha1 f6b463440017934d01ac3c8fdf70b93c915e3d08 \ rmd160 abc279996bb5ffe83f796e1699c9b1cdbece60ec depends_lib port:gavl depends_build port:pkgconfig worksrcdir frei0r-${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} if {${configure.compiler} == "clang"} { configure.compiler llvm-gcc-4.2 }