Ticket #18248: Portfile

File Portfile, 1.2 KB (added by jm@…, 15 years ago)
Line 
1# -*- 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
2# $Id$
3
4PortSystem          1.0.0
5
6name                frei0r-plugins
7version             1.1.22
8categories          multimedia
9maintainers         jmpoure \
10                    poure.com:jm
11description         Plugin API for video sources and filters
12long_description    frei0r is a minimalistic plugin API for video sources and filters. \
13                    The behavior of the effects can be controlled from the host by simple \
14                    parameters. The intent is to solve the recurring reimplementation or \
15                    adaptation issue of standard effects. It is not meant as a generic API for \
16                    all kinds of video applications.
17homepage            http://www.piksel.org/frei0r
18platforms           darwin
19master_sites        http://freshmeat.net/redir/frei0r/72056/url_tgz/
20
21checksums           md5 8123893c67fc5ce01ddcb09853d47ed4 \
22                    sha1 2bd488fc0e6d12b2f0b141ec21a3c74b7c85d4b4 \
23                    rmd160 d5f989583839fde1e15c791ed4c62eeda4ddb760
24
25depends_lib         port:gavl \
26                    port:opencv
27
28depends_build       port:pkgconfig
29